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: 

LI11N Bapi or FM

Former Member
0 Kudos

Is there a BAPI or FM for the LI11N transaction?

Regards

1 ACCEPTED SOLUTION

kanishakgupta1
Contributor
0 Kudos

Try

BAPI_MATPHYSINV_COUNT.

'L_INV_COUNT_EXT' and 'L_INV_COUNT'

plz specify ur problem in detail

Edited by: Kanishak Gupta on Aug 11, 2009 1:36 AM

3 REPLIES 3

kanishakgupta1
Contributor
0 Kudos

Try

BAPI_MATPHYSINV_COUNT.

'L_INV_COUNT_EXT' and 'L_INV_COUNT'

plz specify ur problem in detail

Edited by: Kanishak Gupta on Aug 11, 2009 1:36 AM

Former Member
0 Kudos

The idea is create the following Cycle Count Process in a several mobile transactions:

LICC: With this transaction they create the Inventory records.

LI04: They use it to print the items of an Inventory Record.

LI11N: They use it to enter a count for an Inventory Record (They want to print a ticket with the entered count).

LI20: They use it to clear the differences in WM.

For that reason I need to know which BAPIs Can I use to perform the tasks listed above.

Thanks and Regards.

0 Kudos

>

> The idea is create the following Cycle Count Process in a several mobile transactions:

>

> LICC: With this transaction they create the Inventory records. BAPI_MATPHYSINV_CREATE_MULT

> LI04: They use it to print the items of an Inventory Record.

> LI11N: They use it to enter a count for an Inventory Record (They want to print a ticket with the entered count). BAPI_MATPHYSINV_COUNT

> LI20: They use it to clear the differences in WM. BAPI_MATPHYSINV_POSTDIFF

>

> For that reason I need to know which BAPIs Can I use to perform the tasks listed above.

>

> Thanks and Regards.