March Special Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

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

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
Question # 9

What must exist before you can create a new transportable function module? Note: There are 3 correct answers to this question.

A.

Type group

B.

Change request

C.

Function group

D.

Package

E.

Module pool

Full Access
Question # 10

Which of the following setting can you define for both structures and transparent tables in the ABAP Dictionary? Note: There are 2 correct answers to this question.

A.

Storage type

B.

Enhancement category

C.

Size category

D.

Foreign key relationships

Full Access
Question # 11

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

You have been asked by a customer to develop open SQL code to convert the value of argument "arg" into the ABAP Dictionary type specified, which SQL syntax do you use tomeet this requirement?

A.

CASTING (arg FOR type)

B.

CASTING (arg AS type)

C.

CAST (arg AS type)

D.

CAST (arg FOR type)

Full Access