Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

In which of the following source code blocks can you define local data objects? Note: There are 3 correct answers to this question

A.

Subroutine

B.

LOAD-OF-PROGRAM

C.

Static method

D.

Function module

E.

PBO module

Full Access
Question # 5

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

Full Access
Question # 6

You want to loop over an internal table without copying each table row to a work area. How can you achieve this using a field symbol?

A.

LOOP...ASSIGNING...ENDLOOP

B.

LOOP-REFERENCE INTCL.ENDLOOP

C.

LOOP..INTO...ENDLOOP

D.

LOOP...INTOTRANSPORT...ENDLOOP

Full Access
Question # 7

What properties will be set when you define a table type in the ABAP Dictionary? Note: There are 3 correct answers to this question.

A.

Access mode

B.

Primary key

C.

Get/SET Parameter

D.

Line type

Full Access
Question # 8

You call a lock module, Which exceptions could the lock module raise when a logical lock CANNOT be set?

Note: There are 2 correct answers to this question.

A.

CX_SY_OPEN_SQL_ERROR

B.

SISTEM_FAILURE

C.

CX_SY_DATA_ACCESS_ERROR

D.

FOREIGN_LOCK

Full Access
Question # 9

Which database objects can you create in the ABAP Dictionary? Note: There are 2 correct answers to this question

A.

Foreign key relationships

B.

Views

C.

Indexes

D.

Logical databases

Full Access
Question # 10

How do you create lock objects and lock modules for use in ABAP programs that's access the database?

A.

Use the function builder to create the lock modules.

B.

The lock objects are created automatically.

C.

Use the ABAP Dictionary to create the lock objects. Use the functions builder to create the lock modules.

D.

Use the function builder to create the lock modules and the lock objects.

E.

Use the ABAP Dictionary to create the lock objects. The lock module is created automatically

Full Access
Question # 11

An ABAP Program processes the following expression r=a/b+c which of the following data declarations would cause the runtime environment to use fixed-point arithmetic for the above expression to calculate the value of"/'?

A.

DATA r TYPE p. a TYPE I VALUE201. B TYPE I VALUE 200. c TYPE f

B.

DATA r TYPE D DECIMALS 2. A TYPE I VALUE 201. B TYPE I VALUE 200. C TYPE f

C.

DATA r TYPE a DECIMAL2; a TYPE I CALUE201. B TYPE I VALUE200. C TYPE p

D.

DATA r TYPE f. a TYPE I VALUE201. b TYPE i VALUE200. c TYPE f

Full Access
Question # 12

What pre-defined ABAP data type is deep?

A.

STRING

B.

N

C.

X

D.

DECFLOAT34

Full Access