Posts

Showing posts with the label SAP

Replacing Ariba DTT Integration Toolkit - Part 1

Recently, I got an opportunity to work on SFTP to HTTP interface. To be specific I was working on replacing the existing Ariba Data Transfer Tool (Ariba DTT) which transfers spend reporting files from different source systems, as Ariba had sent the notification that Ariba DTT will no longer be supported by Ariba and the customers using the Ariba DTT shall either migrate to the CIG or get their custom solution in place.  HTTP can be very useful in uploading large files from a server. The content-type = multipart/form-data can be used to upload binary data in the form. Files like csv, zip, image, etc. can be uploaded using the form-data.  The Ariba Data Transfer tool (Ariba DTT) has three components. Once you download the Ariba data transfer tool from Ariba, you will find these three components, once you unzip the zar. Options File data-download data-upload spend-visibility Wrapper Script aribafiletransfer uploadutils downloadutils toolslib encryptstring CoreCode You will have ...

The Webservice way to connect ECC to SAP PI/PO

Image
With the increase in API technology's popularity 3rd party solutions are developing the ABAP packages and shipping them with the product license to enable seamless integration of their solution with SAP ECC. Recently I got an opportunity to work on a similar design I had to use a Webservice connection to connect ECC to SAP PI for SOVOS Tax Compliance solution integration with ECC. Below are the configuration steps that I performed using T-Code - SOAMANGER.  The ABAP package is available on the SOAMANGER homepage, I had to filter the Consumer Proxy with the specific name for this integration.  ECC configuration steps: