Advertising:
IDoc message type PROACT: Difference between revisions
From SAP Knowledge Base
No edit summary |
|||
Line 12: | Line 12: | ||
=== Outbound === | === Outbound === | ||
There are different programs to create IDocs for VMI / SMI e.g. SE38 program "". | There are different programs to create IDocs for VMI / SMI e.g. SE38 program "RWVMIPAD". | ||
In case you want to create own PROACT IDocs with standard fm's, you can use "" to create the structure of the IDoc and "" to create the IDoc. | In case you want to create own PROACT IDocs with standard fm's, you can use "VMI_MASTERIDOC_CREATE_PROACT" to create the structure of the IDoc and "MASTER_IDOC_DISTRIBUTE" to create the IDoc. | ||
=== Inbound === | === Inbound === | ||
With processcode for inbound which contains the fm "IDOC_INPUT_PROACT" you can process inbound IDocs with type PROCACT in case you maintained the entry in WE20. | With processcode for inbound which contains the fm "IDOC_INPUT_PROACT" you can process inbound IDocs with type PROCACT in case you maintained the entry in WE20. |
Latest revision as of 10:59, 10 February 2025
The PROACT is the IDoc message type for stocks and requirements data in an SAP. The outbound IDoc can be used to transmit data to a supplier for VMI (Vendor Managed Inventory / SMI (Supplier Managed Inventory).
General
Message type: PROACT
Basic type: PROACT01
Direction: In & Out
Creation
Outbound
There are different programs to create IDocs for VMI / SMI e.g. SE38 program "RWVMIPAD". In case you want to create own PROACT IDocs with standard fm's, you can use "VMI_MASTERIDOC_CREATE_PROACT" to create the structure of the IDoc and "MASTER_IDOC_DISTRIBUTE" to create the IDoc.
Inbound
With processcode for inbound which contains the fm "IDOC_INPUT_PROACT" you can process inbound IDocs with type PROCACT in case you maintained the entry in WE20.