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

Home > SAP > SAP Certified Development Associate > C_S4HDEV1909

C_S4HDEV1909 SAP Certified Development Associate - Programming in SAP S/4HANA for SAP NetWeaver ABAP Programmer Question and Answers

Question # 4

You edit a behavior implementation class of a draft-enabled BOPF Business Object. You need to distinguish between a new draft instance and an edit draft instance.

Which property of the node instance do you evaluate?

Please choose the correct answer.

A.

ActiveUUID

B.

IsActiveEntity

C.

DraftEntityOperationCode

D.

HasActiveEntity

Full Access
Question # 5

You want to define a CDS-based BOPF Business Object that consists of a root node (ZI_DocumentTP) and a child node (ZI_ItemTP). Which annotation is mandatory in the data definition of CDS view ZI_ItemTP?

Please choose the correct answer.

A.

@ObjectModel.writeActivePersistence: I...I

B.

@ObjectModel.transactionalProcessingEnabled: true

C.

@ObjectModel.association.type: [#TO_COMPOSITION_CHILD]

D.

@ObjectModel.compositionRoot: false

Full Access
Question # 6

You create a destination in SAP BTP cockpit. Which of the following destination types can you set in the Connectivity Service?

There are 2 correct answers to this question.

A.

HTTP

B.

SMTP

C.

RFC

D.

OData

Full Access
Question # 7

Which of the following Open SQL statements are syntactically correct in release 7.50?

There are 3 correct answers to this question.

A.

SELECT FROM sbook . FIELDS carrid, connid, loccuram, loccurkey . INTO TABLE @lt_booking . WHERE customid = @lv_customer.

B.

SELECT carrid, connid, loccuram, loccurkey . FROM sbook .INTO TABLE @lt_booking . WHERE customid = @lv_customer.

C.

SELECT carrid connid loccuram loccurkey. FROM sbook. INTOTABLE lt_booking . WHERE customid = lv_customer.

D.

SELECT carrid connid loccuram loccurkey . FROM sbook . WHERE customid = lv_customer. INTOTABLE lt_booking.

E.

SELECT FROM sbook. FIELDS carrid, connid, loccuram, loccurkey . WHERE customid =@lv_customer. INTOTABLE @lt_booking.

Full Access
Question # 8

There are many syntax differences between SAP HANA SQLScript and Open SQL. Which of the following rules are common ground between the two languages?

There are 2 correct answers to this question.

A.

Host variables are escaped with an at symbol (@)

B.

Statements are ended with a period (.)

C.

Comments can be marked by an asterisk (*) at position 1

D.

Key words can be upper-case or lower-case

Full Access
Question # 9

Where does the SAP system organize the SAP Gateway services?

Please choose the correct answer.

A.

Internet Transaction Server (ITS)

B.

Internet Communication Framework (ICF)

C.

Internet Graphics Service (IGS)

D.

Internet Communication Manager (ICM)

Full Access
Question # 10

Which building blocks of the ABAP RESTful Programming Model(RAP) are part of the Core Data Services(CDS)?

There are 2 correct answers to this question.

A.

Behavior Implementation

B.

Projection View

C.

Behavior Definition

D.

Service Definition

Full Access
Question # 11

Which of the following information do you get using the ABAP Call Monitor?

There are 3 correct answers to this question.

A.

The number of calls

B.

Business transactions that called ABAP objects

C.

The protocol type used for the call

D.

The ID of the calling user

E.

The ABAP objects that have been called

Full Access
Question # 12

Which of the following features are available in Open SQL release7.50?

There are 3 correct answers to this question.

A.

BETWEEN in ON conditions

B.

Up to 50 tables in JOINs

C.

FULL OUTER JOIN

D.

ASSOCIATION

E.

RIGHT OUTER JOIN

Full Access