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

FM BAPI_MATPHYSINV_COUNT

Former Member
0 Likes
1,307

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

Former Member
0 Likes
1,092

Use 'BAPI_TRANSACTION_COMMIT' after running the BAPI 'BAPI_TRANSACTION_COMMIT'

2 REPLIES 2
Read only

Former Member
0 Likes
1,093

Use 'BAPI_TRANSACTION_COMMIT' after running the BAPI 'BAPI_TRANSACTION_COMMIT'

Read only

0 Likes
1,092

Thanks sai,

It is working fine now