cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc user exits

Former Member
0 Kudos

Hi Experts,

We have a requirement to find the correct user exits to change the below IDoc messages.

1. Orders message(ORDERS01):

It is a inbound message, hence we need to find the user exit to change message data before creating sales order in R/3.

2. ORDERCON(ORDERS01), DESADV01,and INVOIC01:

these are outbound messages, hence we need find the user exit for each IDoc type after creating the IDoc and before posting it from R/3.

please suggest on how to find the right user exit to implement the client requirments.

Thanks,

MK

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos

The inbound processing function module for ORDERS01 is

IDOC_INPUT_ORDERS

ORDERCON(ORDERS01) there is no ORDERCON.

If you mean ORDER confirmation, then ORDRSP is the idoc type

The FM is: IDOC_OUTPUT_ORDRSP

DESADV01: IDOC_OUTPUT_DESADV01

INVOIC01: IDOC_OUTPUT_INVOIC

Find the search string CUSTOMER-FUNCTION in that FM

Shabarish_Nair
Active Contributor
0 Kudos

Post this query in the ABAP forum so that you can get better and precise answers -