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

Update table into a badi

Former Member
0 Likes
556

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?!?

4 REPLIES 4
Read only

Former Member
0 Likes
525

Hey i am facing same problem, did u get the solution for the same.

Read only

Former Member
0 Likes
525

Hi use commit work after the table update. This should work.

Read only

Former Member
0 Likes
525

after update statement.

use below

if sy-subrc = 0.
COMMIT AND WAIT. 
endif.

hope it works

Read only

Former Member
0 Likes
525

Hi ,

use commit and check.

Regards