C_TAW12_750 Exam Questions

Total 334 Questions

Last Updated Exam : 16-Dec-2024

What does the enhancement category for a database table or structure do?
There are 3 correct answers to this question.
Response:


A.

Makes a table Unicode-compliant


B.

Specifies the types of changes that can be made to the structure


C.

Can produce warnings at incompatible points for the structure


D.

Can identify where program behavior may change





B.
  

Specifies the types of changes that can be made to the structure



C.
  

Can produce warnings at incompatible points for the structure



D.
  

Can identify where program behavior may change



Which of the following are valid control level changes within a loop over an internal table?
There are 2 correct answers to this question.
Response:


A.

END of <f>


B.

LAST


C.

SUM


D.

COLLECT





A.
  

END of <f>



B.
  

LAST



Using the screen system table, what can you modify through a LOOP AT SCREEN … ENDLOOP
construct?
Please choose the correct answer.
Response:


A.

Values of screen elements


B.

Screen status


C.

Attributes of screen elements


D.

Function code of buttions





C.
  

Attributes of screen elements



Which of the following steps are required to set up a shared memory area?
There are 3 correct answers to this question.
Response:


A.

Generate an area root class


B.

Declare a catalog object


C.

Set the root object


D.

Enable multiple versions of an area root class


E.

Call the attach_for_write method of area root class





A.
  

Generate an area root class



C.
  

Set the root object



E.
  

Call the attach_for_write method of area root class



The USER has the following fields: ID, FIRST_NAME, LAST_NAME. FIRST_NAME, LAST_NAME have
the same basic type and length. You want to compare fields FIRST_NAME, LAST_NAME to each other.
Which of the following SELECT statements can you use?
There are 2 correct answers to this question.
Response:


A.

SELECT*FROM users INTO TABLE It_users
WHERE first name = users »last_name.


B.

SELECT*FROM users AS a INTO TABLE It_users WHERE a»first_name = a»last_name


C.

SELECT*FROM users INTO TABLE It_users WHERE first_name = users last_name


D.

SELECT*FROM users AS a INTO TABLE It_users WHERE a first_name = last_name





A.
  

SELECT*FROM users INTO TABLE It_users
WHERE first name = users »last_name.



B.
  

SELECT*FROM users AS a INTO TABLE It_users WHERE a»first_name = a»last_name



Which property of the InputField UI element must be bound to a context attribute?
Please choose the correct answer.
Response:


A.

state


B.

enable


C.

value


D.

visible





C.
  

value



Which class is used to define a reference for an instance of the ALV Object Model?
Please choose the correct answer.
Response:


A.

Class CL_GUI_CUSTOM_CONTAINER


B.

Class CL_GUI_ALV_GRID


C.

Class CL_SALV_TABLE


D.

Class CL_GUI_BDC_GRID





C.
  

Class CL_SALV_TABLE



You implemented a subclass that inherits the instance constructor from it superclass What can you
do with the inherited constructor?
There are 2 correct answers to this question
Note: Answers of this question are not verified by our experts, please study yourself and select the
appropriate answers.
Response:


A.

Create several implementations


B.

Change the name


C.

Change the signature


D.

Redefine the implementation





C.
  

Change the signature



D.
  

Redefine the implementation



Which message types behave the same regardless of the context in which they are called?
There are 2 correct answers to this question. Response:


A.

A


B.

E


C.

I


D.

S


E.

W


F.

X





A.
  

A



F.
  

X



To reserve an area on the screen for an ALV Grid Control, you must do the following:
Please choose the correct answer.
Response:


A.

Create an object (instantiate the object) of the class CL_GUI_CUSTOM_CONTAINER


B.

Create an object (instantiate the object) of the class CL_GUI_ALV_GRID


C.

Create an object (instantiate the object) of the class CL_SALV_TABLE


D.

Use the Screen Painter





D.
  

Use the Screen Painter




Page 3 out of 34 Pages
Previous