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: 

regarding idoc extension

Former Member
0 Kudos

hi,,,

i've extended orders05 with a segment that contains name and designation...

i've released the extended idoc type and made an entry in we82. wen i tried creating an outboung idoc... it doesnt display the segmants that i created... can some one help me out with the steps to be followed precisely

3 REPLIES 3

Former Member
0 Kudos

Check this thread. It may be useful.

former_member201227
Active Participant
0 Kudos

Hi,

Create the segment you need in WE31 and release it.

Create an extension for the basic type ORDERS05 using WE30.

You have to add your segment in the extension.

After that maintain the entry in WE82.

Then, you have to find the exit where the segment can be populated

and enter your coding.

You can check the Customer Exit MM06E001 to include your coding.

Best Regards,

Sharmila

0 Kudos

Hi Priya Raj...

What sharmila mentioned is absolutely right and i wuould like to add one more point to that.

After writing the code in Usersexit, Enter your Basic Idoc type and Extended Idoc type names in the following path:

WE20->select tour message type in Outbound Parameters

->then In Outbound Options tab->Under the heading Idoc type

Enter your Basic Idoc type and Extended Idoc type names.

Then save your Partner Profile.

That's it...

Thanks.