
Integrating with SAP
Kofax Export Connector for ERP Features Guide
17
Image Upload
The function module creates an SAP object that is linked to the image.
1
KEC-ERP calls the function module Z_DICOM_DOC_URL_CREATE. This
function module is essentially a wrapper to the standard SAP function module
SCMS_DOC_URL_CREATE.
2
The SAP function module Z_DICOM_DOC_URL_CREATE uses the settings of the
content repository as defined in OAC0 to create a URL that can be used to put a file to the
content repository.
3
Once a URL is created, the function module returns the document ID for the document.
4
KEC-ERP checks the document class (for example, FAX) in the SAP table TOADD and
calls Z_DICOM_DOC_URL_CREATE to determine the Mime type for the image.
5
KEC-ERP now has the URL, the document ID, and the Mime type.
6
KEC-ERP creates a standard HTTP put request through the .NET WebRequest
class. This request is directed to the URL that was returned by the function module
Z_DICOM_DOC_URL_CREATE.
Note This process requires an RFC connection to the SAP system.
Kommentare zu diesen Handbüchern