Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

C_TAW12_750 Exam Dumps - SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50

Go to page:
Question # 4

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 # 5

Which of the following statement create a data object? Note: There are 3 correct answers to this question.

A.

CLASS

B.

CONSTANT

C.

class-data

D.

type

E.

parameters

Full Access
Question # 6

After which statement will the runtime system initialize the ABAP memory?

A.

LEAVE TO TRANSACTION

B.

CALL TRANSACTION

C.

SUBMIT..AND RETURN

D.

SUBMIT

Full Access
Question # 7

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 # 8

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
Go to page: