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

calling an ABAP program from a document list

Former Member
0 Likes
480

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.

3 REPLIES 3
Read only

suresh_datti
Active Contributor
0 Likes
462

see if this works.. place the call transaction inside another cutsom report & use SUBMIT <report> and RETURN to isolate the workprocesses.

~Suresh

Read only

0 Likes
462

Suresh,

unfortunately we have to call an ABAP program from a custom report, so we can not use a SUBMIT <report>.

Anyway thanks

Read only

Former Member
0 Likes
462

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