|
|
ABAP Interview questions
Home »ABAP Interview questions What are session method and call transaction method and explain about them? Methods in which you can do a BDC the difference between session and call transaction is Session method. Thanks, Q. What are lock objects? ans. The R/3 System synchronizes simultaneous access of several users to the same data records with a lock mechanism. When interactive transactions are programmed, locks are set and released by calling function modules (see Function Modules for Lock ReQuests). These function modules are automatically generated from the definition of lock objects in the ABAP Dictionary. What are the events? Initialization, At selection-screen,Start-of-selection,end-of-selection,top-of-page,end-of-page, At line-selection, At user-command,At PF,Get,At New,At LAST,AT END, AT FIRST. What are the interactive events? ABAP/4 provides some interactive events on lists such as AT LINE-SELECTION (double click) or AT USER-COMMAND (pressing a button). You can use these events to move through layers of information about individual items in a list.
Q. What is runtime
analysis? Hit List - Displays the execution
time of each statement in the program. Any tables use by the transaction
or program can be easily trace with the runtime analysis tools.
The R/3 System synchronizes simultaneous access of several users to the same data records with a lock mechanism. When interactive transactions are programmed, locks are set and released by calling function modules (see Function Modules for Lock ReQuests). These function modules are automatically generated from the definition of lock objects in the ABAP Dictionary
|
|
|