2007 Jul 16 4:31 PM
Hallo!
This is my first question... sorry for my english
I'm trying to update a table into a badi.
It's all ok when i debug my method, bat
when i execute the program without the break-points
it doesn't work,
it doestn't update the table?
Is there a commit problem, what can i do?!?
Hallo!
This is my first question... sorry for my english
I'm trying to update a table into a badi.
It's all ok when i debug my method, bat
when i execute the program without the break-points
it doesn't work,
it doestn't update the table?
Is there a commit problem, what can i do?!?
2009 Apr 09 10:19 AM
Hey i am facing same problem, did u get the solution for the same.
2009 Apr 09 10:24 AM
2009 Apr 09 10:35 AM
after update statement.
use below
if sy-subrc = 0.
COMMIT AND WAIT.
endif.hope it works
2009 Apr 09 10:40 AM