cancel
Showing results for 
Search instead for 
Did you mean: 

SAC BW Writeback Badi

drishti
Discoverer
0 Kudos

Hello all,

I am trying to export data from a SAC import model to an ADSO on-premise using ODATA.

We are on BW/4HANA and latest SP level.

One of the limitation of export is Account calculations in SAC model are currently not supported.

So I am trying to write a custom Badi under enhancement spot RSBPC_ODATA.

Has anyone done this before and can help me with an example ?

Thanks in advance,

Drishti

William_Yu
Product and Topic Expert
Product and Topic Expert

Hi drishti,

Not sure how can you get calculated value out of SAC by only change code in BPC/BW. Do you want to do the calculation manually with your custom abap code before writing into ADSO? Then why not do it via BW layer once it's there?

Another option probably you could try:

1. create a dummy model in SAC, with account dimension member with no formula but with the same ID of your source SAC model

2. use cross model copy data action to copy data from your source model to dummy model, this will bring calculated value out into dummy model.

3. Export from dummy model to your BW/4HANA system.

Accepted Solutions (0)

Answers (0)