‎2007 Aug 21 11:45 AM
I have a execute program which match to a transaction, in the program, which will generate a selection screen and do selection. After that, the program will call another program screen to do somethings, i want to know can i call program's screen in my execute report, thanks
‎2007 Aug 21 11:47 AM
Hi,
What you can do is create a transacion if already not there for the second program and then use CALL TRANSACTION to call that second program.
You can also use SUMBIT and the program name.
Regards,
Sesh
‎2007 Aug 21 3:48 PM
which method is better?
besides, i would like to know dialog programming is client dependent or client independent, if i would like to test the program in another client, whether is it i must activate the program? thanks
‎2007 Aug 21 12:03 PM
Hi
To Call the Transaction :
CALL TRANSACTION '<TCODE>' AND SKIP FIRST SCREEN.
To call a Report :
SUBMIT <REPORT> USING SELECTION-SCREEN <NO>.
<b>Reward if Helpful</b>