on ‎2016 May 09 9:41 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.