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

BAPI successfully work but data not update in databae table

Former Member
0 Likes
492

Hello All,

When we change item-quantity in any sales order by using bapi BAPI_SALESORDER_CHANGE, then it successfully run but quantiy not change in database table.

I also commit BAPI using BAPI_TRANSACTION_COMMIT.

So pls help me to solve my problem.

Thanks and Regards.

Swatantra Pathak

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
462

Check what do you have in BAPIRETURN table.

I think there will be some sort of error message in this table

Santhosh

4 REPLIES 4
Read only

Sm1tje
Active Contributor
0 Likes
462

So when you say: successfully run. What does that mean, return code = 0, or does it actually say in the return table of type BAPIRET2 that is was succesfull, or...?

Read only

Former Member
0 Likes
462

Make sure to flag the appropriate fields (to be changed) in the 'X' tables.. ie. ORDER_ITEM_INX

Read only

Former Member
0 Likes
463

Check what do you have in BAPIRETURN table.

I think there will be some sort of error message in this table

Santhosh

Read only

Former Member
0 Likes
462

Thanks.