Application Development 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: 

submit statement

Former Member
0 Kudos

Hi,

in my first program i am having a select option which has the value 1 to 100.

the same value should be passed to the second program's select option i.e

if i execute the first program the value of this select option should be placed on the second program select option. can anyone tell me how to specify the values which iam going to pass using the SUBMIT statement.

Pls write a submit statement for that.

Regards,

Phyrose.

2 REPLIES 2

rodrigo_paisante3
Active Contributor
0 Kudos

Hi, try these:

http://www.sapdevelopment.co.uk/reporting/rep_submit.htm

SUBMIT report1 USING SELECTION-SCREEN '1100'

WITH SELECTION-TABLE rspar_tab

WITH selcrit2 BETWEEN 'H' AND 'K'

WITH selcrit2 IN range_tab

AND RETURN.

Regards.

Former Member
0 Kudos

Hi

Your statement should be like this

SUBMIT REPORT

WITH S_KOSTL IN S_KOSTL.

S_KOSTL for example is a select option in Prog 1 and as well in Prog 2.