‎2008 Apr 18 10:18 AM
Hi there,
In a SAP standard program i have implemented a Enhancement point. In this enhancement point i am modifying a single field of a specific row of a table.
My problem is that while in Debug mode ie. when i place a Break point in the Enhancement spot, i can see my table getting updated properly.
But once i remove all the break points and run the application in non debugging mode , the table is not modified. The table only gets modified when I run the application again.
May anyone help me out.
Its urgent.
Points will be awarded.
Thanking You
Sumesh
‎2008 Apr 18 10:22 AM
‎2008 Apr 18 10:25 AM
‎2008 Apr 18 10:32 AM
what is the table you are updating.
which application/ Transaction you are enhancing.
in some trnasactions table parameters will have one update field.
it will be like updkz, use I for insert, U for update and D for Delete.
use U for updation.
‎2008 Apr 18 10:36 AM
‎2008 Apr 18 10:40 AM
‎2008 Apr 18 10:42 AM