0% found this document useful (0 votes)
551 views12 pages

SAP ANALYTICS CLOUD (SAC) Planning Write Back To SAP BW With ODATA - ZPARTNER GMBH

Uploaded by

ARPITA BISWAS
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
551 views12 pages

SAP ANALYTICS CLOUD (SAC) Planning Write Back To SAP BW With ODATA - ZPARTNER GMBH

Uploaded by

ARPITA BISWAS
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

1/7/25, 12:04 PM SAP ANALYTICS CLOUD (SAC) Planning write back to SAP BW with ODATA - ZPARTNER GmbH


PROVIDING SOLUTIONS WITH PASSION

SAP ANALYTICS CLOUD (SAC) Planning


write back to SAP BW with ODATA

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.

OData Writeback to SAP BW


SAP is offering an out of the box solution to write Data back from SAC with an OData
service. To implement this solution SAP provides a note for a SAP BW 7.5 system (
https://launchpad.support.sap.com/#/notes/2942754) and one for a SAP BW/4HANA
( https://launchpad.support. sap.com/#/notes/2838883 ). If your SAP BW 7.5 is
already on SP 18 or in case of an SAP BW/4HANA 2.0 on SP4 the manual activities do
not need to be performed.

In our scenario we implemented the scenario in SAP BW 7.5 SP 16.

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

And in transaction /IWFND/MAINT_SERVICE the following service:

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

Also define a new Supervisor Destination:

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.

Select your connection


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”.

Select the fields you would like to map.

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

Finally, the data is exported to SAP BW:

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

We already got aggregated 1605 rows and it only took 36 seconds.

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://launchpad.support.sap.com/#/notes/2838883 à SAC BW Writeback – Part 1


(SAP BW/4HANA)

https://launchpad.support.sap.com/#/notes/2628688 à OData service connection in


SAP Analytics Cloud ***Master KBA***

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

https://launchpad.support.sap.com/#/notes/2309399 à How to use SBGRFCCONF


effectively?
 BW4/HANA,BWBLOG  ODATA,PLANNING,SAC,SAPANALYTICSCLOUD,sapbw,WRITEBACK

 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

SAP Analytic Cloud (SAC) Story on SAP Datasphere (DSP)


Read More

Performance Monitoring in a SAP Analytics Cloud (SAC) Story

Read More

Fiori Development – ​Table maintenance with SAPUI5 application

Read More

How To: SAP Analytics Cloud (SAC) Presentation Mode


Read More

Fiori Development – ​Creation of a List Report using Fiori Elements

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

Subscribe to the newsletter

contact

We look forward to hearing from you

Follow us on social media

https://www.zpartner.eu/sap-analytics-cloud-sac-planning-write-back-to-sap-bw-with-odata/ 12/12

You might also like