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

Reading and Writing data between WebDynPro and BPC Std. Cube

Former Member
0 Likes
222

Hi all,

I wondered whether you could help me in exploring how something is technically feasible.

We'd like to use a WebDynPro ABAP UI that interfaces directly (read and write) with a BPC cube - is this possible using standard or custom ABAP code?

I'm aware that user exists on Script Logic and Write-Back but unsure if it could be triggered remotely from ABAP.

Any information on how you'd start to approach this would be great.

Many thanks,

Nick

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi Nick,

It all depends what you want to do, everything is possible of course.

you want to change master data or transaction data?

you want to call BADIs and run packages?

Andy

Former Member
0 Likes

Hi Nick,

You can't call directly BPC BADI from Web Dynpro ABAP because it requires  a lot of environment built. There are different ways to implement this, but many of them can be dependent on version and SP. So, the most stable probably would be to create script that calls the BADI and package it in DM Package. Then call that package from UJD_TEST_PACKAGE.

Regards,

Gersh