cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Process code to post inventory count for idoc MATERIALPHYSINV_COUNT.

princejindal
Discoverer
0 Kudos
452

Dear Experts

I searched SAP community for idoc type MATERIALPHYSINV_COUNT. It can be used to post inventory count to PI document. But I am not sure how to use this, I didn't found any process code with this iodc type. Can someone help what could be WE20. Settings for message MATERIALPHYSINV_COUNT.

Accepted Solutions (0)

Answers (1)

Answers (1)

DominikTylczyn
SAP Champion
SAP Champion
0 Kudos

Hello princejindal

ALE message type MATERIALPHYSINV_COUNT is generated with BAPI-ALE interface:

Therefore it accepts the same data as the BAPI and uses the BAPI to post the data. Check the documentation of the BAPI_MATPHYSINV_COUNT to see how to use it.

Also, as MATERIALPHYSINV_COUNT is BAPI-ALE interface based, you need to use BAPI process code in WE20. The process code works with all BAPI-ALE interface generated IDocs / message types.

Best regards

Dominik Tylczynski