0% found this document useful (1 vote)
249 views

C Abap Question5

Uploaded by

janilkumar
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
249 views

C Abap Question5

Uploaded by

janilkumar
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Question 22

What is the sequence priority when evaluating a logical expression?


A. NOT 1
B. OR 3
C. AND 2
Answer you have to put in correct sequence
1 . Not 1
2. AND 2
3. OR 3
Question 23
Which of the following are parts of the definition of a new database table? Note:
There are 2 correct answers to this question.
A. Field list
B. Extension
C. Semantic table attributes
D. Partitioning attribues
Answer A C
Question 24
In a RESTful Application Programming application, in which objects do you bind a
CDS view to create a value help? Note: There are 3 correct answers to this
question.
A. Data model view
B. Service definition
C. Behavior definition
D. Projection view
E. Metadata extension
Answer A C E
Question 25
Which of the following are incomplete ABAP types? Note: There are 2 correct answers
to this question.
A. P
B. String
C. C
D. T
Answer AC
Explanation: A. P (Comes with Decimals) , C. C (Comes with length )
Question 26
Which of the following integration frameworks have been released for ABAP cloud
development? Note: There are 3 correct answers to this question.
A. OData services
B. Business events
C. SOAP consumption
D. Business Add-ins (BAdls)
E. CDS Views
Answer A B C
Question 27
Given this code,
What are valid statements? Note: There are 3 correct answers to this question.
A. Instead of go_cl1 = NEW #() you could use go_iff - NEW #(...).
B. go_if1 may call method m2 with go if->m2(...).
C. Instead of go cl1 = NEW #(...) you could use go if1 = NEW cl1( ... ).
D. go_if1 may call method m1 with go_ift->m1().
E. go_cl1 may call method m1 with go_d1->if1-m1().
Answer C D E
Question 28
Which of the following ABAP SQL statements are valid? Note: There are 2 correct
answers to this question.
A. SELECT FROM /dmo/connection FIELDS
MAX(distance) AS dist_max MIN(distance) AS dist_min INTO TABLE @DATA(It_hits).
B. SELECT FROM /dmo/connection FIELDS
carrid, airpfrom
GROUP BY carrid, connid INTO TABLE @DATA(It_hits).
C. SELECT FROM /dmo/connection FIELDS
carrid airpfrom,
MAX(distance) AS dist_max, MIN( distance) AS dist_min GROUP BY carrid, airpfrom
INTO TABLE @DATA(It_hits)
D. SELECT FROM /dmo/connection FIELDS
carrid, airpfrom,
MAX( distance) AS dist_max, MIN(distance) AS dist_min INTO TABLE @DATA(It_hits)
Answer A C
Question 29
Given the following code in an SAP S/4HANA Cloud private edition tenant:
The class zcl_demo_class is in a software component with the language version set
to "Standard ABAP". The function module "ZF1' is in a software component with the
language version set to "ABAP Cloud". Both the class and function module are
customer created.
Regarding line #6, which of the following is a valid statement?
A. 'ZF1' can be called via a wrapper that itself has been released for cloud
development.
B. ZF1' must be released for cloud development to be called.
C. ZF1' can be called via a wrapper that itself has not been released for cloud
development.
D. ZF1' can be called whether it has been released or not for cloud development.
Answer B Question 30
In ABAP SQL, which of the following retrieves the association field_Airline-Name of
a CDS view?
A. \_Airline-Name
B. “_Airline Name
C. /_Airline Name
D. @_Airline-Name
Answer A

You might also like