What is true about the primary index of ble? (More than one answer is correct)
A. The primary index is automatically created when the ble is activated
B. The key fields of the ble make up the primary index
C. The primary index ID is designated by the Dabase Administrator
D. The developer designates the fields to be used as the primary index
When writing a list, what command would allow you to overwrite a line?
A. Back
B. Overtype
C. Reserve
D. Write:/ 1
What is required to esblish an interactive list? (More than one answer is correct)
A. The user interface allows actions to trigger interactive list type events
B. Corresponding interactive events are programmed
C. The Hide command is programmed into the report
Mark the valid values for a checkbox. (More than one answer is correct)
A. X
B. Space
C. 1
D. 0
E. Any Alpha Character
Select the line that would execute in the following code after the exit stement?
A. 80
B. Exits the Program
C. 120
D. 100
E. 130
Where would you typically see the code "call Selection-Screen'?
A. Top-of-Page
B. Srt-of-Selection
C. At Line-Selection
D. At Selection-Screen
What is true about performing in commit?
A. Parameter passing is allowed
B. Multiple calls to a FORM result in single execution of the FORM
C. Commit Work is allowed in the form
D. RollBack Work is allowed in the FORM
A commit work is issued in a transaction that employs asynchronous updating, what kes place. (More than one answer is correct)
A. SAP LUW is concluded
B. User is notified of updates
C. Update requests are processed
D. Dabase commit is triggered
In what case are bstrips good candidates? (More than one answer is correct)
A. When Users need the ability to navigate freely between components
B. When Navigation between components is predetermined in a fixed manner
C. When several components of an application need to be displayed on one screen
How do you determine the parameter ID for a screen field?
A. F1, Technical Info on the screen field
B. Check users default
C. Check ble TPARA
D. Check the Value stement in the Top Include
When activating a lick object, what is subsequently generated?
A. Function Modules
B. Generic Lock Keys
C. A Dictionary ble
How many modification logs are available in your system?
A. Determined by Basis group - this is a configurable item
B. 1 for every release
C. maximum of 1
D. minimum of 1
For which of the following requirements can you implement a functional method? (Choose two.)
A. A handler method for an event that has a returning parameter
B. A method to set an instance attribute with one importing parameter and no other parameters
C. A factory method that returns an object reference
D. A private static helper method that returns a single value as the result of an algorithm
Which objects can share data through context mapping?
A. View controller and another view controller
B. Component controllers and view controllers
C. Custom controllers and transparent tables
D. Global classes and component controllers