Summer Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

C_ABAPD_2309 Exam Dumps - SAP Certified Associate - Back-End Developer - ABAP Cloud

Question # 4

Exhibit:

With Icl_super being superclass for Icl_subl and Icl_sub2 and with methods subl_methl and sub2_methl being subclass-specific methods of Id_subl or Icl_sub2, respectivel. What will happen when executing these casts? Note:

There are 2 correct answers to this question

A.

go subl = CAST # go super), will not work

B.

go_sub2 = CAST # go super), will work. go_subl CAST #go_super), will work

C.

go_sub2 = CAST #(go_super). will not work. ] go sub2->sub2 meth 1(...). will work

D.

go_subl->subl_meth !(...)• w'll work.

Full Access
Question # 5

In what order are objects created to generate a RESTful Application Programming application?

A.

Database table 1

B.

Service binding Projection view 4

C.

Service definition 3

D.

Data model view 2

E.

D A B C

F.

B D C A

G.

A D C B

Full Access
Question # 6

What is the purpose of a foreign key relationship between two tables in the ABAP Dictionary?

A.

To document the relationship between the two tables

B.

To ensure the integrity of data in the corresponding database tables

C.

To create a corresponding foreign key relationship in the database

Full Access
Question # 7

In this nested join below in which way is the join evaluated?

A.

From the left to the right in the order of the tables:

1.

a is joined with b

2.

b is joined with c

B.

From the right to the left in the order of the tables:

1.

b is joined with c.

2.

b is joined with a.

C.

From the top to the bottom in the order of the on conditions

1.

b is joined with c

2.

a is joined with b

D.

From the bottom to the top in the order of the on conditions:

1.

a is joined with b

2.

b is joined with c

Full Access
Question # 8

For the assignment, gv_target = gv_source.

which of the following data declarations will always work without truncation or rounding? Note: There

are 2 correct answers to this question.

A.

DATA gv_source TYPE string, to DATA gv_target TYPE c.

B.

DATA gv_source TYPE c. to DATA gv_target TYPE string.

C.

DATA gv_source TYPE d. to DATA gv_target TYPE string.

D.

DATA gv_source TYPE p LENGTH 8 DECIMALS 3. to DATA gv_target TYPE p LENGTH 16 DECIMALS 2.

Full Access
Question # 9

In a program you find this source code

AUTHORITY-CHECK OBJECT '/DWO/TRVL ( ID 'CNTRY' FIELD 'DE*

ID ACTVT FIELD '03".

Which of the following apply? Note: There are 2 correct answers to this question.

A.

If the user is authorized for 'CNTRY = 'DE' then the return code is always 0.

B.

If the user is NOT authorized for 'CNTRY' = 'DE' OR for 'ACTVT' = '03 then the program will terminate.

C.

If the user is authorized for 'CNTRY = 'DE' AND for 'ACTVT = '03 then the return code is 0.

D.

AUTHORITY CHECK verifies whether a user is authorized for/DMO/TRVL" with the listed field values.

Full Access
Question # 10

Which of the following are ABAP Cloud Development Model rules?

Note: There are 2 correct answers to this question.

A.

Use public SAP APIs and SAP extension points.

B.

Build ABAP RESTful application programming model-based services.

C.

Reverse modifications when a suitable public SAP API becomes available.

D.

Build ABAP reports with either ABAP List Viewer (ALV) or SAP Fiori.

Full Access
Question # 11

In a subclass subl you want to redefine a component of a superclass superl. How do you achieve this? Note: There are 2 correct answers to this question.

A.

You add the clause REDEFINITION to the component in subl.

B.

You implement the redefined component for a second time in superl.

C.

You implement the redefined component in subl.

D.

You add the clause REDEFINITION to the component in superl.

Full Access
Question # 12

You have two internal tables itab1 and itab2.What is true for using the expression itab1 = corresponding #( itab2 )? Note: There are 2 correct answers to this question.

A.

Fields with the same name but with different types may be copied from itab2 to itab1.

B.

itab1 and itab2 must have at least one field name in common.

C.

Fields with the same name and the same type will be copied from itab2 to itab1.

D.

itab1 and itab2 must have the same data type.

Full Access
Question # 13

After you created a database table in the RESTful Application Programming model, what do you create next?

A.

A metadata extension

B.

A projection view

C.

A data model view

D.

A service definition

Full Access
Question # 14

When processing a loop with the statement DO... ENDDO, what system variable contains the implicit loop counter?

A.

sy-linno

B.

sy-labix

C.

sy-subrc

D.

sy-index

Full Access
Question # 15

Which restrictions exist for ABAP SQL arithmetic expressions? Note: There are 2 correct answers to this question.

A.

Floating point types and integer types can NOT be used in the same expression.

B.

The operator/is allowed only in floating point expressions.

C.

Decimal types and integer types can NOT be used in the same expression.

D.

The operator is allowed only in floating point expressions.

Full Access
Question # 16

What is the sequence priority when evaluating a logical expression?

A.

NOT 1

B.

OR 3

C.

AND 2

D.

A B C

E.

CAB

F.

A C B

G.

B A C

Full Access
Question # 17

You are given the following information:

1.

The data source "spfli" on line #2 is an SAP HANA

database table

2.

"spfli" will be a large table with over one million rows.

3.

This program is the only one in the system that accesses

the table.

4.

This program will run rarely.

Based on this information, which of the following general

settings should you set for the spfli database table? Note:

There are 2 correct answers to this question.

A.

"Storage Type" to "Column Store"

B.

"Load Unit to "Column Loadable"

C.

"Storage Type" to "Row Store"

D.

"Load Unit' to 'Page Loadable"

Full Access
Question # 18

In RESTful Application Programming, a business object contains which parts? Note: There are 2 correct answers to this question.

A.

CDS view

B.

Behavior definition

C.

Authentication rules

D.

Process definition

Full Access
Question # 19

with which predicate condition can you ensure that the CAST will work?

A.

IS SUPPLIED

B.

IS NOT INITIAL

C.

IS INSTANCE OF

D.

IS BOUND

Full Access
Question # 20

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

Full Access
Question # 21

Which of the following is a generic internal table type?

A.

SORTED TABLE

B.

INDEX TABLE

C.

STANDARD TABLE

D.

HASHED TABLE

Full Access
Question # 22

What are advantages of using a field symbol for internal table row access? Note: There are answers to this question.

A.

The field symbol can be reused for other programs.

B.

A MODIFY statement to write changed contents back to the table is not required.

C.

The row content is copied to the field symbol instead to a work area

D.

Using a field symbol is faster than using a work area.

Full Access
Question # 23

Which extensibility type does SAP recommend you use to enhance the existing UI for an SAP Fiori app?

A.

Key user

B.

Classic

C.

Side-by-side

D.

Developer

Full Access
Question # 24

Which type of legacy code does SAP recommend you eliminate when you review modifications as part of an SAP S/4HANA system conversion? Note: There are 2 correct answers to this question.

A.

Code that supports a critical business process

B.

Code that now is identical to a standard SAP object

C.

Code that has less than 10% usage according to usage statistics

D.

Code that can be redesigned as a key user extension

Full Access
Question # 25

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

Full Access