nerdexam
SAP

C_TAW12_71 · Question #423

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

The correct answer is B. Implement a check at the event AT SELECTION-SCREEN. In case of an input error, a type E MESSAGE. See the full explanation below for the reasoning.

Question

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

Options

  • AImplement the check at the event AT SELECTION-SCREEN OUTPUT. In case of an input error, a type E
  • BImplement a check at the event AT SELECTION-SCREEN. In case of an input error, a type E MESSAGE
  • CImplement the check at the event END-OF-SELECTION. In case of an input error, a type E MESSAGE must
  • DImplement the check at the event AT SELECTION-SCREEN. In case of an input error, a type A MESSAGE

How the community answered

(16 responses)
  • A
    6% (1)
  • B
    88% (14)
  • D
    6% (1)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_71 Practice