‎2008 May 07 3:40 AM
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.
‎2008 May 07 3:42 AM
Check SAP HELP for
SUBMIT... VIA SELECTION-SCREEN
USING SELECTION-SET <var>
WITH <sel> <criterion>
WITH FREE SELECTIONS <freesel>
WITH SELECTION-TABLE <rspar>.
statement.
‎2008 May 07 3:42 AM
Check SAP HELP for
SUBMIT... VIA SELECTION-SCREEN
USING SELECTION-SET <var>
WITH <sel> <criterion>
WITH FREE SELECTIONS <freesel>
WITH SELECTION-TABLE <rspar>.
statement.
‎2008 May 07 3:44 AM
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
‎2008 May 07 3:58 AM
Hi,
press ctrl + F6 choose other pattren select SUBMIT.
enter program name.
regards,
sg
‎2008 May 07 4:03 AM
Hi,
press ctrl + F6 choose other pattren select SUBMIT.
enter program name.
regards,
sg
‎2008 May 07 4:07 AM
Hi,
press ctrl + F6 choose other pattren select SUBMIT.
enter program name.
regards,
sg