Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Enhancement / Modify statement

Former Member
0 Likes
878

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

6 REPLIES 6
Read only

Former Member
0 Likes
793

can you try using commit work.

Read only

0 Likes
793

I have already used Commit Work.

Read only

0 Likes
793

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.

Read only

0 Likes
793

AFVC table

IW32 Transaction

Read only

Former Member
0 Likes
793

what is the standard program name ?

Read only

0 Likes
793

Its in the transaction IW32

after save event