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

Field updation

Former Member
0 Likes
570

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
Read only

Former Member
0 Likes
543

HI,

use the commit work statement

after you modify the eban table

this will commit the work to the data base

thanks & regards,

Venkatesh

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.

2 REPLIES 2
Read only

Former Member
0 Likes
544

HI,

use the commit work statement

after you modify the eban table

this will commit the work to the data base

thanks & regards,

Venkatesh

Read only

0 Likes
543

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.