Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

selection-screen

Former Member
0 Likes
501

if a selection-screen is having mandatory-fields in it,So how to come out without entering input values for that?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

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

4 REPLIES 4
Read only

Former Member
0 Likes
484

Hi,

I think there is no options for that u have to enter value for that then only u can move forward.

ravi

Read only

Former Member
0 Likes
484

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

Read only

Former Member
0 Likes
485

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

Read only

Former Member
0 Likes
484

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