‎2009 Jul 21 8:46 AM
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
‎2009 Jul 21 8:53 AM
I dont think this would work, becasue the LUW for the std SAP program and your custom program are different.