‎2012 May 01 12:40 PM
Hi,
I have a requirement like when a sales order got created the standard IDOC ORDERS should trigger and the Basic type ORDER05 should be filled with the segments. But some fields are not present in the basic type so for that I am doing the IDOC extension for those fields.
Now the question is when I will do the extension does it impact on other applications.
Also, can anyone tell me how this requirement can be achieved means how can we trigger an IDOC when the sales order got saved?
Any suggestion will be helpful.
Thanks,
Rahul Gupta.
‎2012 May 02 7:19 AM
Hi, In SAP, there is a concept called output control which requires some set of configurations in tcode NACE. This technique can be used to issue the output to trigger the IDOC to the external system while saving the sales order.
Coming to your question below,
"Now the question is when I will do the extension does it impact on other applications. "
It doesnot impact any other applications as long as you does not populate the extended segment.
Hope this is clear.
Regards,
Vijaymadhur.
‎2012 May 01 2:16 PM
‎2012 May 01 2:47 PM
akankshi prasad wrote:
Hi,
Please refer to the below link.
http://scn.sap.com/thread/923315
Hope it serves useful to you.
Hi,
The link which you mentioned is telling about the steps how to trigger the IDOC for the sales order, but my question is what will be the impact on other application which we extend the basic type ORDERS05.
Thanks,
Rahul Gupta
‎2012 May 01 4:23 PM
Hi,
If you are creating extension for Orders Idoc say for perticular output type, you enter the details in Partner Profile which basic type and extension you want to use.
So via Partner Profile you decide what information you want to send for perticular message type. Like Basic type, extension etc.
You fill these extension segments in user exit based on some consitions e.g message type, partner and output type.
So there is no impact on other partners using same Basic type. Its completely depends how you configure your Partner Profile.
‎2012 May 01 5:36 PM
Hi Vinit,
Got it but I want to know if I am doing IDOC Extension then if this basic type is required for any other interface for e.g. Inbound interface then my question is whether it will affect that.
Regards,
Rahul Gupta
‎2012 May 02 7:19 AM
Hi, In SAP, there is a concept called output control which requires some set of configurations in tcode NACE. This technique can be used to issue the output to trigger the IDOC to the external system while saving the sales order.
Coming to your question below,
"Now the question is when I will do the extension does it impact on other applications. "
It doesnot impact any other applications as long as you does not populate the extended segment.
Hope this is clear.
Regards,
Vijaymadhur.
‎2012 May 02 10:11 AM