C_TAW12_750 Exam Questions

Total 334 Questions

Last Updated Exam : 16-Dec-2024

Where should the labels for fields be stored?
Please choose the correct answer.
Response:


A.

Table


B.

Structure


C.

Field


D.

Data element


E.

Domain





D.
  

Data element



You want to translate dynamic text in a web dynpro. From which abstract class should you inherit?
Please choose the correct answer.
Response:


A.

CL_WD_CONTEXT_SERVICES


B.

CL_WD_COMPONENT_ASSISTANCE


C.

CL_WD_COMPONENT_SERVICES


D.

CL_WD_CONFIGURATION_MODEL





B.
  

CL_WD_COMPONENT_ASSISTANCE



In which database table type is there a one-to-one relationship between the Dictionary table
definition and the relevant physical table in the database?
Please choose the correct answer.
Response:


A.

Cluster table


B.

Pooled table


C.

Transparent table


D.

Internal table





C.
  

Transparent table



What is the ALV Object Model?
Please choose the correct answer.
Response:


A.

A group of classes that describe the ALV Grid as a whole and inherit from a single class


B.

A group of hierarchal classes that describe the ALV Grid as a whole but do not inherit from a single
class


C.

A group of classes that describe the BDC Grid as a whole and inherit from a single class


D.

A group of classes that apply Grid as a whole and inherit from a multiple class





B.
  

A group of hierarchal classes that describe the ALV Grid as a whole but do not inherit from a single
class



You want to develop a program that processes character type dat
a. When you implement the program, you can either use the classical string statements or the newer
strings expressions and functions
What are the main benefits of using string expressions and string functions?
There are 2 correct answers to this question
Response:


A.

You can write compact syntax instead of a long sequence of statements


B.

You can reduce the number of intermediate variables


C.

You can improve the performance significantly


D.

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





A.
  

You can write compact syntax instead of a long sequence of statements



B.
  

You can reduce the number of intermediate variables



Which comparison operators can you use in a logical expression related to the WHERE clause of the
SELECT statement?
There are 3 correct answers to this question.
Response:


A.

GT (greater than)


B.

LIKE (fits pattern)


C.

CO (contains only)


D.

CP (covers pattern)


E.

EQ (equals)





A.
  

GT (greater than)



B.
  

LIKE (fits pattern)



E.
  

EQ (equals)



A screen has the following PAI flow logic:
PROCESS AFTER INPUT
FIELD A MODULE check_A
FIELD A MODULE check_B
CHAIN.
FIELD:C,D
MODULE check_CD
ENDCHAIN
FIELD:C,B.
MODULE check_CB
ENDCHAIN
What happens if the application senda a type E message during the check_CB module processing?
Please choose the correct answer.
Note: Answers of this question are not verified by our experts, please study yourself and select the
appropriate answers.
Response:


A.

The screen is NOT displayed again. Processing terminates and the user must restart the ABAP
program


B.

The screen is displayed again without processing the PBO logic flow. Only fields B and C are ready
for input


C.

The screen is displayed again without processing the PBO flow logic. All fields are ready for input.


D.

The screen is displayed again and the PBO flow logic is processed. Only fields B and C are ready for
input.





C.
  

The screen is displayed again without processing the PBO flow logic. All fields are ready for input.



What is required to fully specify a Table Type in the ABAP Dictionary?
There are 3 correct answers to this question.
Response:


A.

Access type


B.

Table key


C.

Table size


D.

Line type


E.

Header line





A.
  

Access type



B.
  

Table key



D.
  

Line type



Which hook method exists for all controller types?
Please choose the correct answer.
Response:


A.

wddoonclose( )


B.

wddoinit( )


C.

wddobeforenavigation( )


D.

wddoonopen( )





B.
  

wddoinit( )



What are the advantages of modularization?
There are 3 correct answers to this question
Response:


A.

Performance


B.

Reusability


C.

Profitability across DBMS


D.

Maintainability


E.

Transparency





B.
  

Reusability



D.
  

Maintainability



E.
  

Transparency