‎2007 Apr 12 9:48 PM
Hi,
we have the following problem with a custom ABAP program.
This program executes a lot of user's functions, such as documents creation, material movements creation, and so on.. from a single dynpro.
We would like to call this program from a list of documents with a call-transaction and we would like to come back to the list at the end of all user's activities.
Unfortunately we are not able to use a call_transaction since the program has got many commit_work and, after a call_transaction it stops at the first commit_work.
Is there another way to link a list to an abap program ?
Thank you very much.
Regards.
‎2007 Apr 13 2:36 AM
see if this works.. place the call transaction inside another cutsom report & use SUBMIT <report> and RETURN to isolate the workprocesses.
~Suresh
‎2007 Apr 14 12:06 AM
Suresh,
unfortunately we have to call an ABAP program from a custom report, so we can not use a SUBMIT <report>.
Anyway thanks
‎2007 Apr 14 1:11 AM
Hi,
If your Dynpro program is writted in a moduralized way like Form..endForm
you can try calling this form from your list program using the appropriate
values where ever necessary. Like wise the screen/programs also.
Regards
Prasath