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

SUbmit program where the selection screen called has tab screens

ross_goodman
Participant
0 Likes
747

Hello folks,

Anyone ever used the submit command where the program called has tab screens on its intial screen? I would like to do this and do not want to have the selection screen display, so I am hoping there is some way to inform the submit command that I have multiple tabs to fill selection criteia on.

Cheers,

Ross Goodman

1 ACCEPTED SOLUTION
Read only

nikhil_chitre
Active Participant
0 Likes
493

Hi,

Try using

Submit prog_name USING SELECTION-SCREEN dynnr

or

SUBMIT prog_name USING SELECTION-SET 'Variant'

I guess this should meet your requirement.

however I have not tried it for Selection screen with tabs.

Let me know how it goes...!!1

Regards,

Nikhil

2 REPLIES 2
Read only

nikhil_chitre
Active Participant
0 Likes
494

Hi,

Try using

Submit prog_name USING SELECTION-SCREEN dynnr

or

SUBMIT prog_name USING SELECTION-SET 'Variant'

I guess this should meet your requirement.

however I have not tried it for Selection screen with tabs.

Let me know how it goes...!!1

Regards,

Nikhil

Read only

ross_goodman
Participant
0 Likes
493

all done.