2009 Jan 01 5:58 AM
Hi experts,
i have a function module which is called while saving the tcode :- QA32 .. Inside the fuction module im fetching MBLNR from table QAMB and it is not updating the QAMB before the function module call but if i put breakpoint the standard table QAMB is getting updated pls suggest me how to handle.
Regards,
Roops.
2009 Jan 01 7:12 AM
hi,
Can you provide the FM you are using for update.
2009 Jan 01 6:00 AM
write COMMIT WORK at the end of code..
I think it will solve your problem.
2009 Jan 01 6:03 AM
Hi,
I think that function module is the Update function module.
So if you are saving the data from the trasction only, it is go'g to update.
and for the update function modules use always the COMMIT WORK.
Thanks.
2009 Jan 01 6:03 AM
2009 Jan 01 7:10 AM
HI.
I have used Commit work, commit and wait etc.., but no use.... how to make standard table updation explicitly
regards,
roops
2009 Jan 01 2:36 PM
Hi,
before to that FM use the following statement.
SET UPDATE TASK LOCAL..
Thanks
2009 Jan 01 7:12 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |