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

What ABAP Dictionary object allows you to define fixed values

A.

Lock object

B.

Data element

C.

View

D.

Domain

You have declared a sorted internal table with the columns A AND B AND C AND D. The key consists of columns A AND B AND C in this order. Which combination of columns in the where clause of a Loop statement allows the system to optimize the access to table?

Note: There are 2 correct answers to this question.

A.

A AND B

B.

C AND D

C.

B and C

D.

A AND BAND C AND D

Which of the following elements can a string template contain? Note: There are 2 correct answers to this question

A.

Functional module calls

B.

Function methods calls

C.

String processing statements

D.

Literals

What can be implemented using an implicit enhancement option? Note: There are 3 correct answers to this question

A.

Overwrite methods for SAP function modules

B.

Overwrite methods for global SAP classes

C.

Additional exceptions in SAP function modules

D.

Additional parameters in SAP function modules

E.

Additional attributes for global SAP classes

What are the reasons to use modularization? Note: There are 3 correct answers to this question

A.

Easier maintenance

B.

Portability across DBMS

C.

Improved performance

D.

Promotes reusability

E.

Improved transparency

You have been asked to review the following expression AND which processes character string result = find (val = 'ababABAP' sub = 'A' occ = 2 case = *X'). What is the expected value of result?

A.

2

B.

6

C.

4

D.

1

You want to define a field symbol that will be assigned to a character string. Which generic types can you use? Note: There are 3 correct answers to this question

A.

Sequence

B.

Click

C.

Any table

D.

Any

What are some advantages of using open SQL? Note: There are 2 correct answers to this question

A.

The application server buffer is NOT used.

B.

Syntax is checked at design time.

C.

All standard SQL commands can be used

D.

It can be used with any supported DBMS.

You build a dialog screen with an input field in an ABAP Program. How do you ensure that the contents of the screen field can be accessed in the program?

A.

Enter the name of a data object in the parameter ID attribute of the screen field.

B.

Use a MOVE statement in a PAO module to copy the data object.

C.

Use the GET statement in the program to transport the data from the screen field.

D.

Define a data object in the program with the same name as the screen field.

Where can you define data types that can be used throughout the system? Note: There are 3 correct answers to this question.

A.

In a function module

B.

In a method

C.

In a global interface

D.

In the ABAP Dictionary