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

Regarding the Outbound IDOC process

Former Member
0 Likes
338

Hi Experts,

Please answers the following questions which i have some doubts in Outbound Process.

1) Which program is resposible to fill the segments of IDOC(Std IDoc) in case of Outbound IDOC Process with message control , Is it FM in Process code or any other FM based on message type( Std Msg)?.

2) Where we need to code or search the exit in Case of extension of basic IDOC type with and without message control?

3)Which prog is responsible to fill the IDOC in case of outbound process without message control but using std basic IDOC.

Regards,

Kali Pramod

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
312

Kali,

1. You can search in SE37 using IDOC_OUTPUT* for finding out corresponding function modules. It is based on message types.

2. You can search user exit in above mentioned function module. So first get the correct populating FM & then you can search for Call Customer Function inside the code for user exit.

3.Again ans is same as in point 1.

Hi Experts,

Please answers the following questions which i have some doubts in Outbound Process.

1) Which program is resposible to fill the segments of IDOC(Std IDoc) in case of Outbound IDOC Process with message control , Is it FM in Process code or any other FM based on message type( Std Msg)?.

2) Where we need to code or search the exit in Case of extension of basic IDOC type with and without message control?

3)Which prog is responsible to fill the IDOC in case of outbound process without message control but using std basic IDOC.

Regards,

Kali Pramod

1 REPLY 1
Read only

Former Member
0 Likes
313

Kali,

1. You can search in SE37 using IDOC_OUTPUT* for finding out corresponding function modules. It is based on message types.

2. You can search user exit in above mentioned function module. So first get the correct populating FM & then you can search for Call Customer Function inside the code for user exit.

3.Again ans is same as in point 1.