0% found this document useful (0 votes)
39 views

Abap Notes

Uploaded by

vineet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

Abap Notes

Uploaded by

vineet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 20

C

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

A- FOR defines a loop that runs over the content of source_itab


B- source_itab is only visible within the loop.
C- row is a predefined name and cannot be chosen arbitrarily.
D- row is only visible within the loop.
Answer: A,D

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).

B- DATA: gv_target TYPE string. CONSTANTS: gco_string TYPE LENGTH 16 VALUE


0123456789ABCDEF*. gv_target = EXACT #
gco_string+5 (5) ).

C- DATA: gv_target TYPE c LENGTH 5. V CONSTANTS: ECO string TYPE string


VALUE 0123456789ABCDEF'. gv_target - EXACT
(gco_string + 5 (6) ).

D- DATA: Ev target TYPE p DECIMALS 3. CONSTANTS: gcojntl TYPE i VALUE 2.


Ev_target -U EXACT #2 / gcojntl ).

E- DATA: gv_target TYPE d. s/ CONSTANTS: gco_date TYPE d VALUE '20331233*.


gv_target EXACT ( geo_date).

Answer: A, C, E

You might also like