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

E1EDS01

Former Member
0 Likes
937

i need to add a custom segment for 001 qualifier for E1EDS01 SEGMENT IN THE PROGRAM can anyone explain how / where to append

i need to add a custom segment for 001 qualifier for E1EDS01 SEGMENT IN THE PROGRAM can anyone explain how / where to append

2 REPLIES 2
Read only

Former Member
0 Likes
612

Hi

If your segment structure is ready then, just fill it with relevant data and append data to the IDoc data structure:

APPEND STRUC_EDIDD to TAB_EDIDD.

else, if the segment of your choice is not present then you will have to define a new Basic IDoc type or an Extension type in transaction WE30. Then, you will be filling this IDoc.

Hope this helps you

Reward points if helpful

Regards

Read only

Former Member
0 Likes
612

solved