Pass the SAP SAP Certified Development Associate C_TAW12_750 Questions and answers with CertsForce

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

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"/'?

Options:

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


Questions # 2:

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

Options:

A.

In a function module


B.

In a method


C.

In a global interface


D.

In the ABAP Dictionary


Questions # 3:

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

Options:

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


Questions # 4:

How can you search for classic Business Add-ins (BADIs)? Note: There are 2 correct answers to this question

Options:

A.

Search the relevant component in the implementation Guide (IMG)


B.

Search in the application program for the GET BADI statement.


C.

Search in the application program for the method GET_INSTANCE of class CL_EXITHANDLER


D.

Search in the application program for the CALL BADI statement.


Questions # 5:

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

Options:

A.

Sequence


B.

Click


C.

Any table


D.

Any


Questions # 6:

You write a program that updates a data record in the database using the following statements. UPDATE scar FROM Is_scarr, which of the following task does the database interface perform?

Note: There are 2 correct answers to this question

Options:

A.

It translates the statement to native SQL


B.

It restricts the access to the logon client


C.

It checks the authorization of the current user


D.

It applies a logical lock to the updated date record


Questions # 7:

Which ABAP Dictionary object can reference a domain?

Options:

A.

Data element


B.

Table type


C.

Database table field


D.

Structure


Questions # 8:

Which of the following incomplete ABAP pre-defined data types? Note: There are 3 correct answers to this question

Options:

A.

N


B.

T


C.

D


D.

X


E.

P


Questions # 9:

You have created table ZTAB and you want to create a foreign-key relationship to table SAPTAB Under which conditions is this possible? Note: There are 2 correct answers to this question.

Options:

A.

The check field in ZTAB must have a data element that does NOT refer to a domain


B.

The check field in ZTAB Must have the same ABAP Dictionary type as the corresponding field of check table SAPTAB


C.

The check field in ZTAB must have the same domain as the corresponding field of check table SAPTAB


D.

The check field in ZTAB must have the same name as the corresponding field of check table SAPTAB


Questions # 10:

A costumer has asked that you improve performance for a small table with frequent read accesses, what buffering type do you recommend?

Options:

A.

Single record


B.

Full table


C.

Column store


D.

Primary key


Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions