‎2008 May 29 5:03 AM
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
‎2008 May 29 5:13 AM
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
‎2008 May 29 5:13 AM
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
‎2010 Mar 30 10:23 AM