Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IDOC Extension For Basic Type ORDER05

Former Member
0 Likes
1,361

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
931

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.

6 REPLIES 6
Read only

Former Member
0 Likes
931

Hi,

Please refer to the below link.

http://scn.sap.com/thread/923315

Hope it serves useful to you.

Read only

0 Likes
931

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

Read only

0 Likes
931

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.

Read only

0 Likes
931

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

Read only

Former Member
0 Likes
932

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.

Read only

0 Likes
931

Thanks a lot.

Solved.