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

LI11N Bapi or FM

Former Member
0 Likes
3,162

Is there a BAPI or FM for the LI11N transaction?

Regards

1 ACCEPTED SOLUTION
Read only

kanishakgupta1
Contributor
0 Likes
1,806

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

kanishakgupta1
Contributor
0 Likes
1,807

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

Read only

Former Member
0 Likes
1,806

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.

Read only

0 Likes
1,806

>

> 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.