0% found this document useful (0 votes)
54 views

Integration Data Flow

data f

Uploaded by

Anish
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

Integration Data Flow

data f

Uploaded by

Anish
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

The Future of Procurement

INTEGRATION DATA FLOW


Table of Contents
1. ACRONYMS USED ................................................................................................................. 3
2. INTEGRATION METHODOLOGY ........................................................................................... 3
3. FTP Methodology .................................................................................................................. 4
3.1. Data Flow via FTP Method ............................................................................................ 4
3.1.1. SAP TO VENDX Integration .................................................................................... 5
3.1.2. VENDX TO SAP Integration .................................................................................... 5

Copyright © 2019 MAVENVISTA Technologies Pvt. Ltd. All Rights Reserved Go to First Page

2
1. ACRONYMS USED
• FTP – File Transfer Protocol

2. INTEGRATION METHODOLOGY
Purpose of this document is giving brief details about details about integration
methodology used by VENDX to communicate with SAP for parsing of data.

VENDX can integrate by following 3 methods:

A. FTP Method

Copyright © 2019 MAVENVISTA Technologies Pvt. Ltd. All Rights Reserved Go to First Page

3
3. FTP Methodology
In FTP methodology, FTP server or remote server would be used for parsing of data from
SAP to VENDX and VENDX to SAP.

Also in this methodology, a specific file format is used to exchange data between 2
systems (In most of the cases .txt file is used where “|” is used as field separator)

3.1. Data Flow via FTP method

FTP Server
VENDX
Schedulers
SAP
Schedulers

SAP records SAP records

File and
Folder
Structure

VENDX records VENDX records

File and
Folder
Structure

Copyright © 2019 MAVENVISTA Technologies Pvt. Ltd. All Rights Reserved Go to First Page

4
3.1.1. SAP TO VENDX Integration

In FTP connection, both systems would be working separately and would be having
separate communication calls and hence responsibilities for initiating communication
calls would be divided accordingly between both the systems.

It would be responsibility of SAP to push and fetch data (.txt files) from SAP to FTP server
and it would be responsibility of VENDX to fetch and push data (.txt files) from FTP to
VENDX.

Below mentioned can be the schedulers/Cycles for parsing of data from SAP to VENDX
via FTP:

• Scheduler 1 – This scheduler would be controlled by SAP and purpose of this cycle
would be to push data from SAP to FTP server
• Scheduler 2 – This scheduler would be controlled by VENDX and purpose of this
cycle would be fetch data from FTP to VENDX
• Scheduler 3 – VENDX would initiate this scheduler and would park status of data
back from VENDX to FTP server
• Scheduler 4 – SAP would initiate this call and would fetch status of data from FTP
to SAP for further processing

3.1.2. VENDX TO SAP Integration

As explained in above section, SAP and VENDX would not be communicating directly
with each other and hence both would be using FTP as the mediator for parsing of data.

Below mentioned can be the schedulers/Cycles for parsing of data from VENDX to SAP
via FTP:

• Scheduler 1 – This scheduler would be controlled by VENDX and purpose of this


cycle would be to push data from VENDX to FTP server
• Scheduler 2 – This scheduler would be called by SAP and purpose of this cycle
would be to fetch data from FTP to SAP
• Scheduler 3 – This call would be initiated by SAP for parsing the status of records
back from SAP to FTP server
• Scheduler 4 – VENDX would initiate this call and would fetch status of records from
FTP server to VEND

Copyright © 2019 MAVENVISTA Technologies Pvt. Ltd. All Rights Reserved Go to First Page

You might also like