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: 

New Header Segment in Extension IDoc

former_member853013
Participant
0 Kudos

Hi,

I want to create a new header segment in Extension IDoc.

I am not able to create. I want to extend the Basic IDoc DESADV01 by adding a new header segment (Batch numbers, ID's and with time stamp).

The remaining segments should be under this segment only.

Is it possible that or shall I create Custom IDoc?

Thanks in advance.

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can not create new header segment when extending IDoc type DESADV01.

System only allows you to insert as child segment instead.

If you still want to create new header segment, then you need to create a custom IDoc.

Regards,

Ferry Lianto

2 REPLIES 2

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can not create new header segment when extending IDoc type DESADV01.

System only allows you to insert as child segment instead.

If you still want to create new header segment, then you need to create a custom IDoc.

Regards,

Ferry Lianto

former_member853013
Participant
0 Kudos

Thank you