cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Orders Change ORDCHG

Former Member
0 Kudos

Hello Guru's,

We need your help/ input on implementing SAP Sales Order Changes and responses.

Requirements:

Make use of IDOC's (ORDCHG && ORDRSP??)

Customize the SAP Standards to fit out business needs. since we have custom sales order processing logic built in.

Can you put us in the right direction!

Thanks,

Ganesh

Accepted Solutions (0)

Answers (1)

Answers (1)

LeonardoAraujo
Active Contributor
0 Kudos

General Guidelines (sorry, cant remember the details):

There are several user-exits in the process of posting the IDOC. Check the function module called to post the IDOC *like IDOC_ORDER_SAVE, or something like that. Inside you should be able to find the exits. You should have an exit before processing the IDOC (so you can change/add data), a user exit during and another during the post. Additionally some FM include a user exit to allow manipulation of IDOC status after posting. Check it all at the FM level.

Now, if you need additional information from your EDI partner (that has no room for in the IDOC), you need to create an IDOC extension. This way, you create a IDOC type like the original one, with additional segments.

Hope it helps.

Leonardo De Araujo

Former Member
0 Kudos

Hi Leonardo,

Many thanks for your response and feedback, we will start to look into the FM's.

Thanks,

Ganesh.