SAP's newer "Fax and Paging/SMS Interface" allows simpler access to faxing via InterFAX. For more, see How to fax from SAP R/3 Fax and Paging/SMS Interface
InterFAX provides mail-to-fax functionality for SAP R/3. Users of the Sales and Distribution Module (SD, shown below left) and Materials Management Module (MM, shown below right) can define a special output type, which converts SAP documents to a PDF and emails them as an attachment to the InterFAX server. The InterFAX server immediately sends the attachment by fax to a fax number, which is defined in the SAP customer or vendor object, using a special email format.
SAP R/3 Sales and Distribution Module
.
SAP R/3 Materials Management Module
Configuration Process
In order to make things work, some configuration and coding is required in the SAP Basis Services module and in the SD or MM module. The process is as follows:
- An authorized user of SAP Basis Services needs to enable outgoing emails in SAP, and configure SMTP settings as required by InterFAX mail-to-fax.
- Once SMTP has been properly configured, a user of the relevant SAP module (SD or MM) must create a new output type for InterFAX mail-to-fax, and also define fax numbers in the customer or vendor objects.
- After the SD or MM user has defined an output type, a SAP developer needs to create or modify the ABAP code of the relevant processing program, so that the documents output from SAP are converted to PDF and attached to an email, as required by InterFAX mail-to-fax. Code example and instructions on modifying it for your specific needs.
How to Fax
Faxing from SAP is done indirectly. You do not actively send a fax, but rather faxes are triggered when you perform operations on a customer (in the SD module) or a vendor (in the MM module). Typically, a fax is sent when you save a customer or vendor object. The fax number must be defined in the Telebox field of the customer or vendor object - all faxes to the customer or vendor are sent to this number.
<
ul>
@fax.tc
. The Status column indicates the status of the fax:- Items with a yellow icon are faxes waiting to be sent.
- Items with a green icon have been sent successfully.
- Items with a red icon have been sent, but did not go through successfully.