cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transfer data to another application

Former Member
0 Likes
427

Dear experts,

I need your advice.

We want to transfer data from one environment to another.

Models/applications details:

SAP BusinessObjects EPM, Add-in for Microsoft Office

Version 10.0 SP 25 Patch2 .NET4

CPMBPC Release 800, SP-Level 0021 Support package SAPK-80021INCPMBPC

Component: SAP_BW

Release 740

SP-Level : 0020

Support package SAPKW74020

Dimensions are as follows (please see image attached):

Data transfer will occur 4 times per year.

What possible ways for the transport could you please advise?

Are there any standard procedures or scripts you could share?

Thank you in advance!

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

Only transfer between models of the same environment is supported directly using script logic!

If you are talking about different environments you have to write badi to perform transfer in the single step... Strange idea to use different environments! Why not to have both models in the same environment?

Former Member
0 Likes

Plan is on the development development, while Reporting is on production.

Is there any example of such BADi? Could you please share?

Thank you!

former_member186338
Active Contributor
0 Likes

a.tkachova

"Plan is on the development development, while Reporting is on production." - ??? Absolutely strange idea!!!

About sample: it will be a CUSTOM LOGIC badi that will read data from one environment/model including master data for ValueType property of ACCOUNT_PL dimension (transaction data can be read by QUERY=ON badi parameter) and then write results to another environment/model using method write_back:

https://www.sap.com/documents/2015/08/6c91e080-5b7c-0010-82c7-eda71af511fa.html

Answers (0)