Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

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

Page: 1 / 8
Total 81 questions

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

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 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

Question 2

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 3

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.

Options:

A.

Software Deployment manager (SDM)

B.

SAP GUI for Java

C.

Message Server

D.

Internet communication manager (ICM)

Question 4

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 5

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

Options:

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

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

You are asked to enhance the GUI status of an SAP standard application. How do you identify which menu exit function code you can use?

Options:

A.

It starts with a plus (+)

B.

It starts with a dollar sign ($)

C.

It starts with an ampersand (&)

D.

It starts with an asterisk (*)

Question 8

What pre-defined ABAP data type is deep?

Options:

A.

STRING

B.

N

C.

X

D.

DECFLOAT34

Question 9

What do enhancements spots manage?

Note: There are 3 correct answers to this question

Options:

A.

Classic BADI

B.

Implicit enhancement points

C.

Explicit enhancement sections

D.

Explicit enhancement points

E.

New BADIS

Question 10

What is data binding?

Options:

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

Question 11

What type of method is generated automatically by the web Dynpro Explorer when you assign an action to a button UI element?

Options:

A.

Supply function

B.

Event handler method

C.

Standard hook method

D.

Ordinary method

Question 12

Which are the functions of the ABAP dispatcher? Note: There are 3 correct answers to this question

Options:

A.

It integrates the presentation layer

B.

It saves the processing request in request in request queues

C.

It performs a roll-in and roll-out of user context

D.

It requests the data from the database or the buffers

E.

It distributes the request among the work processes

Page: 1 / 8
Total 81 questions