By
Published: 24 Jun 2003
Currently we are using delvry03 to generate ASN (Automatic shipment notification). The shipment unit header (E1EDL37) has to be filled from my Z tables. Since this ASN is being generated at the time of Delivery creation. The segment E1EDL37 will not be filled up automatically. So I may need to fill the segment E1EDL37 with the help of provided customer exits. Since the segment E1EDL37 is not filled, we don't have any control over the segment e1edl37 to fill the data. Please provide me the help to resolve this issue.
I had a look at IDOC_OUTPUT_SHPMNT and see no reason why the segment should not have been added. It may be empty but the routine to create it should be called. The you can fill the data with customer exit '002'. The catch-all solution would be to build a wrapper function, e.g. Z_IDOC_OUTPUT_SHPMNT which in turn calls the original function IDOC_OUTPUT_SHPMNT. This will build your IDoc the traditional way. Then you can process the created IDoc data and manipulate your segments as desired.
Dig Deeper on SAP manufacturing module
An SAP user is receiving an error message while integrating SAP iDoc PORDCR1 for a purchase order.
Continue Reading
SAP expert Axel Angeli explains how to update the "further dates" tab information in am SAP transaction through an SAP IDoc.
Continue Reading
An SAP R/3 4.7 user wants looking to post a document entry using different trading partner fields for credit and debit for function FB01.
Continue Reading