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: 

FM BAPI_MATPHYSINV_COUNT

0 Kudos
452

Hi

I am using BAPI BAPI_MATPHYSINV_COUNT to update the count for the physical inventory documents.

To this BAPI I have passed physical inventory documnet number, Fiscal year and item number.

BAPI returns success message but when I ran the MI24 TCODE for that physical inventory number it showing status not updated it is still showing

not yet counted.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
237

Use 'BAPI_TRANSACTION_COMMIT' after running the BAPI 'BAPI_TRANSACTION_COMMIT'

2 REPLIES 2

Former Member
0 Kudos
238

Use 'BAPI_TRANSACTION_COMMIT' after running the BAPI 'BAPI_TRANSACTION_COMMIT'

0 Kudos
237

Thanks sai,

It is working fine now