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

Can i commit work from another program?

Former Member
0 Likes
342

high,

i have two programs. one is sap-standard and should write data to database. but there is no commit work in this program so sometimes it's waiting for writing the data to database. second is z-program which uses the written data from the first one. so sometimes i don't have the actual data. the problem is, that i don't want to modify the sap-standard program to do a commit work.

now the question is: can i call a commit work from the z-program so that all outstanding data from the sap-standard-program is written to the database befor the report collects the data?

thanks for help,

harry

1 REPLY 1
Read only

alex_m
Active Contributor
0 Likes
305

I dont think this would work, becasue the LUW for the std SAP program and your custom program are different.