Identify the dictionary type of field calog used for the ALV control?
A. Fieldcat
B. Calog
C. alv_calog
D. lcv_t_fcat
Which of the following short programs will not display the text "SY-LSIND= 1" during interactive reporting?
A. ZPGM3
B. ZPGM2
C. ZPGM1
Where are dictionary changes made available to ABAP programs?
A. Next time user signs on
B. Immediately, providing the object is activated
C. After Dabase is re-organized
D. Next time program is re-generated
What is true of the new-page stement? (More than one answer is correct)
A. It is an event
B. Requires at least one write stement before it can be executed
C. Increments the page counter
D. Used to generate a blank page
ble ZMYBLE is created in the dictionary. When does the ble get created in the underlying dabase?
A. When the dabase administrator physically creates the ble
B. At the end of the ble creation after it is saved
C. When the ble is activated
D. At the beginning of the ble creation
E. It does not correspond to an object in the underlying dabase and does not get created
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
Identify the situation Where Append Structures are not allowed. (More than one answer is correct)
A. If the last field has a domain of da type curr
B. If the last field is already an Append Structure
C. If the ble conins a field of da type LCHR or LRAW
D. If the ble is a pooled or cluster ble
What keyword Mould you look for in order to determine if a screen exit has been provided by SAP?
A. CALL SCREEN CUSTOMER
B. CALL CUSTOMER-SCREEN
C. CALL CUSTOMER-SUBSCREEN
D. CALL SCREEN-EXIT
What types of changes to the repository does SAP provide? (Choose three.)
A. Deployments from SDN.SAP.COM
B. Enhancement Packages
C. SAP Notes
D. Transports
E. Support Packages
You have written a method implementation containing the following access to an internal table defined as a changing parameter of the method.
READ TABLE ct_itab INTO cs_struc INDEX 1.
What are the possible type definitions for parameter ct_itab? (Choose three.)
A. Standard Table
B. Sorted Table
C. Any Table
D. Index Table
E. Hashed Table