Hi Community, we want to integrate SAP and Anaplan, but client has asked not to use any files for integration, so is it possible to load the data from SAP to Anaplan with API in json format? and how to map the fields. Please suggest
Hi, It depends on the volume of data you want to send. For low volume data transfer you can use Transactional API (it will work in both ways, so from SAP to Anaplan and from Anaplan to SAP): https://anaplanbulkapi20.docs.apiary.io/#/introduction/transactional-api-index
@swapnil_J
API can only upload with existing imports and processes. It means that whatever you can upload with import action - it can be loaded in Anaplan via API.
So I don't think any other formats except TXT, CSV you can load directly from other apps.
Please check this article https://help.anaplan.com/399496b0-d66e-4a84-895a-8d1ffdee2e6b-Integration-API-v2.0
@M.Kierepka For the Data integration with larger data records,is there in built connector?
I am trying upload data from a CSV with date. For size reasons, I don't want to dimension the module by date but bring it in as a line item formatted as date. The problem is that person that will be doing the upload is in Italy, and their date format is different. When she does the upload, the date gets messed up…
Hi, when I am assigning the account to the territory I am always facing error as below and account never get assigned to the territory , what could be the reason ? When I use same method for unassign it works .
A while back, I shared a pattern for extracting and reporting on Anaplan audit data using a Python project hosted on GitHub. I wrote that during my time on the Operational Excellence Group (OEG) at Anaplan. The Python solution still works, and plenty of teams are running it today. The problem it solves hasn't changed:…