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

Former Member
0 Likes
460

MY REQUIRMNET IS

There is a PO header text segment in IDoc structure but there is none for SA IDoc. SA header text segment (E1EDKT1-L01) should be added in the IDoc.

how to add in the idoc

2 REPLIES 2
Read only

pradeep_nellore
Participant
0 Likes
438

Hi,

Use WE30 transaction and extend the idoc with required segments.

Thanks

--Pradeep

Reward points if helpful

Read only

Former Member
0 Likes
438

Hi,

To add the new segment in the idoc below is the procedure:

1. First create a new custom segment with the fields which you want from the E1EDKT1segment in WE31 Transaction.

2. Second extend the Basic idoc type which you are using currently in the WE30 transaction and insert the newly created Idoc type into it.

For the newly inserted idoc u need to fill the data in the respective user exit.

In both the cases you need to release the segment & extended idoc after completing.

Hope this may help you out.

Regards,

Santosh