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

New Release C_S4HDEV1909 SAP Certified Development Associate Questions

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

Question 5

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

There are 2 correct answers to this question.

Options:

A.

c = |{ a }{ b }|.

B.

c = |a&&b|.

C.

c = a& b.

D.

c = a && b.

Question 6

You want to use the extensibility app, Custom Fields and Logic, to define custom fields for an SAP Fiori app. Which of the following conditions is a prerequisite for this activity?

Please choose the correct answer.

Options:

A.

Custom fields can only be created for SAP Fiori apps that have been enabled by SAP for this type of extension.

B.

You must release the SAP Fiori app for extensibility via transaction Setup Adaptation Transport Organizer for Key User Tools (S_ATO_SETUP).

C.

You must release the SAP Fiori app for extensibility using the Enable Fields for Use transaction in the Custom Fields and Logic (SCFD_EUI) app.

D.

There is no specific requirement. Custom fields can basically be created for any SAP Fiori app.

Question 7

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.

Options:

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.

Question 8

Which OData option do you use to access the data model of the service?

Please choose the correct answer.

Options:

A.

$select

B.

$expand

C.

$format

D.

$metadata