cancel
Showing results for 
Search instead for 
Did you mean: 

TRANSFER DATA FROM ONE MODEL TO ANOTHER MODEL USING BPC CUSTOM BADI

0 Kudos

Hi Friends

i want to transfer data from one model (A) to another Model (B)  Using BPC BADI .

For eg : In model A i have business area net sales  , have to transfer to cost center credit sales which is in model B . Please help

Accepted Solutions (1)

Accepted Solutions (1)

ashwin_kulkarni2
Contributor
0 Kudos

Hi Sarath,

Can't you use destination_app script to write records from 1 model to another model?

You have RENAME_DIM keyword in it.

This instruction can be used when data is to be written into a model where a dimension is named with a different ID.

- Ashwin,

0 Kudos

Thanks Ashwin .

Because of the design issue transfer using script is taking time .

former_member186338
Active Contributor
0 Kudos

Hi Sarath,

It's possible to write to another cube in the custom logic or write back badi using method write_back_int. You have to prepare all required parameters (I_APPL_ID, IT_ARRAY...).

B.R. Vadim

0 Kudos

Thanks Mr. B.R. Vadim , Ashwin

How i can change the structure of   CT_DATA  in inside BADI , Because my  destination model structure is different from calling model . Please help

former_member186338
Active Contributor
0 Kudos

Hi Sarath,

You have to create new IT_ARRAY compatible with destination model. You don't need to change CT_DATA.

Vadim

Answers (3)

Answers (3)

former_member421418
Participant
0 Kudos

Hi Sarath ,

I got same requirement can you Please tell me how did you resolved it .

Thanks

kiran

Former Member
0 Kudos

open a new thread with your question in detail.

Former Member
0 Kudos

Hi Sarath,

It is also possible to move data from Cube to cube by using Transformation file.

Select the respective Cube(I mean source model) and map to destination Model.

Hope This helps,

Saidareddy.G

former_member186338
Active Contributor
0 Kudos

Hi Sarath,

Why not to use script to do the same job?

B.R. Vadim