C_TAW12_750 Exam Questions

Total 334 Questions

Last Updated Exam : 15-Apr-2025

How do you program an input validation on a selection screen that allows users to correct their
input?
Please choose the correct answer.Response:


A.

Implement the check at the event AT SELECTION-SCREEN OUTPUT. In case of an input error, a type
E MESSAGE must be displayed.


B.

Implement a check at the event AT SELECTION-SCREEN. In case of an input error, a type E


C.

MESSAGE must be displayed.


D.

Implement the check at the event END-OF-SELECTION. In case of an input error, a type E MESSAGE
must be displayed.


E.

E. Implement the check at the event AT SELECTION-SCREEN. In case of an input error, a type A
MESSAGE must be displayed





B.
  

Implement a check at the event AT SELECTION-SCREEN. In case of an input error, a type E



Where are fixed values for fields stored?
Please choose the correct answer.
Response:


A.

Table


B.

Structure


C.

Field


D.

Data element


E.

Domain





E.
  

Domain



Your colleague has asked you to analyze and ABAP program that does not behave correctly when a
button is pressed on the initial screen. You want to start Debugger when the button is pressed so that
you can perform your analysis.
What do you type in the command field?
Please choose the correct answer.
Response:


A.

/n


B.

Jdbg


C.

/h


D.

/hx





C.
  

/h



Which actions release a database lock?
There are 7 correct answers to this question.
Response:


A.

COMMIT WORK


B.

ROLLBACK WORK


C.

The display of an SAP screen


D.

The display of a dialog message type E


E.

The display of a dialog message type A


F.

ENQUEUE_


G.

DEQUEUE_


H.

A call to a function module


I.

A CALL TRANSACTION


J.

A SUBMIT


K.

An “/n” in the command field





A.
  

COMMIT WORK



C.
  

The display of an SAP screen



D.
  

The display of a dialog message type E



What can be defined using an implicit enhancement option?
There are 3 correct answers to this question
Response:


A.

Replacements for global SAP methods


B.

Additional attributes in global SAP classes


C.

Replacement for SAP function modules


D.

Additional parameters in SAP function modules


E.

Additional exceptions in SAP function modules





A.
  

Replacements for global SAP methods



B.
  

Additional attributes in global SAP classes



D.
  

Additional parameters in SAP function modules



Which of the following tools belong to the ABAP Workbench?
There are 3 correct answers to this question.
Response:


A.

Form Builder


B.

Function Builder


C.

Screen Painter


D.

Class Builder


E.

Easy Access Menu





B.
  

Function Builder



C.
  

Screen Painter



D.
  

Class Builder



How do you use a sorted internal table?
There are 2 correct answers to this question
Response:


A.

You need to specify a key in the table declaration


B.

You can resort the table with SORT


C.

You use APPEND to insert records at the correct position


D.

You can read the records by index or key





A.
  

You need to specify a key in the table declaration



D.
  

You can read the records by index or key



Where can you define global data types that are visible system-wide?
There are 3 correct answers to this question.
Response:


A.

In a method of a global class


B.

In the ABAP Dictionary


C.

In a function module


D.

In a global class


E.

In a global interface





B.
  

In the ABAP Dictionary



D.
  

In a global class



E.
  

In a global interface



Which of the following conditions must be fulfilled when using a GROUP BY clause in a SELECT
statement?
There are 2 correct answers to this question.
Response:


A.

The SELECT statement must also have a WHERE clause.


B.

All fields in the SELECT clause that are not part of an aggregate function must be listed after
GROUP BY.


C.

The table in the FROM clause must be a transparent table.


D.

The fields after GROUP BY must have a character type





B.
  

All fields in the SELECT clause that are not part of an aggregate function must be listed after
GROUP BY.



C.
  

The table in the FROM clause must be a transparent table.



You want to add a field ZZPRICE to the SAP standard transparent table EKKO.
Which of the following actions result in an enhancement of the SAP standard?
There are 2 correct answers to this question.
Response:


A.

Create an append structure and add ZZPRICE to it.


B.

Insert ZZPRICE at the end of the table


C.

Add ZZPRICE to the customizing include for the table


D.

Insert ZZPRICE into an SAP structure for the table





A.
  

Create an append structure and add ZZPRICE to it.



C.
  

Add ZZPRICE to the customizing include for the table




Page 12 out of 34 Pages
Previous