‎2006 Dec 12 6:13 AM
Hi All,
I am using FM FI_ITEMS_MASS_CHANGE to modify data of BSEG table in a report program.
I want to SELECT the modified data from BSEG in the same program.
I am using <b>commit work</b> statement after the FM is called, and then selecting the data from BSEG into an internal table, but still i am getting the old data(before modification).
Please suggest some pointers to get the modified data from table in the same report.
Rgds
Kaushal
‎2006 Dec 12 6:16 AM
Did you refreshed the internal table..
Check internal table when you call that Fm for second time..
‎2006 Dec 12 6:18 AM
Hello Kaushal,
Try using COMMIT WORK AND WAIT instead of COMMIT WORK.
Manoj
‎2006 Dec 12 6:21 AM
Hi
The data is getting modified correclty. Only that when i try to select the same into a different internal table i get the previous entries.
But when i go and check in table BSEG i can see the modified values correctly.
Rgds
kaushal
‎2006 Dec 12 6:23 AM
Hi Manoj
I have already tried COMMIT WORK AND WAIT, but it is giving the same problem
Rgds
Kaushal