Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SUBMIT_WRONG_TYPE

Former Member
0 Likes
1,232

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..

2 REPLIES 2
Read only

Former Member
0 Likes
682

Instead of SUBMIT-ing to KGI2, why not use CALL TRANSACTION with BDCDATA to automate your process?

Read only

Former Member
0 Likes
682

Sounds good. I'll give that a try. Thanks.