cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module or BAPI for WM Physical Inventory Count (LI11N)

Former Member
0 Kudos

Hi,

we want to develop a custom transaction, to enter count results for WM ( not MM !) physical inventory docs. Similar to LI11N. We are fine with standard transactions to create the WM inventory doc (e.g. LX26). But want to do something different than LI11N.

If possible, want to avoid coding BDC. I found business object BUS3021 = Warehouse Inventory. But it only has two methods (WarehousePhysInv.ExistenceCheck, WarehousePhysInv.Display). I did not find any BAPI.

Can you please recommend a function or BAPI (if exists) that can achive this ?

Thank you,

Carsten

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Carsten,

I used the FM 'L_INV_COUNT_EXT'.

Regards,

BALAJI

Answers (1)

Answers (1)

0 Kudos

Hello Balaji ,

Im getting error as "Message: Storage location missing or incorrect" while executing the functional module L_INV_COUNT_EXT. Kindly help