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

IDOC: DESADV

Former Member
0 Likes
2,472

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
Read only

Former Member
0 Likes
1,752

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
Read only

Manohar2u
Active Contributor
0 Likes
1,752

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

Read only

Manohar2u
Active Contributor
0 Likes
1,752

Refer to this blog

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

Regds

Manohar

Read only

Former Member
0 Likes
1,752

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

Read only

rmazzali
Active Contributor
0 Likes
1,752

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

Read only

Former Member
0 Likes
1,752

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?

Read only

Former Member
0 Likes
1,753

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