The plan is to receive requisitions (requote) and to send offers (quotes). The outbound transfer of requote is described everywhere (e.g. BC-SRV-EDI), and the outbound transfer of a quote as well (e.g. SDEDI).
Unfortunately, I don't find any information about inbound processing of a quotes IDoc within R/3, nor do I know if in a standard R/3 system, a function module for processing quotes exists.
What do I have to do to enable inbound processing of a quotes IDoc within a standard R/3 system?
Alternatively, where do I found more information about the IDoc interface of the MM module, like the document about the IDoc interface of the SD module --> SDEDI.pdf?
Requires Free Membership to View
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial DirectorIn your case, there is a handler: IDOC_INPUT_REQOTE (check table EDIFCT with SE16 for possible handlers for a message). Maybe it will help you to understand that all RFQ or Quotations are a variant of an ORDER and use IDoc types ORDERS01 … ORDERS05. The only difference is the message type that indicates the purpose of the data.
This was first published in May 2005