Load Data Planning from CDS Views(SAP)
Summary:
We are developing an Integration process between SAP and EPM Planning. Below is a summary:
- Source: SAP CDS Views
- Destination: Planning Application
- There is a URL provided by the SAP team (CDS) and we call this URL through a Jython script.
- The process itself works, we can return the data and process and load it into Planning.
- However, the data volume has increased significantly and now generates a memory error. Currently the server has 8GB.
- We tried using the Jython Script to perform the chunks, but it didn't work.
- I believe that this SAP structure always tries to make all lines available at once and not in parts.
Tagged:
0