Summer Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

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.

A.

AMDP Functions

B.

Database Views

C.

Calculation Views

D.

Stored Procedures

Full Access
Question # 5

In your system landscape, you create a Custom Business Object in the SAP S/4HANA On-Premise edition. Which steps are necessary to use the Custom Business Object as the basis for an SAP Fiori app?

There are 2 correct answers to this question.

A.

Create a project in the SAP Gateway Service Builder (SEGW)and reference your Custom Business Object as data source

B.

Register the OData service based on your Custom Business Object in SAP Gateway

C.

Activate the UI Generation checkbox in the Custom Business Objects app

D.

Activate the Service Generation checkbox in the Custom BusinessObjects app

Full Access
Question # 6

Which of the following are features of the ABAP Test Cockpit?

There are 2 correct answers to this question.

A.

Schedule global check runs

B.

Request and approve exemptions

C.

Check how often code is executed

D.

Measure the consumption of database time

Full Access
Question # 7

You want to search for custom code that needs to be adjusted. Which of the following tools can you use?

Please choose the correct answer.

A.

ABAP Call Monitor (SCMON)

B.

Code Inspector (SCI)

C.

SQL Monitor (SQLM)

D.

Usage Data (SUSG)

Full Access
Question # 8

You plan to migrate an SAP ERP system to SAP S/4HANA. Which of the following tasks are recommended but NOT mandatory?

There are 2 correct answers to this question.

A.

Custom code evaluation

B.

Performance tuning

C.

SAP S/4HANA checks

D.

Functional adaption

Full Access
Question # 9

You want to add a validation to a Custom Business Object. Which pattern do you choose for your custom logic?

Please choose the correct answer.

A.

Before Modification

B.

After Modification

C.

Before Save

D.

After Save

Full Access
Question # 10

Which of the following are extensibility apps from the Extensibility Business Catalog?

There are 3 correct answers to this question.

A.

Custom Database Fields

B.

Data Source Extensions

C.

Custom CDS Views

D.

CustomFields and Logic

E.

Configure Software Packages

Full Access
Question # 11

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

Full Access
Question # 12

Which of the following Open SQL statements are syntactically correct in release 7.50?

There are 3 correct answers to this question.

A.

SELECT FROM sbook . FIELDS carrid, connid, loccuram, loccurkey . INTO TABLE @lt_booking . WHERE customid = @lv_customer.

B.

SELECT carrid, connid, loccuram, loccurkey . FROM sbook .INTO TABLE @lt_booking . WHERE customid = @lv_customer.

C.

SELECT carrid connid loccuram loccurkey. FROM sbook. INTOTABLE lt_booking . WHERE customid = lv_customer.

D.

SELECT carrid connid loccuram loccurkey . FROM sbook . WHERE customid = lv_customer. INTOTABLE lt_booking.

E.

SELECT FROM sbook. FIELDS carrid, connid, loccuram, loccurkey . WHERE customid =@lv_customer. INTOTABLE @lt_booking.

Full Access