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 without Selection-Screen

Former Member
0 Likes
2,756

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

5 REPLIES 5
Read only

faisalatsap
Active Contributor
0 Likes
1,395

Hi,

If these are obligatory Than you Must need to Provide these other wise you can't.

Kind Regards,

Faisal

Read only

Former Member
0 Likes
1,395

Hi,

use like this...

call transacton 'Tcode' and skip first screen.

Regards

kiran

Read only

former_member156446
Active Contributor
0 Likes
1,395

how about hitting F1 on SUBMIT and reading the SAP help... who else can help you more than SAP

J@Y

Read only

Former Member
0 Likes
1,395

Hi

SUBMIT Standard Program Name USING SELECTION-SETS OF PROGRAM 'Y Program Name'.

Read only

Former Member
0 Likes
1,395
  • RUN THE PROGRAM USING VARIANTS