‎2008 Dec 18 3:24 PM
Hi All,
We have a program2 and we want to call another program1.
- the program1 contains a screen with two input fields ( pa1 and pa2).
- the program2 contains tratement and recuper a values of two variables ( var1 and var2).
We want when we call the program1 automatically the pa1 take var1 as value and pa2 take var2, without displaying screen of the program1.
We have implimented this code, but it doesn't work:
SUBMIT zprogram1 USING SELECTION-SCREEN 200
with pa1 = var1
with pa2 = var2.
thank you in advance.
Mll Mat.
‎2008 Dec 18 3:33 PM
‎2008 Dec 18 3:34 PM
Hi,
please check this and try to do it as per
SUBMIT report1 USING SELECTION-SCREEN '1100'
WITH SELECTION-TABLE rspar_tab
WITH selcrit2 BETWEEN 'H' AND 'K'
WITH selcrit2 IN range_tab
AND RETURN.
Use Get and Set paramenter ID for the same
call transaction and skip will be for transacation not for reports
Edited by: sabyasachi kar on Dec 18, 2008 4:35 PM
‎2008 Dec 19 9:08 AM
Hi,
The key word SUBMIT call the screen of the program1, but we want to have only the result of prorgam1.
There is not a function module to call program or any way to have the result of a prorgam !?
Thanks in advance.
Mll Mat.
Edited by: mll mat on Dec 19, 2008 10:10 AM
‎2008 Dec 19 9:13 AM
‎2008 Dec 19 9:24 AM