nerdexam
SAP

C_TAW12_731 · Question #83

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

(49 responses)
  • A
    12% (6)
  • B
    82% (40)
  • C
    4% (2)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_731 Practice