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

outbound idoc using message control

Former Member
0 Likes
600

i wnt to extend orders05 with a new segment with new fields,that are not being populated by orders05.

I want to know what will be the total process flow so that i can see the idoc values using we02.

my tcode is me23.please help.

2 REPLIES 2
Read only

Former Member
0 Likes
550

Hi,

Use the Exit "EXIT_SAPLEINM_002" to populate the data into Z segments in extended idoc.

In partner profile (WE20) in message control tab you have to give the Apllication as 'EF' , message type and process code as ME10 for Order creation.

Regards,

Bhavana.

Read only

0 Likes
550

thanks bhavna,i have the exit name,i want to to know the idoc will get triggered ?so only i have to write the code for populating the zsegments?right?rest of the segments will be populated by idoc_output_orders?right?