Application Development 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: 

Field updation

Former Member
0 Kudos

Hi all,

I have a problem while updating a field in EBAN.

while creating an order using va01 EBAN-LIFNR has to be modified.

I included the code in an exit.

But the EBAN-LIFNR not immediately get modified.

It's modifying after creating the next order.

suggest any solution.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

use the commit work statement

after you modify the eban table

this will commit the work to the data base

thanks & regards,

Venkatesh

2 REPLIES 2

Former Member
0 Kudos

HI,

use the commit work statement

after you modify the eban table

this will commit the work to the data base

thanks & regards,

Venkatesh

0 Kudos

Hi,

Thanks for u r reply.

Iam updating the field in an Exit. But in eixts its not recommendable to use

UPDATE and COMMIT statements. Is there any alternative to update the database tables in Exits.

Thanks and Regards,

Anil.