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

Viewing page 2 out of 3 pages
Viewing questions 11-20 out of questions
Questions # 11:

You write a report that displays mass data in a table using the ALV Grid control, which of the following functions can you offer to the user without doing any specific programming?

Options:

A.

Display details by double clicking on a row


B.

Sort and filter the data by any column


C.

Convert and currency amount columns


D.

Change column width and sequence


Questions # 12:

How is data shred between web Dynpro controllers? Note: There are 2 correct answers to this question

Options:

A.

By using context mapping from a view controller to a component controller


B.

By using data binding from a view controller to another view controller


C.

By using context mapping from a view controller to another view controller


D.

By using context mapping from a view controller to a custom controller


Questions # 13:

In which event block can you overwrite the default value of PARAMETERS field on the selection screen?

Options:

A.

START-OF-SELECTION


B.

INITIALIZATION


C.

START-OF-SELECTION


D.

PROCESS BEFORE OUTPUT


Questions # 14:

Which of the following elements can a string template contain? Note: There are 2 correct answers to this question

Options:

A.

Functional module calls


B.

Function methods calls


C.

String processing statements


D.

Literals


Questions # 15:

You run an executable program that contains the following code: DATA: gv_varl TYPE n LENGTH 3. gv_var2 TYPE n LENGTH 3 VALUE '456' START OF SELECTION. CLEAR gv_var2 gv_var2=g

Options:

A.

When the assignment to gv_var2 is executed


B.

When value '123' is assigned to the data object


C.

As soon as the program is loaded into the terminal session


D.

At the beginning of the START-OF-SELECTION event block


Questions # 16:

In which of the following source code blocks can you define local data objects? Note: There are 3 correct answers to this question

Options:

A.

Subroutine


B.

LOAD-OF-PROGRAM


C.

Static method


D.

Function module


E.

PBO module


Questions # 17:

Which of the following statement create a data object? Note: There are 3 correct answers to this question.

Options:

A.

CLASS


B.

CONSTANT


C.

class-data


D.

type


E.

parameters


Questions # 18:

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 # 19:

What pre-defined ABAP data type is deep?

Options:

A.

STRING


B.

N


C.

X


D.

DECFLOAT34


Questions # 20:

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


Viewing page 2 out of 3 pages
Viewing questions 11-20 out of questions