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

how do i append into the parent segment

0 Likes
1,002

HI ,

My requirement is

I have

I need to sort the E1EDL20 segment.

How do i do that?

2 REPLIES 2
Read only

Former Member
0 Likes
905

Hello Gayatri,

I am a bit confused.

Do you need to sort something or Append?

Where is that Tree created? SAP-Standard or Custom Program?

If it is a custom Programm, mind sharing the code? Would definitely help to help you.

Regards

Markus

Read only

0 Likes
904

Hi Markus,

The above screen shot is of

Basic type         SHPMNT05

Message Type       SHPMNT

This can be called  from BADI   /SCWM/EX_ERP_LE_TRA_OUT  from the Function module      /SCWM/IDOC_OUTPUT_SHPMNT

In this , the business will get a lot of  E1EDL20  segements

We also have another field in this segment Drop_Sequence

This drop_sequence may be different in other E1EDL20 segments. So , the business requirement is to sort the E1EDL20  by drop_sequence .

I am a bit confused as to how to put the sorted segments in this .