Where does information comes from when you press F1 on a screen fileld?
A. Da element documention
B. Domain short text
C. Search help D. Domain Help values
What is the effect of the collect stement if any entry with the same key already exists?
A. Appends a new line
B. adds the numeric fields to an existing entry
C. Creates a new entry
When does a ble get physically created in the underlying dabase?
A. When you activate a transparent ble in the ABAP Workbench
B. When you create a transparent ble
C. When Basis creates the blespace at the OS layer
D. When you activate a transparent ble in the Dictionary
What techniques would you use to fix the 10 leftmost columns on a list when scrolling to the right?
A. Scroll List Left
B. Scroll List PS+<10>
C. Set Left Scroll-Boundary Column 10
D. Set Right Scroll-Boundary Column 10
Identify the method that provides possible values?
A. Dabase View
B. Transparent ble
C. Search Help
D. Help Query
Identify the synchronous update technique? (More than one answer is correct)
A. Update ble.. ..
B. PERFORM.. .. ON COMMIT and WAIT
C. COMMIT WORK AND WAIT
D. CALL FUNCTION in Update sk
What is the order of transport in PBO when a ble control is defined in your nodule pool?
A. Screen fields followed by ble control fields
B. All fields regardless of ble control definition are transported at the beginning of PBO
C. ble control fields followed by the remaining screen fields
D. Dictionary Fields followed by Program Fields
To handle user requests in a dialog program, you must assign function codes to the relevant screen and window elements in the Screen Painter and menu Painter, mark the element that does not conin a function code.
A. Screen Pushbuttons
B. menu functions
C. Coniner
D. tool-bar pushbuttons
What is needed in your bstrip to have scrolling ke place on the application server?
A. Assign Function Type = Space
B. Assign Function Code = P
C. Assign Function Code = Space
D. Assign Function Type = P
You have been asked to review the following expression, which processes character strings:
result = find( val = 'abapABAP'
sub = 'A'
occ = 2
case = 'X'.....).
What is the expected value of result?
A. 1
B. 2
C. 4 D. 6