QAD to SAP interface

sreekuax

Member
I am working in Progress mfg/pro for the last 1.5 years.. Now there is situation in which i have to make an interface between QAD and SAP..for data maping..Please help me..in making an interface..because i donno wat are the steps to be taken to start coding..i have never been worked on any interface programs...
 
I will tell you from Progress 4GL, from QAD, basically you need the handle of the SAP process. You can then talk-to SAP, and vice versa from SAP.
From SAP you would need the handle of QAD to be able to talk to that.
From Progress 4GL once you have the handle you can execute processes directly. These processes would be procedures precoded.
Hope this helps
 
Write what you want to happen / execute on the SAP process. i.e procedures / functions. Then execute these processes from QAD, once QAD has the handle it can freely talk to it and execute your commands / instructions.
Good look
 
Back
Top