cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI/ Function Module to add a new Item to inventory Record

Former Member
0 Kudos

Hi,

I need a FM/BAPI to add a new item to Exisitng Inventory record In a warehouse .It is possible from LI11N functionally through the Button (New Item ) .How to achieve this functionality?

Any Pointers in this regard are very much helpful.

TIA.

Regards,

Krnati Yamparala.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try function 'L_ZAEHLUNG_BUCHEN' which is in ML04IFFC_FC035.

CALL FUNCTION 'L_ZAEHLUNG_BUCHEN'

EXPORTING XLINK = LINK

TABLES INP = INP

INV = INV

Z_INV = Z_INV.

XLINK - inventory document header structure

INP - inventory document items table

INV - as-is inventory counting results status table - before counting

Z_INV - to-be inventory counting results status table - after counting

LI11N actually use this function to update the counting result. I've just finished a development task by using this function.

Hope it answers your question.

Cheers

Former Member
0 Kudos

Hi ,

Can you get me the code ,

because my inventory record is getting deleted if i use this FM...

Please reply immediately.