nerdexam
SAP

C_TAW12_731 · Question #7

You have defined a classical screen (dynpro) with mandatory input fields. You want to exit the screen using the Cancel button even if not all of the mandatory fields have been filled. What is…

The correct answer is B. Assign function type E to the Cancel button and handle it in a module with the addition AT EXIT-. See the full explanation below for the reasoning.

Question

You have defined a classical screen (dynpro) with mandatory input fields. You want to exit the screen using the Cancel button even if not all of the mandatory fields have been filled. What is necessary to achieve this?

Options

  • ASet the function type assigned to the Cancel button to S and handle it in a module with the addition
  • BAssign function type E to the Cancel button and handle it in a module with the addition AT EXIT-
  • CSet the function code assigned to the Cancel button to CANCEL and handle it in a module with the
  • DUse the LOOP AT SCREEN. ... ENDLOOP statement to set the "required" property of the input fields

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    71% (20)
  • C
    7% (2)
  • D
    18% (5)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_731 Practice