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: 

Function module to update 'Counted Quantity' in inventory count

Former Member
0 Kudos

Hi Gurus,

Are there any function module that can be used to update field counted quantity (LINV-MENGA) in inventory count (tcode LI11N)?

Thanks & Regards,

Ari

4 REPLIES 4

Former Member
0 Kudos

Check table TFDIR to find function module

Former Member
0 Kudos

Hi,

Check in the BAPI tocde- Under MM-> Inventory Management to find the Fm or

Pls try to use this FM for Physical Inventory -

BAPI_MATPHYSINV_COUNT

Pls refer to this BOR object BUS2028 for more FM

These relaetd BAPIs are stored under a BOR. Check the table TOJTB for the BOR and then in that BOR we can find the related BAPIs.

Regards

Lekha

Former Member
0 Kudos

Use FM 'L_INV_COUNT_EXT' to update the counted qty

Former Member
0 Kudos

Hi,

Please use the FM 'L_INV_COUNT_EXT' . It internally calls the FM 'L_ZAEHLUNG_BUCHEN' .... It raises an exception when the later FM fails.. So it will not delete your record but will return you the appropriate exception or result...