SAP ANALYTICS CLOUD (SAC) Planning Write Back To SAP BW With ODATA - ZPARTNER GMBH
SAP ANALYTICS CLOUD (SAC) Planning Write Back To SAP BW With ODATA - ZPARTNER GMBH
PROVIDING SOLUTIONS WITH PASSION
Introduction
SAP Analytics Cloud offers you the possibility to build your own Planning Model and
Application within SAC natively. At a certain point you might want to think about, how to
get this data exported to an On-Premise SAP Business Warehouse. This document
covers the solution to export the Data from a SAC Data Model back to BW with an
OData connection.
Preparation
We followed the manual steps which are in SAP Note 2942754 as our system is not on
Support Package 18. There are a lot of steps, but it is a straightforward process. After
finishing all the steps, you should have in transaction SEGW a model which looks like
this:
https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 1/12
1/7/25, 12:04 PM SAP ANALYTICS CLOUD (SAC) Planning write back to SAP BW with ODATA - ZPARTNER GmbH
Also make sure that in the SICF the service is up and running.
https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 2/12
1/7/25, 12:04 PM SAP ANALYTICS CLOUD (SAC) Planning write back to SAP BW with ODATA - ZPARTNER GmbH
In the service leave the Logon Data empty, you will later need to define a user in the SAC
connection.
bgRFC Unit
The export jobs from SAC are processed in SAP BW 7.5 via bgRFC units. For a better
understanding SAP is providing a documentation (
https://help.sap.com/doc/saphelp_nw73/7.3.16/en-
US/48/927c2caa6b17cee10000000a421937/frameset.htm ) and SAP Note
2309399 ( https://launchpad .support.sap.com/#/notes/2309399 ) is giving more
insights on how to configure them effectively.
However, as described in SAP Note 2942754 you need to configure and inbound bgRFC
destination and a Supervisor Destination. The inbound queue Destination should be
named “RSBPC_ODATA_EXPORT” and the Prefix “RSBPC_ODATA_EXPORT_”.
https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 3/12
1/7/25, 12:04 PM SAP ANALYTICS CLOUD (SAC) Planning write back to SAP BW with ODATA - ZPARTNER GmbH
Register ADSO
It is also necessary to register the ADSO in the maintenance view
“RSBPC_ODATA_V_EX” in transaction SM30. Please check the limitations regarding the
ADSO mentioned in the note.
Cloud Connector
https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 4/12
1/7/25, 12:04 PM SAP ANALYTICS CLOUD (SAC) Planning write back to SAP BW with ODATA - ZPARTNER GmbH
For a detailed explanation how to configure the Cloud connector please refer to the
following link
https://help.sap.com/viewer/00f68c2e08b941f081002fd3691d86a7/release/en-
US/8d8511532794429caa243b6fb7c79989.html . In the tab Cloud To On-Premise we
configured the following connection. Make sure to configure a HTTPS connection.
SAC Connection
The last step before the export is to create the connection in the SAC. Make sure to tick
on the two checkboxes “Connect to an SAP OData service” and “Connect to an On-
Premise OData service”.
https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 5/12
1/7/25, 12:04 PM SAP ANALYTICS CLOUD (SAC) Planning write back to SAP BW with ODATA - ZPARTNER GmbH
export job
Got to your model and click on “Data Management” and Export the Data to OData
Service.
https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 6/12
1/7/25, 12:04 PM SAP ANALYTICS CLOUD (SAC) Planning write back to SAP BW with ODATA - ZPARTNER GmbH
Then you can select the ADSOs which were defined in the maintenance view
“RSBPC_ODATA_V_EX”.
https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 7/12
1/7/25, 12:04 PM SAP ANALYTICS CLOUD (SAC) Planning write back to SAP BW with ODATA - ZPARTNER GmbH
You can also filter the data you want to export with the “Add Filter” button
Make sure the dimensions are all mapped correctly and start the export job by pressing
on finish.
https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 8/12
1/7/25, 12:04 PM SAP ANALYTICS CLOUD (SAC) Planning write back to SAP BW with ODATA - ZPARTNER GmbH
As you can see in the screenshots above, we exported about ~ 450,000 records. We
also exported the model from SAC 1:1 to SAP BW and it took 32 minutes. In the
screenshot below we have extracted the same data but only 2 dimensions and the
keyfigure (including currency), the data gets aggregated already during the export and
this also has an impact on the runtime.
https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 9/12
1/7/25, 12:04 PM SAP ANALYTICS CLOUD (SAC) Planning write back to SAP BW with ODATA - ZPARTNER GmbH
Summary
If you are currently not on the required SP, which means you must implement the
manual steps mentioned in the SAP Note, it might look overwhelming as already
mentioned. It is just important to follow the steps precisely. Despite the long runtime
the export never failed, and the data was extracted. Overall, this export via OData
provides a good possibility to push data from SAC to your SAP BW system, which
increases the possibilities how to use the capabilities of SAC in combination with a SAP
BW system.
Left
https://launchpad.support.sap.com/#/notes/2942754 à SAC Writeback to BW 750
https://help.sap.com/viewer/00f68c2e08b941f081002fd3691d86a7/release/en-
US/8d8511532794429caa243b6fb7c79989.html à Configuring the SAPCP Cloud
Connector
https://help.sap.com/viewer/00f68c2e08b941f081002fd3691d86a7/release/en-
US/6dc4ed164d174c3c862f88530af7e4fd.html à Exporting Data to OData Services
https://help.sap.com/viewer/00f68c2e08b941f081002fd3691d86a7/release/en-
US/df2c80a3c35d4213b12053bc0885443e.html à Exporting Data Connection to
OData Services
https://help.sap.com/doc/saphelp_nw73/7.3.16/en-
US/48/927c2caa6b17cee10000000a421937/frameset.htm à bgRFC (Background
Remote Function Call)
https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 10/12
1/7/25, 12:04 PM SAP ANALYTICS CLOUD (SAC) Planning write back to SAP BW with ODATA - ZPARTNER GmbH
Into the world of SAP Data How SAP Data Warehouse Cloud(DWC) consumes
Warehouse Cloud series – Part 1 SAP HANA calculation views – Part 1
Latest posts:
MERRY CHRISTMAS!
Read More
Read More
Read More
Read More
Important Links
imprint
https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 11/12
1/7/25, 12:04 PM SAP ANALYTICS CLOUD (SAC) Planning write back to SAP BW with ODATA - ZPARTNER GmbH
data protection
contact
https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 12/12