Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

SAP C_TAW12_750 Exam Actual Questions

The questions for C_TAW12_750 were last updated on April 29, 2024.
  • Viewing page 1 out of 39 pages.
  • Viewing questions 1-4 out of 158 questions

Topic 1 - Topic 1, ABAP Programming

Question #1 Topic 1

How do you program an input validation on a selection screen that allows users to correct their input?

  • 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 MESSAGE must be displayed.
  • C. Implement the check at the event END-OF-SELECTION. In case of an input error, a type E MESSAGE must be displayed.
  • D. Implement the check at the event AT SELECTION-SCREEN. In case of an input error, a type A MESSAGE must be displayed.
Reveal Solution Hide Solution   Discussion  

Correct Answer: B 🗳️

Question #2 Topic 1

You want to use a BAdI to extend the functions of an SAP program. Which of the following tasks is necessary?

  • A. Call the BAdI.
  • B. Create an enhancement project using a customer exit.
  • C. Define an interface for the BAdI.
  • D. Implement a class that implements the BAdI interface.
Reveal Solution Hide Solution   Discussion  

Correct Answer: D 🗳️

Question #3 Topic 1

How is an ABAP program with several dialog steps executed?

  • A. The program is always executed in just one dialog work process without roll out.
  • B. The ABAP dispatcher takes over the entire execution without assigning any work process.
  • C. The program is always executed in just one dialog work process with roll out.
  • D. Usually, dialog steps are assigned to different dialog work processes.
Reveal Solution Hide Solution   Discussion  

Correct Answer: D 🗳️

Question #4 Topic 1

You want to display a dialog box in your ABAP program.
Which statement do you use?

  • A. WINDOW 200 STARTING AT 5 5.
  • B. SET SCREEN 200.
  • C. CALL SCREEN 200.
  • D. CALL SCREEN 200 STARTING AT 5 5.
Reveal Solution Hide Solution   Discussion  

Correct Answer: D 🗳️

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...