‎2009 Feb 17 1:50 PM
Hi,
I am submitting the SAP Standard program, which contains selections screen.
i am passing values to standard program using via-selection screen.
Is there any way to suppress / skip the selection-screen what is appearing after submit
Thanks
Uma
‎2009 Feb 17 1:56 PM
Hi,
If these are obligatory Than you Must need to Provide these other wise you can't.
Kind Regards,
Faisal
‎2009 Feb 17 1:57 PM
Hi,
use like this...
call transacton 'Tcode' and skip first screen.
Regards
kiran
‎2009 Feb 17 2:14 PM
how about hitting F1 on SUBMIT and reading the SAP help... who else can help you more than SAP
J@Y
‎2009 Feb 17 3:10 PM
Hi
SUBMIT Standard Program Name USING SELECTION-SETS OF PROGRAM 'Y Program Name'.
‎2009 Feb 17 3:16 PM