The standard function key used for displaying a list of possible...
What must be assigned to a module pool in order for it to be executed
The OK_CODE serves what purpose
What functions are generated on the activation of Lock Object EZMARA
What statement in Dialog Programming make screen fields available for...
To handle user requests in a dialog program, you must assign function...
Using screen painter, how do you logically relate Radio Buttons
After a user action is performed, what event is triggered in a...
What statement allows you to generate a report from an online...
What is required in the flow logic in order to process a table...
What order is recommended when setting and releasing locks in your...
How would you define a lock object
Mark the Program Attribute that is used to define a Dialog Program
Why is it a good idea to use a backup version of the OK_CODE, Ie....
Refer to the following code. Module CHECK_FIELD_CD raises an...
What transaction is used to handle termination updates
What table is used to store transaction codes
How many times would the form 'calculate_sales' be executed?
...
What type of memory is typically used as default values for screen...
What message type does not implicitly trigger database commits for the...
What is the difference between call screen and set screen
You have issued a Set Titlebar in the PBO of your screen. How...
Which is not an automatic check carried out by the Screen Processor
Which update request always run asynchronously
Program A makes a call to Program B with "Submint Program B and...
If you trigger a lock object, and it is already locked by some other...
When are V2 updates processed
Where should the CANCEL (Red X) button on the stard toolbar take the...
Refer to the following code. How would you program a generic...
What table do you automatically get in a dynpro without having to...
What happens when a user presses F1 on a screen field
What is true about the following code:
...
What type of memory is retained for the duration of an external...
When activating a lock object, what is subsequently generated
"Call Function Starting New Task" is an example of what type of call
Which function would you use to retrieve a number from an internal...
The following statement 'Message S001(AT)' is issued in a PAI module...
What is proper coding practise in the flow logic of a Dynpro when a...
Which of the following corresponds to the command entry /NTCOD ?
What methods could be used to specify the next screen to be displayed
If you are building a tabstrip to be handled at the presentation...
When a COMMIT WORK is issued, in what order does processing...
Defining a Lock Object as Exclusive would specify what kind of locking
Where would you typically see the code "Call Selection-Screen"
What would trigger a rollback.
When does the dialog processor perform automatic checks
Mark the one component that is NOT part of a dynpro
What is true about a number range assignment
How many AT EXIT-COMMAND modules are allowed in the PBO
What is true about V2 updates within the same SAP LUW
When would you use one of the F4_IF* functions
How are locks removed from the lock tables.
In PBO, what field contains the total number of lines in table control...
What table fields are required as lock arguments in a lock object
Screen 200 follows screen 100. Screen 100 is displayed with GUI...
In what case are Tabstrips good candidates
F4 is pressed for a screen field. What is the order of...
What class is used for method load_gui_status in a context menu
Which Number range function would you use to determine if an external...
What ABAP statement discards update task requests.
After changing a field attribute in a dynpro, what statement is used...
What is true about POH/POV events
What is true about subscreens.
Which statement will ensure processing returns to the calling point...
If you want to work with the standard number range functionality, you...
Which statements would conclude a SAP LUW
What attribute in a table control must be defined in order to activate...
When defining a new Dialog Program, what is the first thing you are...
What attributes on an update task function module determines how...
What is required for a Radio Button defined on a screen to work...
A screen field has been dynamically changed in a dialog program. ...
Mark the valid name for a 'text field' in screen painter
What technique is used to ensure romote functions are still processed...
What would be a reason for choosing to use asynchronous updates in...
Mark the invalid flow logic statement:
...
Indicate the functions that are capable of transporting data to screen...
Mark the invalid program text element.
In a dialog program, what coding technique allow passing of all the...
Which does not provide synchronous processing
Transaction 'ZABC' contains mandatory fields on the first...
Which line of code is valid for the use of table control BOOKING_TC in...
Where would you typically program dynamic screen changes
The user can customize the look of various table control values. ...
A complex data object must be declared in your TOP include for a table...
Refer to the following code. An E(rror) or W(arning) message is...
Mark the valid asynchronous update bundling technique
What includes are generated in module pool SUPMZABC if only DYNPRO 100...
Your dynpro has a table control. It also makes use of the field...
What happens when number range interval buffering is active for...
What is a context menu
What steps would be required to define a Tabstrip in your dialog...
Identify the synchronous update techniques.
How does a Perform on Commit differ from a PERFORM statement
What code is required in order to return immediately to the calling...
What statement will start a new internal session on the same external...
If you do not SUPPRESS DIALOG in a dynpro before you LEAVE TO...
What is true about Dialog programs
The Scope Parameter for your lock object function module has been set...
What makes up a dialog step
Which of the following will change the contents of the data cluster...
What makes up a Tabstrip
CALL TRANSACTION has been issued in an ABAP. What code in the...
What is the sequence of events and order of data transported in the...
Refer to the following code. Module CHECK_FIELD_CD raises an...
What takes place after each dialog step
What is the order of transport in PBO when a table control is defined...
Which statement interrupts processing of Current screen
What is needed in your tabstrip to have scrolling take place on the...
Your screen has a table control defined to it. In the PAI,...
A SET UPDATE TASK LOCAL is issued in the dialog program. What effect...
What is true about context menus
What is true about using memory to pass data
Which statements are true about table controls?
Three locks have been set in a Transaction. What are the methods...
What makes up an ABAP transaction
What methods would initialize a screen field that is defined with...
Screen 100 calls screen 200. Screen 200 makes a request to...
What is true about calling a screen.
What are the minimum requirements for Processing User requests in a...
What are some essential steps for logging changes made to SAP data.
What will cause the system to implicitly trigger database commits.
A commit work is issued in a transaction that employs asynchronous...
How could you reset the program context of your program?
Mark the items that are true with the Asynchronous Update technique in...
What is true about the LEAVE TO LIST-PROCESSING statement