C_TAW12_750 Exam Questions

Total 334 Questions

Last Updated Exam : 16-Dec-2024

What will happen at runtime when accessing a buffered table?
Please choose the correct answer.
Response:


A.

All SELECT statements will read data from the buffer.


B.

If data is read from the table buffer, the existing indexes are not used.


C.

Following an update to a buffered record, all table buffers in the system will be updated.


D.

If table data is read using indexes, the table buffer will not be filled.





B.
  

If data is read from the table buffer, the existing indexes are not used.



Which of the following actions can be performed in the Process After Input (PAI) processing block?
Please choose the correct answer.
Response:


A.

Check the function code.


B.

Modify screen attributes dynamically.


C.

Set the GUI status of the screen.


D.

Set the title bar.





A.
  

Check the function code.



Which of the following functions does the ABAP Dispatcher perform?
There are 2 correct answers to this question.
Response:


A.

It directs HTTP requests from an SAP system to a web server.


B.

It enables communication between SAP systems and external application systems.


C.

It distributes user requests among available work processes.


D.

It communicates with other instances in the system.





C.
  

It distributes user requests among available work processes.



D.
  

It communicates with other instances in the system.



You want to add a field type CURR to a transparent table. What else must you do?
Please choose the correct answer.
Response


A.

Add a check table that contains a field of type CUKY.


B.

Add a key fieldof type CUKY.


C.

Create a new field CUKY as a pre-defined type.


D.

Create a reference to a field of type CUKY.





D.
  

Create a reference to a field of type CUKY.



Which of the following items are used in a Web Dynpro Application to transport database data to the
user interface?
There are 2 correct answers to this question.
Response:


A.

Inbound plug


B.

Interface controller


C.

Context node


D.

Supply function





B.
  

Interface controller



C.
  

Context node



In the technical settings for a transparent table, buffering is switched on and single record buffering is
selected.
Which statement uses the buffered data assuming that the WHERE clause contains restrictions for all
key fields?
Please choose the correct answer.
Response:


A.

SELECT … . ENDSELECT.


B.

SELECT SINGLE … .


C.

SELECT … INTO TABLE … .


D.

SELECT SINGLE … FOR UPDATE.





B.
  

SELECT SINGLE … .



There are ____ versions of the ABAP Editor.
Please choose the correct answer.
Response:


A.

3


B.

4


C.

2


D.

1





A.
  

3



You r program performs a data base update by calling function modules in an update task.
Which ABAP statements can be used in the program to discard all update requests for the current
SAP logical unit of work(LUW)?
There are 3 correct answers to this question
Response:


A.

ROLLBACK WORK


B.

MESSAGE TYPE X


C.

MESSAGE TYPE W


D.

MESSAGE TYPE E


E.

MESSAGE TYPE A





A.
  

ROLLBACK WORK



B.
  

MESSAGE TYPE X



E.
  

MESSAGE TYPE A



Which steps are needed when implementing the singleton concept for class instantiation with
minimum coding?
There are 3 correct answers to this question.
Response:


A.

Define the instantiation of the class as private.


B.

Create an instance of the class in a static constructor.


C.

Define the class as abstract.


D.

Save the instance of the class in a static attribute.


E.

Create an event that returns the instance of the class





A.
  

Define the instantiation of the class as private.



B.
  

Create an instance of the class in a static constructor.



D.
  

Save the instance of the class in a static attribute.



Each ABAP program starts with an introductory statement. Which statements are correct?
There are 2 correct answers to this question.
Response:


A.

The introductory statement must be the first line in the program.


B.

The introductory statement must be the first statement in the program.


C.

The introductory statement must never be modified.


D.

The introductory statement can be modified.





B.
  

The introductory statement must be the first statement in the program.



D.
  

The introductory statement can be modified.




Page 5 out of 34 Pages
Previous