Pass the SAP SAP Certified Development Associate C_S4HDEV1909 Questions and answers with CertsForce

Viewing page 3 out of 3 pages
Viewing questions 21-30 out of questions
Questions # 21:

You use remote client proxy in ABAP. You create an Exception Class for errors related to proxy consumption. Which of the following do you use as a superclass?

Please choose the correct answer.

Options:

A.

CX_WEB_MESSAGE_ERROR


B.

CX_RAP_QUERY_PROVIDER


C.

CX_HTTP_DEST_PROVIDER_ERROR


D.

CX_UUID_ERROR


Expert Solution
Questions # 22:

You implement an ABAP Managed Database Procedure (AMDP). You want to access some other objects from within your script code. Which of the following objects must you list after the USING addition?

There are 2 correct answers to this question.

Options:

A.

AMDP Functions


B.

Database Views


C.

Calculation Views


D.

Stored Procedures


Expert Solution
Questions # 23:

You have written a program that uses inline declarations and assigns values using expressions. The global data declarations contain the following statement: DATA o TYPE REF TO cl_class.

Which of the following are valid statements?

There are 3 correct answers to this question.

Options:

A.

DATA(p) = NEW cl_class( ).


B.

DATA(p) =NEW( ).


C.

o = NEW string( ).


D.

o = NEW( ).


E.

o =NEW cl_class( ).


Expert Solution
Questions # 24:

You maintain a transactional app for sales orders that is built with the ABAP Programming model for SAP Fiori. For which of the following tasks would you implement a determination of the BOPF Business Object?

There are 3 correct answers to this question.

Options:

A.

Calculate the sales order sum


B.

Assign the sales order ID


C.

Check the creation date


D.

Save the sales order data


E.

Dynamically allow or disallow editing


Expert Solution
Viewing page 3 out of 3 pages
Viewing questions 21-30 out of questions