EDI Print Output Process
EDI Print Output Process
Consider the company sales a product to one of its customers and finally the
company creates a Billing Document and sends this document to its customer to
make the payment.
So this billing document can be send to the customer by many ways: Print Output
(Smart Form/Adobe Form) and send to the customer or Send the FAX is another
option or Send by EDI process. Etc.
In SAP, EDI uses the IDoc container to carry the data (billing information).
The below post shows how to set the EDI output for billing process.
Go to Tx- NACE
In Default Values tab, the transmission medium is EDI and partner function is SH-
Ship to party. Choose processing routines from left side.
The program – RSNASTED executed when this output type is triggered and send
EDI to the target customer.
Here we can add the EDI output type and save it.
Here few output types are triggered automatically but the EDI output type is not
determined.
In Tx- VF02 go to change mode.
The partner number must be same as the CUSTOMER number to whom you want
to send the EDI. Choose partner type as KU- Customer.
As you want to send something to the customer, the outbound process section to
be filled. Choose + button.
The below screen appears.
Provide partner role as SH- Ship to party. In SAP, EDI uses the IDoc container to
carry the data. Provide the message type.
Port number- ( must be defined in Tx- WE21) point to the customer system RFC
destination.
Provide the IDoc type. Select Message Control tab.
Select + button.
Here provides application as V3 and message type as AUS1 and process code as –
SD09 and save.
Once the customer partner profile is ready, we can add the EDI output type AUS1
for the billing document and save. Once SAVE happens the output AUS1 processing
routine is executed which tries to send EDI with IDoc.
Let us check the billing output again.
Now the Status is Green for AUS1. Choose this and select Processing Log button.
The processing log says the IDoc with number sent to the target.
The IDoc status is red. So, the inbound process must be configured properly to
make the status as green.