‎2007 Jul 08 5:27 AM
if a selection-screen is having mandatory-fields in it,So how to come out without entering input values for that?
‎2007 Jul 08 12:36 PM
Hi
in REPORTS, if you are having some mandatory fields on report selection screen, without entering some values you can't move from that screen..it is a must to enter values for that mandatory fields on selection screen (1000).
In Modulepool program screens if you wants to skip the screen without entering the values on mandatory fields you can write a
MODULE AT EXIT command in PAI with a function TYPE 'E' and come out..
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 08 10:36 AM
Hi,
I think there is no options for that u have to enter value for that then only u can move forward.
ravi
‎2007 Jul 08 10:39 AM
Hi Narsaiah,
Coming out means?
You want to execute the program - It is not possible.
OR
If you mean BACK button, that means you have your own screen and you haven't defined the PF-STATUS correctly.
Reward points if useful.
Regards,
Atish
‎2007 Jul 08 12:36 PM
Hi
in REPORTS, if you are having some mandatory fields on report selection screen, without entering some values you can't move from that screen..it is a must to enter values for that mandatory fields on selection screen (1000).
In Modulepool program screens if you wants to skip the screen without entering the values on mandatory fields you can write a
MODULE AT EXIT command in PAI with a function TYPE 'E' and come out..
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 08 1:07 PM
hi,
no scope for come out without entering the values for all the required fileds of selection-screen, if you are trying to process the selection-screen without entering the required fields values then system automatically display an error message like ' enter the vales for required fields'.
suppose if you are using selection-screen in module pool program in that case we can execute without entering the values for required fields by using SKIP statement.
if your are not intrested to entering the values for required fields of selection-screen manuly, you provide the values for required fields in INITIALIZATION event or DEFAULT addition of selection-screen statements.
regards,
Ashok Reddy