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 Error

Former Member
0 Likes
665

Dear Friends,

I have driver program and i want to call another program from that.

in the driver program i have values in internal table with one column and i want to pass those values to calling program selection option

please note this when appear the calling program selection screen should not come.

thanks in advance.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
636

Check SAP HELP for

SUBMIT... VIA SELECTION-SCREEN

USING SELECTION-SET <var>

WITH <sel> <criterion>

WITH FREE SELECTIONS <freesel>

WITH SELECTION-TABLE <rspar>.

statement.

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Likes
637

Check SAP HELP for

SUBMIT... VIA SELECTION-SCREEN

USING SELECTION-SET <var>

WITH <sel> <criterion>

WITH FREE SELECTIONS <freesel>

WITH SELECTION-TABLE <rspar>.

statement.

Read only

Former Member
0 Likes
636

Without Selection-screen appearance.

SUBMIT demo_program_submit_rep1

WITH paramet eq 'Selection 1'

WITH selecto IN seltab

WITH selecto ne 3

AND RETURN.

Rgds,

Abhishek

Read only

Former Member
0 Likes
636

Hi,

press ctrl + F6 choose other pattren select SUBMIT.

enter program name.

regards,

sg

Read only

Former Member
0 Likes
636

Hi,

press ctrl + F6 choose other pattren select SUBMIT.

enter program name.

regards,

sg

Read only

Former Member
0 Likes
636

Hi,

press ctrl + F6 choose other pattren select SUBMIT.

enter program name.

regards,

sg