I am looking to create an interface between these two systems. Has anyone had experience with one or both of these enterprise solutions? It will mainly be parsing data between one table and another with some business rules. Is a headless client an option firing at timed intervals? Advice welcomed!
I do have experience with AS/400, what are you trying to do exactly?
Hi there, apologies for the delay. I have a client who needs to integrate movement of sales line data from AS/400 bespoke program to SAP. Theoretically, this should be possible? Are there any modules that must be installed to ensure that this integration works?
Once you set up the connection to DB2/400 you can use his tables as any other database that servoy supports so I don’t think there’s anything unusual to do. SAP should be based on Oracle so no problems either.
I’d say there is no way you can access a SAP table directly. You will have to get / set data using calls to one of the many different interfaces SAP offers. I don’t think it is possible to create a Servoy solution on SAP data directly. You will either have to mirror data or create forms based on datasets that you have retrieved from some API call.