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 to update a Standard Table

Former Member
0 Likes
1,100

Hi ,

Please help me know BAPI that can be used to update a field(CINSM) in a Standard Table(MCHB).

Thanks & Regards

Harsha.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
916

Hi

Are you trying to update the quality stock.

If yes, than try to use the BAPI_GOODSMVT_CREATE to do the goods movement

Regards

Madhan D

4 REPLIES 4
Read only

Former Member
0 Likes
917

Hi

Are you trying to update the quality stock.

If yes, than try to use the BAPI_GOODSMVT_CREATE to do the goods movement

Regards

Madhan D

Read only

0 Likes
916

I am trying to Update "In Qual Inspection" data in the table.

Read only

0 Likes
916

Hi

Just as Madhan said, you need BAPI_GOODSMVT_CREATE to do the goods movement.

Use movement type to control it, such as 323.

Regards,

Pole

Read only

0 Likes
916

I am not trying to update Goods Movement, I want to reset the CINSM field in MCHB table. I am not supposed to directly update using the UPDATE statement as it will cause data inconsistency.