Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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.

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 ) ).

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.

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

Which of the following are benefits of draft-enabling an application?

There are 3 correct answers to this question.

A.

Support for device switching

B.

Support for continuous work

C.

Early feedback fromvalidations

D.

Re-use of existing business logic

E.

Implicit authorization checks

The Entity Manipulation Language (EML) is an extension of which of the following?

Please choose the correct answer.

A.

The ABAP Programming Language

B.

The Structured Query Language

C.

The Service Definition Language

D.

The Behavior Definition Language

You are writing an ABAP Managed Database Procedure that contains a SELECT statement. How does client handling work?

Please choose the correct answer.

A.

Use sy-mandt

B.

Use session_context( ICLIENTI )

C.

Use $session.client

D.

Client handling is automatic

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

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.

A.

SQL Performance Tuning Worklist (SWLT)

B.

Runtime Check Monitor: Data Display (SRTCMD)

C.

SQL Monitor: Display Data (SQLMD)

D.

Runtime Check Monitor (SRTCM)

You are creating an enhancement implementation using key user extensibility. Which of the following can you do in the web-based ABAP editor?

There are 3 correct answers to this question.

A.

Create filter conditions.

B.

Assign your implementation to a transport request.

C.

Modularize your code using custom libraries.

D.

Test your custom logic.

E.

Directly access SAP database tables.

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.

A.

CX_WEB_MESSAGE_ERROR

B.

CX_RAP_QUERY_PROVIDER

C.

CX_HTTP_DEST_PROVIDER_ERROR

D.

CX_UUID_ERROR

You are defining a variant in the ABAP Trace tool (SAT). Which of the following trace restrictions can you set?

There are 2 correct answers to this question.

A.

Restrict trace to specific transactions

B.

Restrict trace to specific users

C.

Restrict trace to specific program parts

D.

Restrict trace to specific statements