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

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

In your system landscape, there is a development system DEV and a central check system CHK. Which of the following describes the developer scenario of remote checks with ABAP Test Cockpit (ATC)?

Please choose the correct answer.

Options:

A.

A developer logs on to system CHK and invokes a check in system DEV.


B.

A developer logs on to system CHK and checks objects from system DEV.


C.

A developer logs on to system DEV and invokes a check in system CHK.


D.

A developer logs on to system DEV and checks objects from system CHK.


Questions # 2:

Which of the following features are part of the new syntax for OpenSQL?

There are 2 correct answersto this question.

Options:

A.

Comma-separated column list


B.

Blank-separated column list


C.

ABAP variables escaped with :


D.

ABAP variables escaped with @


Questions # 3:

The class CL_CLASS contains a public static method DO_SOMETHING with an importing parameter PARAM TYPE i. Your program contains the following data declaration: DATA var TYPE string.

Which of the following method calls is syntactically correct?

There are 2 correct answers to this question.

Options:

A.

cl_class=>do_something( param = CONV #( var ) ).


B.

cl_class=>do_something( param = var ).


C.

cl_class=>do_something( param = EXACT #( var ) ).


D.

cl_class=>do_something( param = CAST #( var ) ).


Questions # 4:

Which of the following are valid ways to insert a comment in a Data Definition (DDL source)?

There are 2 correct answers to this question.

Options:

A.

/* comment */


B.

-- comment


C.

// comment


D.

* comment


Questions # 5:

Which expression can you use in Open SQL release 7.50?

Please choose the correct answer.

Options:

A.

CASE


B.

NEW


C.

CONV


D.

COND


Questions # 6:

You want to write a SELECT statement using the Open SQL syntax of release 7.50.Which of the following sequences of clauses are valid?

There are 2 correct answers to this question.

Options:

A.

FROM clause can precede the column list


B.

WHERE clause can precede the INTOclause


C.

UP TO ... ROWS can precede the INTO clause


D.

INTO can precede the UNION clause


Questions # 7:

Which of the following new features are supported by the CDS Views but not by the ABAP Dictionary Views?

There are 3 correct answers to this question.

Options:

A.

Aggregations and grouping


B.

Enhancement with custom fields


C.

Combining queries as inner join


D.

Nested views (View-on-View)


E.

Expressions in the field list


Questions # 8:

For performance optimization, you want to combine the results of ABAP Test Cockpit and the SQL Monitor runtime data. Which tool do you use for this?

Please choose the correct answer.

Options:

A.

SQL Performance Tuning Worklist (SWLT)


B.

Runtime Check Monitor: Data Display (SRTCMD)


C.

SQL Monitor: Display Data (SQLMD)


D.

Runtime Check Monitor (SRTCM)


Questions # 9:

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.


Questions # 10:

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.


Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions