2011 Apr 07 7:54 AM
Hi All,
I'm new to BPC and working on retraction using a BAdI. I was following a SAP: How To... Retract data from BPC 7.5 NetWeaver to SAP ERP Cost Center Accounting, Part I.
The File explains how to retract Data on a Cost center level and Im doing it on a profit center level.
Can any tell me how I can debug the BAdI?
Hi All,
I'm new to BPC and working on retraction using a BAdI. I was following a SAP: How To... Retract data from BPC 7.5 NetWeaver to SAP ERP Cost Center Accounting, Part I.
The File explains how to retract Data on a Cost center level and Im doing it on a profit center level.
Can any tell me how I can debug the BAdI?
2011 Aug 30 12:45 PM
Did you find a solution for this issue?
I'm also following the SAP: How To... Retract data from BPC 7.5 NetWeaver to SAP ERP Cost Center Accounting, Part I and I also need to retract data on a profit center level.
Kind regards
2011 Sep 13 11:19 PM
Hi,
Find this tip in the thread .
Look at the LT_RETURN variable on the call function 'BAPI_COSTACTPLN_POSTPRIMCOST'.
My problem was no authorization to modify cost planning on ECC...
I give some tips about this HTG on thread
regards,
Marco.
-
Try infinite loop in End routine of your logic as follows.
data: v_val(1) value ''.
DO.
if v_val = 'X'.
exit.
endif.
ENDDO.
Save and activate the method.
Run your package from BPC Excel and login into back end goto Tcode SM50. You can find a job there which is in running mode.
Select the process, Goto menu options select Program/Session-->Program -->Debugging.
Once system opens debugging session change v_val to X and proceed to debug of your logic.
Edited by: Marco Aurelio Barreto Modesto on Sep 14, 2011 12:44 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |