Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

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

Page: 1 / 3
Total 81 questions

A user runs an ABAP program AND enters an incorrect value on the selection screen AND and chooses Execute. Which event block must send the error messages in order messages in order to display the selection screen again?

A.

AT SELEECTION-SCREEN

B.

AT SELECTION-CREEN ON VALUE REQUEST

C.

AT SELECTION-SCREEN ON HELP-REQUEST

D.

AT SELECTION-SCREEN OUTPUT

You build a dialog screen with an input field in an ABAP Program. How do you ensure that the contents of the screen field can be accessed in the program?

A.

Enter the name of a data object in the parameter ID attribute of the screen field.

B.

Use a MOVE statement in a PAO module to copy the data object.

C.

Use the GET statement in the program to transport the data from the screen field.

D.

Define a data object in the program with the same name as the screen field.

A class is defined as follows CLASS my _class DEFINITION PUBLIC SECTION METHODS do something EVENTS state_changed CLASS Methods staticl PRIVATE SECTION TYPES t_table type Standard table OF 1001 CONSTANTS gc_constTYPE I ENDCLASS which components of the class can static method staticl address directly?

Note: There are 2 correct answers to this question

A.

The state_changed event

B.

The t_table type

C.

The gc_const constant

D.

The do_something method

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.

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

What is data binding?

A.

Connecting one web dynpro component to another web dynpro component

B.

Connecting an outbound plug of one view to the inbound plug of another view

C.

Connecting the values of user interface elements to the context attributes of the corresponding controller

D.

Connecting a context node in one controller to a context node in another controller

Which data types are incomplete ABAP standard data types? Note: There are 3 correct answers to this question.

A.

I

B.

D

C.

C

D.

N

E.

P

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

What do enhancements spots manage?

Note: There are 3 correct answers to this question

A.

Classic BADI

B.

Implicit enhancement points

C.

Explicit enhancement sections

D.

Explicit enhancement points

E.

New BADIS

To which of the following can you assign a search help? Note: There are 3 correct answers to this question

A.

Data element

B.

Check table

C.

Table type

D.

Domain

E.

Structure component

Which of the following components are part of SAP Net weavers AS ABAP version 7.1x and higher?

Note: There are 2 correct answers to this question.

A.

Software Deployment manager (SDM)

B.

SAP GUI for Java

C.

Message Server

D.

Internet communication manager (ICM)