cancel
Showing results for 
Search instead for 
Did you mean: 

HUINV01 & HUINV03 BAPI's

former_member579519
Participant
0 Kudos

Hi Experts,

I want to create a Physical Inventory document by using the Handling Unit(HUINV01) and counted quantity for Physical Inventory(HUINV03) So is there any bapi's for these transitions? Please suggest bapi's. thanks in advance.

Thanks,

Srinivas Raju

Accepted Solutions (1)

Accepted Solutions (1)

DominikTylczyn
Active Contributor

Hello srinivas2

Unfortunately there are not official BAPIs to create and count HU physical inventory documents.

The HUINV01 uses function group HUMO to create physical inventory documents. They are created in CREATE_INV_DOC form routine, that uses HUINV_DOCUMENT_CREATE function. You may try to use it in your program.

Then there is a function HUINV_DOCUMENT_COUNTING that looks like posting physical inventory count.

Best regards

Dominik Tylczynski

former_member579519
Participant
0 Kudos

Thank you so much for your reply 3a9e4ce873a94034b33dc62b0ce600ee.

I have created HU physical inventory documents using the HUINV_DOCUMENT_CREATE function module. now I need to post posting physical inventory count using HUINV_DOCUMENT_COUNTING FM. Please suggest to me what are parameters/input to pass HUINV_DOCUMENT_COUNTING FM to post physical inventory count? Thanks in advance.

Answers (2)

Answers (2)

DominikTylczyn
Active Contributor
0 Kudos

Hello srinivas2

I guess you should use the HUINV_GM_POSTING function to post/clear inventory differences as in the HUINV05 transaction.

Best regards

Dominik Tylczynski

former_member579519
Participant

Thanks you so much 3a9e4ce873a94034b33dc62b0ce600ee.

I copied HUINV_GM_POSTING fm to ZHUINV_GM_POSTING made few changes it worked for me. your reply helped me a lot.

DominikTylczyn
Active Contributor
0 Kudos

Hello srinivas2

The HUINV_DOCUMENT_COUNTING function is not a BAPI and it's not released for customer usage. Therefore it doesn't feature any meaningful documentation.

Your best bet is to debug the HUINV03 transaction. Check how HUINV03 calls HUINV_DOCUMENT_* functions and try to replicate that in your custom program.

Best regards

Dominik Tylczynski

former_member579519
Participant
0 Kudos

Hi 3a9e4ce873a94034b33dc62b0ce600ee

Is there any BAPI or FM module for the HUINV05 transaction? Please help me. Thanks in advance.