‎2008 Feb 27 2:01 PM
I have a request for users to automate the running of 3 transactions. Once of these is KGI2- Overhead calc. But this belongs to a function group KAZB which can not be submitted from another ABAP program. So I can going to stip out what I need from this Function group and create a custom report program which I can then call via the SUBMIT. I just wanted to check if there was an easier way to call the transaction KGI2 and return without having to leave the user in the transaction..
‎2008 Feb 27 2:05 PM
Instead of SUBMIT-ing to KGI2, why not use CALL TRANSACTION with BDCDATA to automate your process?
‎2008 Feb 27 4:06 PM