Suppose we have following selection screen:
PARAMETERS: d_char OBLIGATORY.
WRITE d_char.
When the user enters ! in this field of selection-screen and runs the program, it still prompts for required entry in this field.
Why?
Suppose we have following selection screen:
PARAMETERS: d_char OBLIGATORY.
WRITE d_char.
When the user enters ! in this field of selection-screen and runs the program, it still prompts for required entry in this field.
Why?
You can find the answer in the documentation for Dynpro Fields.