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: 

Extending an IDoc - Inserting a new segment at a particular position

Former Member
0 Kudos

Hello....

I am using ORDERS01 IDoc. I want to extend this IDoc, I want to add one new segment as a child segment of E1EDP01 but after E1EDPT1 segment (my new segment should be the last segment in E1EDP01. How can I insert a segment at a particular position.

Please guide....

Thanks

Ankur Jain.

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

HI Ankur,

It is not possible to have your child segment at the position you want.YOU can only have it as the first child.

Regards,

Ravi

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos

HI Ankur,

It is not possible to have your child segment at the position you want.YOU can only have it as the first child.

Regards,

Ravi

Former Member

Former Member
0 Kudos

Hi Ankur,

Use transaction WE30 to create an extension of the standard Idoc ORDERS01. You can position your "Z-segment" anywhere you like.

Regards,

John.

former_member927251
Active Contributor
0 Kudos

Hi Ankur,

Goto WE30, first of all right click on the segment E1EDPT1 and Insert Segment as a child segment.

Then you can use cut segment option and insert it at the desired place.

<b>Reward points if it helps.</b>

Regards,

Amit Mishra