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

SAP C_TAW12_750 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 Exam Practice Test

Demo: 12 questions
Total 81 questions

SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 Questions and Answers

Question 1

You have the following class definition: CLASS ICL_airplane DEFINITION PUBLIC SECTION. METHODS: set_passengers. PROTECTED SECTION CONSTANTS c_pos type i.methods get_passengers PRIVATE SECTION DATA mv_passengers TYPE I, METHODS set_attributes ENDCALSS. Which components can be addressed directly from a subclass of class ICL_airplane?

Options:

A.

GET_PASSENGER

B.

SET_ATTRIBUTES

C.

Pos

D.

SET_PASSENGER

Question 2

You have created the following. A class with an event definition. A Handler class with a method ON_EVT that handles this event. A report that instantiates the handler class. A message statement that raises an exception however AND the report does not react to the event. How do you analyze this issue?

Note: There are 3 correct answers to this question.

Options:

A.

Check if the handler method is registered to the correct event

B.

Check if the event is triggered by setting a breakpoint at MESSAGE...RAISING...statement

C.

Check if the handler method ON_EVT is defined in a subroutine of the report

D.

Check if the event is triggered by setting a breakpoint at the RAISE EVENT statement

E.

Check if the implementation of the handler method ON_EVT contains the desired login

Question 3

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.

Options:

A.

Storage type

B.

Enhancement category

C.

Size category

D.

Foreign key relationships

Question 4

You want to deploy a program that processes character type data. When you implement the program, you can either use the classical string statement or the newer string expressions and functions what are the main benefits of using the newer string expressions and string functions?

Note: There are 2 correct answers to this question

Options:

A.

You can improve the performance significantly

B.

You can write compact syntax instead a long sequence of statements

C.

You can reduce the number of intermediate variables

D.

You can write code that is very easy to read and understand

Question 5

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

Question 6

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?

Options:

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.

Question 7

Which enhancement can provide a screen exit? Note: There are 3 correct answers to this question.

Options:

A.

Customer exits

B.

Explicit enhancement points

C.

New BADIS

D.

Classic BADIS

E.

Explicit enhancement sections

Question 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

Question 9

What can be part of the signature of an instance constructor? Note: There are 2 correct answers to this question

Options:

A.

Importing parameters

B.

Exporting parameters

C.

Changing parameters

D.

Exceptions

Question 10

The code of an executable program does NOT contain any event keywords. What event block does the code belong to?

Options:

A.

LOAD-OF-PROGRAM

B.

AT SELECTION-SCREEN

C.

INITIALIZATION

D.

START-OF-SELECTION

Question 11

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?

Options:

A.

CASTING (arg FOR type)

B.

CASTING (arg AS type)

C.

CAST (arg AS type)

D.

CAST (arg FOR type)

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

Options:

A.

Sequence

B.

Click

C.

Any table

D.

Any

Demo: 12 questions
Total 81 questions