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

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

Page: 2 / 3
Total 80 questions

Which data transfer formats are available in SAP Gateway?

There are 2 correct answers to this question.

A.

REST (Representational State Transfer)

B.

JSON (JavaScript Object Notation)

C.

HTML (Hypertext Markup Language)

D.

XML (Extensible Markup Language)

When creating CDS-based BOPF Business Objects, the system generates several additional repository objects. Among those objects are objects in the ABAP Dictionary.

Which types of ABAP Dictionary objects are generated?

There are 2 correct answers to this question.

A.

Structures

B.

Data Elements

C.

Database Views

D.

Table Types

You maintain a transactional app that is built with the ABAP Programming model for SAP Fiori. The BOPF Business Object consists of a single node. You want to enable the CREATE button for new instances.

In which of the following CDS objects do you have to add annotation @ObjectModel.createEnabled?

Note: There are 2 correct answers to this question.

A.

The data definition of the transactional view

B.

The metadata extension of the consumption view

C.

The data definition of the consumption view

D.

The data definition of the interface view

Where do you distinguish between OData V2 or OData V4?

Please choose the correct answer.

A.

Projection View

B.

Service Binding

C.

Behavior Projection

D.

Service Definition

You want to create a new CDS view VIEW1 that reads from CDS view VIEW2. VIEW2 has 2 input parameters, par1 and par2, with data type abap.char(10).

Which of the following is the correct way to supply the input parameters?

Please choose the correct answer.

A.

select from VIEW2( par1 = IText1I, par2 = IText2I )

B.

select from VIEW2( par1: IText1I par2: IText2I )

C.

select from VIEW2( par1: IText1I, par2: IText2I )

D.

select from VIEW2( par1= IText1I par2= IText2I )

You implement the behavior of a CDS-based BOPF Business Object. For which of the following tasks can you reuse the implementation from the BOPF public library?

Please choose the correct answer.

A.

Check for existing foreign keys

B.

Auto-fill a Last Changed By field

C.

Auto-fill semantic key fields

D.

Check for valid dates in input fields

SAP enabled key user extensibility for a SAP Fiori application. The application accesses a database table that you extended with an append structure in the customer namespace. You want to use key user extensibility to create input fields on the SAP Fiori UI that correspond to the custom database fields.

Which of the following steps are mandatory?

There are 3 correct answers to this question.

A.

Append the custom database fields to the extension include structure provided by SAP.

B.

Activate the custom database fields using the transaction Extensibility Registry (SCFD_REGISTRY).

C.

Redefine the OData service used by the SAP Fiori app in transaction SAP Gateway Service Builder(SEGW)to add the custom database fields.

D.

Enable the usage of the custom database fields in the Custom Fields and Logic app.

E.

Enable the custom database fields for usage in SAP Fiori apps using the transaction Enable Fields for Use in the Custom Fields and Logic (SCFD_EUI) app.

How could you replace the statement CONCATENATE a b INTO c.?

There are 2 correct answers to this question.

A.

c = |{ a }{ b }|.

B.

c = |a&&b|.

C.

c = a& b.

D.

c = a && b.

You want to analyze SQL performance. You use the SQL Monitor in the production system (PRD) to collect the data. How can you create a snapshot in the development system (DEV)? Note: There are 2 correct answers to this question.

A.

Use transaction SWLT in PRD to export a file and transaction SWLT in DEV to import this file.

B.

Use transaction SWLT in DEV to retrieve a snapshot from PRD by RFC.

C.

Use transaction SQLM in PRD to export a file and transaction SWLT in DEV to import this file.

D.

Use transaction SRTCM in DEV to retrieve a snapshot from PRD by RFC.

Which expression can you use in Open SQL release 7.50?

Please choose the correct answer.

A.

CASE

B.

NEW

C.

CONV

D.

COND