SAP4INDIA.COM

Free SAP Interview Questions and Free SAP Tutorials


Archive for the ‘SAP Scripts and Smart Forms Questions’ Category

SAP ABAP Scripts Question and Answers Part 7

SAP ABAP Scripts Question and Answers Part 7 What is use of Chain and EndChain? For calling a particular PAI module if any one of fields in a group meets a condition, we use to combine all such fields . How to change screen dynamically? By modifying the screen attributes. How to capture changes on [...]

Share
No Comments

SAP ABAP Scripts Question and Answers Part 6

What is the advantages using the SAP long form over the small form of database changes? Ans :-  May be Quick Effect. Can ‘where’ clause be used when updating database entries? Ans :-  Yes. Describe array operations and their advantages? Ans :- What is logical unit of work? How is it defined? Ans :-  Logical [...]

Share
No Comments

SAP ABAP Scripts Question and Answers Part 5

SAP ABAP Scripts Question and Answers Part 5   What is a screen group ? How it is useful ? Screen group is a field in the Screen Attributes of a screen.  Here we can define a string of up to four characters which is available at the screen runtime in the SY-DNGR field.  Rather [...]

Share
No Comments

SAP ABAP Scripts Question and Answers Part 4

SAP ABAP Scripts Question and Answers Part 4 Module Pool Transactions: A transaction is a program that conducts a dialog with the user.  In a typical dialog, the system displays a screen on which the user can enter or request information. Based on the the user input or request, the program executes the appropriate actions [...]

Share
No Comments

SAP ABAP Scripts Question and Answers Part 3

61. Calling a form from SapScript (*****)   /:DEFINE &CUST& = ’00000021′. /:PERFORM GET_NAME IN PROGRAM Z_BC460_EX4_HF /:  USING &CUST& /:  CHANGING &NAME& /:ENDPERFORM. Dear &NAME& The ABAP routine could be defined as follows: VITAL: The structure itcsy must be used for the parameters. REPORT Z_HENRIKF_SCRIPT_FORM . tables scustom. form get_name tables in_tab structure itcsy [...]

Share
No Comments
Rss Feeds
Powered by Yahoo! AnswersExtension Factory Builder