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

Home > SAP > SAP Certified Development Associate > C_TAW12_750

C_TAW12_750 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 Question and Answers

Question # 4

What is the purpose of the enqueue work process?

A.

It processes requests for a print output

B.

What is the purpose of the enqueue work process?

C.

It processes logical lock requests

D.

It processes requests triggered by an active user

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 are making changes to a program that already has transaction code ZZZZ linked to it. Your colleague is testing transaction code ZZZZ in the same system. When does the changed version of the program becomes visible to your colleague via transaction code ZZZZ?

A.

When you execute the program from the ABAP Editor

B.

When the syntax of the program is correct

C.

When you active the program

D.

When you save the program

Full Access
Question # 7

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

A.

Indixes

B.

Projection views

C.

Logical databases

D.

Foreign key relationships

Full Access
Question # 8

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

Full Access
Question # 9

You defined database view A and maintenance view B in the ABAP Dictionary. What restrictions apply to these views? Note: There are 2 correct answers to this question

A.

The join of both A and B is an inner join

B.

Only A can be used in the FROM clause of a SELECT statement

C.

The tables joined in A must have foreign key relationships

D.

The tables joined in B must have foreign key relationship

Full Access
Question # 10

Which additions to the PARAMETERS statements can you use to fill the input field on the selection screen with a suggested value? Note: There are 2 correct answers to this question

A.

VALUE-CHECK

B.

MEMORY ID

C.

DEFAULT

D.

MODIF ID

Full Access
Question # 11

You want to read a single line of an internal table using table expression itab[...]. How can you identify the line? Note: There are 3 correct answers to this question

A.

Specify the line index

B.

Specify a free table key

C.

Specify a regular expression

D.

Specify a WHERE Condition

E.

Specify a secondary table key

Full Access
Question # 12

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

Full Access