Application Development 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: 

Finding Customer exit for outbound idoc function module

sanjay_deshpande4
Participant
0 Kudos


Dear All,

I need to find a customer exit thats gettign called from outbound function module of ALE_IDOC.

Theair is no tcode attached to this outbound function moduel.

Can anybody guide how to find this customer exit?

Regards,

SD

3 REPLIES 3

ziolkowskib
Active Contributor
0 Kudos

I do not really understand the question. There is not such FM as ALE_IDOC. Could you be more specific?

Former Member
0 Kudos

HI,

Do you have the function module name ?

maybe if you search CUSTOMER-FUNCTION in the FM, you will get the exits

Former Member

Hello,

From your question what I can understand is, you are not able to find Customer exits for outbound process;

1. You will get Partner type, partner number and message type from outbound Idoc in WE02.

2. Goto Transaction WE20-> collapse the required partner type node and click on your partner number   3. On clicking partner number you will see Outbound and inbound parameters.

4. Under Outbound parameters double click on your message type.

5. Under Message control tab  double click on process code, and get the function module name.

6. In function module search for CALL CUSTOMER-FUNCTION  in main program , there you will get customer exits.