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: 

IDOC: DESADV

Former Member
0 Kudos

Hi

I want to add an additional field into the Idoc. I want to add the Delivery Type type field (LFART) which is in table LIKP.

How can i add this field?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

LFART field is present in the segment E1EDL21 in basic types DELVRY01, DELVRY02 and DELVRY03.

You need not create any extensions for your requirement.

-Kiran

*Please reward helpful answers

6 REPLIES 6

Manohar2u
Active Contributor
0 Kudos

You need to add / change the segment from we31.

1. Copy this idoc into ZDESADV if you want to add in the existing segment.

or

If you want to add a new segment then you can extend this idoc

2. Copy the segment and add a new field. And add this segment to new Z idoc type.

Regds

Manohar

Manohar2u
Active Contributor
0 Kudos

Refer to this blog

/people/kevin.wilson2/blog/2005/12/07/changing-fields-in-an-idoc-segment

Regds

Manohar

Former Member
0 Kudos

Manohar

Am i correct to say that this function moves or replace or overwrite the content of the field you are writing to?

Message was edited by: Giovanni Baumann

rmazzali
Active Contributor
0 Kudos

I don't know why you need to extend your Idoc but an easy way to feed an Idoc with your own data is to find out a segment with a qualifier and create your own Z-qualifier wich will identify the information required.

Bye

Roberto

Former Member
0 Kudos

Roberto

I want to add an additional field into segment E1EDK07 of message type DESADV.

What is a qualifier and how do i create a z-qualifier?

Former Member
0 Kudos

LFART field is present in the segment E1EDL21 in basic types DELVRY01, DELVRY02 and DELVRY03.

You need not create any extensions for your requirement.

-Kiran

*Please reward helpful answers