Abap Notes
Abap Notes
CHK?
Question: 2
In which products must you use the ABAP Cloud Development
Model? Note: There are 2 correct
answers to this question.
A. SAP S/4HANA Cloud, private edition
B. SAP BTP, ABAP environment
C. SAP S/4HANA on premise
D. SAP S/4HANA Cloud, public edition
Answer: AB
B
CHK?
BD
CD
Question: 3
Which RESTful Application Programming object can be used to organize the display of fields in an
app?
A. Data model view
B. Metadata extension
C. Service definition
D. Projection view
Answer: B
B
BD
Question: 1
Which function call returns 0?
A. Count_any_of ( val - ‘ABAP ABAP abap' sub "AB" )
B. Count (val - 'ABAP ABAP abap' sub - 'AB' )
C. find_any_of (val = "ABAP ABAP abap' sub = "AB")
D. find_any_not_of( val 'ABAP ABAP abap’ sub = 'AB')
Answer: D
BDE
AB
AC
Question: 7
Class super has subclass sub. Which rules are valid for the sub constructor? Note:
There are 2 correct answers to this question.
A- The method signature can be changed.
B- Import parameters can only be evaluated after calling the constructor of super.
C- The constructor of super must be called before using any components of your own
instance.
D- Events of your own instance cannot be raised before the registration of a handler in
super.
Answer:
A, C
ADE
Question: 6
In an Access Control Object, which clauses are used? Note:
There are 3 correct answers to this question.
A- Where (to specify the access conditions)
B- Crant (to identify the data source)
C- Return code (to assign the return code of the authority check)
D- Define role (to specify the role name)
E- Revoke (to remove access to the data source)
Answer:
A, D, E
AC
Question: 5
What are some of the reasons that Core Data Services are preferable to
the classical approach to data modeling? Note: There are 2
correct answers to this question.
A- They implement code pushdown.
B- They avoid data transfer completely.
C- They transfer computational results to the application server.
D- They compute results on the application server.
A, C
ACE
C
B
BC
AB
ADE
AC
AD
Question: 4
Question: 8
Which patterns raise an exception? Note: There are 3 correct answers to this question.
Options:
A- DATA: gv_target TYPE p DECIMALS 2. CONSTANTS: go intl TYPE i VALUE 3.
gv_target -U EXACT (2 gcojntl).
Answer: A, C, E