on 2015 May 21 9:24 PM
Hi All,
I am new to BPC and I am mainly working for ABAP BADI in BPC. I recently created new adhoc report in EPM Excel which has some data for accounts, utilization and all.
It is input form and if I change the value for utilization field it does show the affect and give the result but it is not triggering breakpoint in BADI. This calculation is happening through BADI only. we have used write back badi and in that we have written for custom logic badi so can it be the reason that in adhoc report there is no 'save' button on the sheet so it is not going to debug. I may be wrong but can anyone please suggest me ?
Also How to know from the EPM excel that which script is called?
Thanks,
Niki
Request clarification before answering.
Hi Niki,
You need to understand the different BADIs, each method get called differently.
write back - while saving data, try an infinity loop to debug
custom logic - on demand calculation, set break point then use UJKT to debug (used packages and script logic to call)
routine - used in transformation file, try infinity look to debug
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Niki,
If you are not saving data - write back badi will not trigger!
If you are not launching DM package with script containing the call of custom logic badi - custom logic badi will not trigger.
Vadim
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 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.