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

C_ABAPD_2309_questions

Uploaded by

Pankaj
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views

C_ABAPD_2309_questions

Uploaded by

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

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


A. TYPE I
B. TYPE P DECIMALS 2
C. TYPE DEFLOAT 16
D. TYPE P DECIMALS 3

A. In class CL2, the interface method is named if1-m1.

B. Class CL2 uses the interface

C. In Class CL1,the interface method is maned if-m1.

D. Class CL1 uses the interface

E. Class CL1 implements the interface


A. Service definition
B. Metadata extension
C. Behavior definition
D. Projection view
A. It is created with the first read access of a table.
B. It is created when a table is filled.
C. It is updated when the table is modified.
D. It is updated when the modified table is read again
A. AUTHORITY CHECK verifies whether a user is authorized for /DMO/TRVL” with the listed
field values.
B. If the user is authorized for ‘CNTRY = ‘DE’ AND for ‘ACTVT = ’03 then return code is 0.
C. If the user is NOT authorized for ‘CNTRY’ = ‘DE’ OR for ‘ACTVT’ = ’03 then the program will
terminate.
D. If the user is authorized for ‘CNTRY = ‘DE’ then the return code is always 0.
A. Sort a sorted table using
SORT Itab DESCENDING
B. Sort a sorted table using
Sort itab by field1 ASCENDING field2 DESCENDING
C. Sort a standard table using
Sort itab ascending
D. Sort a standard table using
Sort itab by field1 field2
E. Sort a Standard table using
Sort Itab
A. #15
B. #6
C. #8
D. #4
A. Data model view
B. Service definition
C. Behavior definition
D. Projection view
E. Metadata extension
A. P
B. String
C. C
D. T
A. Hshed
B. Standard
C. Sorted
A. Association
B. Inheritance
C. Annotations
D. Structured Query Language (SQL)
E. Delegation
A. INTO CORRESPONDING FIELDS OF
B. FROM
C. FIELDS
D. INTO

A. A PROJECTION VIEW
B. A DATA MODEL VIEW
C. A METADATA EXTENSION
D. A SERVICE DEFINITION

A. The name of a type defined privately in another class


B. The name of a domain from the ABAP Dictionary
C. The name of a type defined privately in class ZCL_CLASS_A
D. The name of a data element from the ABAP Dictionary
A. A MODIFY Statement to write changed contents back to the table is not required.
B. Using a field symbol is faster than a work area
C. The row content is copied to the field symbol instead to a work area
D. The field symbol can be reused for other programs
A. They compute results on the application server
B. They transfer computational result to the application server
C. They avoid data transfer completely
D. They implement code pushdown
A. An external view from the ABAP Dictionary
B. A database view from the ABAP Dictionary
C. A CDS DDIC-based view
D. A database table from the ABAP dictionary
A. ON Z_Source1.camier_id=7_Source carrier_id
B. ON Sprojection.carrier Source2.carrier
C. ON Sprojection.carrier_id=Z_Source2.carrier_id
D. ON Sprojection Camer=Source2 carrier_id

You might also like