‎2009 Feb 25 8:48 PM
Hi, All,
I would like to execute a program from another program. Also I need to pass a internal table to second program. I tried EXPORT/IMPORT and CALL TRANSACTION. But sounds like CALL TRANSACTION did not execute the program. Could anyone provide a sample program? Useful answer will be << removed >> appreciated.
Meiying
Edited by: Rob Burbank on Feb 25, 2009 4:14 PM
Please do not offer rewards.
‎2009 Feb 25 8:50 PM
Check the SUBMIT command to call a separate program
you can use IMPORT/EXPORT to pass data in memory from one program to another.
‎2009 Feb 25 8:49 PM
Hi again.
Use Submit, see the info of submit pressing "F1" under that word in an abap code.
Regards
‎2009 Feb 25 8:50 PM
Check the SUBMIT command to call a separate program
you can use IMPORT/EXPORT to pass data in memory from one program to another.
‎2009 Feb 25 8:58 PM