C_TAW12_750 Exam Questions

Total 334 Questions

Last Updated Exam : 15-Apr-2025

Which types of programs or parts of programs can be tested directly from the ABAP Workbench or
ABAP Editor?
There are 4 correct answers to this question.
Response:


A.

REPORT


B.

PROGRAM


C.

FUNCTION-POOL


D.

FUNCTION MODULE


E.

CLASS-POOL


F.

METHOD


G.

INTERFACE-POOL


H.

TYPE-POOL





A.
  

REPORT



D.
  

FUNCTION MODULE



E.
  

CLASS-POOL



F.
  

METHOD



What is unique about a functional method?
There are 5 correct answers to this question.
Response:


A.

It must contain a returning parameter.


B.

It can contain an importing parameter.


C.

It can contain an exporting parameter.


D.

It can contain a changing parameter.


E.

It can be used in logical expressions.


F.

It can be used in SELECT statements.


G.

It must be a singleton.





A.
  

It must contain a returning parameter.



B.
  

It can contain an importing parameter.



C.
  

It can contain an exporting parameter.



D.
  

It can contain a changing parameter.



Which of the following types of SQL statements always bypass the SAP table buffers?
There are 2 correct answers to this question.
Response:


A.

SELECT SUM (sales)


B.

SELECT SINGLE


C.

SELECT … UP TO 1 ROW


D.

SELECT … INNER JOIN…





A.
  

SELECT SUM (sales)



D.
  

SELECT … INNER JOIN…



You have 2 objects: O1 of type class C1 and O2 of type class C2.
Class C2 is a subclass of class C1. Which of the following statements implements an up cast?
Please choose the correct answer.
Response:


A.

MOVE O1 ?TO O2.


B.

O2 ?= O1.


C.

MOVE O1 TO O2.


D.

O1 = O2.





D.
  

O1 = O2.



Which of the following tasks does the BADI implementing class perform?
Please choose the correct answer.
Response:


A.

Filtering


B.

Sequencing


C.

Inserting


D.

Deleting





A.
  

Filtering



How can you maintain documentation for input fields on your screen?
Please choose the correct answer.
Response:


A.

Add documentation to the SCREEN table at PROCESS BEFORE OUTPUT (PBO).


B.

Add documentation to the SCREEN table at PROCESS AFTER INPUT (PAI).


C.

Add documentation to the underlying data element.


D.

Define text tables for the underlying structure.





C.
  

Add documentation to the underlying data element.



What are the advantages of defining texts symbols in executable programs?
There are 2 correct answers to this question
Response:


A.

They facilitate multilingual functionality


B.

Then can store up to 256 characters


C.

The same text symbol can be used by other programs


D.

They are easier to maintain than literals





A.
  

They facilitate multilingual functionality



D.
  

They are easier to maintain than literals



What can you use to achieve polymorphism?
Please choose the correct answer.
Response:


A.

Events


B.

Subroutines


C.

Inheritance


D.

Reports





C.
  

Inheritance



How many kinds of internal tables are supported in the ABAP language?
Please choose the correct answer.
Response:


A.

2


B.

3


C.

1


D.

5





B.
  

3



Which of the following are key capabilities of SAP NetWeaver?
There are 3 correct answers to this question.
Response:


A.

Supply Chain Management


B.

Information Integration


C.

People Integration


D.

Application Platform


E.

Enterprise Resource Planning





B.
  

Information Integration



C.
  

People Integration



D.
  

Application Platform




Page 11 out of 34 Pages
Previous