‎2007 May 02 4:45 PM
Hello,
In my Z-program, how can I check all mandatory fields in a dynpro before saving?
Is there any function to do that?
Thanks!!!
‎2007 May 02 4:46 PM
Hi
Check whether those fields are defined as obligatory or not?
Regards,
Sreeram
‎2007 May 02 4:46 PM
Hi
Check whether those fields are defined as obligatory or not?
Regards,
Sreeram
‎2007 May 02 4:46 PM
Hi alberto,
1. If the fields are mandatory (as set in the field attributes while designing the screen),
2. then we don't have to write any additional logic for the same.
The system will AUTOMATICALLY check for it, and issue appropriate message.
regards,
amit m.
‎2007 May 02 4:46 PM
Hi,
In the attributes of the input field. check the flag "Required".
Then activate the program..
You will not be allowed to save unless you enter some value in the required field..
Thanks,
Naren