Hi John
I have never used Planning Analytics SAP Connector, but as far as i understand it, it is very similar as a Python integration (sometimes curl instead python) as we did for several customers here in Brasil.
Basically it is a call to a webservice, where you have a HANA query published, as you noticed.
You need to use executecommand to call it, either python or curl, and to use some DOS (or powershell) trickies to generate files to be used as a way to have flow control (http status control basically - 200, 401, etc). I see that the one from IBM would be a similar way, you have a log option to use with the command line, as you will run it with good ole DOS/command or powershell.
IBM documentation is short here, these are the links I have found:
https://www.ibm.com/docs/en/SSD29G_2.0.0/pdf/configuring_SAP_for_IBM_SAP_Connector.pdf
https://www.ibm.com/docs/en/SSD29G_2.0.0/pdf/running_configuring_IBM_SAP_Connector.pdf
Useful functions with Turbo Integrator here is WildCardFileSearch, FileExists, Synchronized, RunProcess - either to develop techniques to control error flow from http status messages with files (for example - creating session files with http status on its names and looking for them with fileexists, wildcardfilesearch) or to develop parallel running integrations (synchronized, runprocess).
If you use python, main packages which you will need are pandas, tm1py, pycurl or urllib (to run web services integration).
If you decided to use python or curl, you will need to develop paging techniques using $top and $skip for pagination.
Regards
Márcio
------------------------------
Marcio Costa
------------------------------
Original Message:
Sent: Mon November 17, 2025 12:06 AM
From: John O'Leary
Subject: Server 11 local connection to SAP
We are exploring options to change our ERP from a legacy system to SAP Cloud and hence we need to understand options to source the required SAP data for TM1.
One option is to feed SAP data to our data warehouse and we then feed TM1 from there. This might be the easiest option.
Another is to source data directly from SAP. Given Server 12 local is off the table we need to explore options for Server 11 only.
- From what we have been told, there would be no way to use ODBC against SAP Cloud.
- Text file exchange is of course an option with SAP exporting to a schedule with file transfer for TM1 to then use in loads but I'd prefer to avoid the text file path and also be in a position to extract data "on demand"
- There appears to be a TM1 to SAP connector that was released early last year but I haven't been able to find any useful information about it. It appears to be an ODATA based interface run from command line but other than that I have found nothing.I would really like to understand how it works and in particular how well it can be integrated to TI's (Perhaps using execute command) and what sort of end-to-end experience can be achieved. If anyone has knowledge of/ experience with this connector I would be interested in any information you can provide. If you wish to PM me that would be fine
Thanks
------------------------------
John O'Leary
------------------------------