‎2008 Apr 14 6:35 AM
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
‎2008 Apr 14 6:45 AM
Hi,
Use WE30 transaction and extend the idoc with required segments.
Thanks
--Pradeep
Reward points if helpful
‎2008 Apr 16 8:24 AM
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