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

SAP BPC VBA

Former Member

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi Elhoussiny, As Vadim mentioned, you can gets tons of documents documents in Google for VBA. For BPC specific VBA, you can check some simple ones in this link. http://help.sap.com/saphelp_bpc75_nw/helpdata/en/40/54267f9051402eb27cbfc70492de87/content.htm?frame... Try with simple one like AFTER_SEND. Try to create Pop up message "Data submitted" after data is submitted in EPM sheet. Hope this helps. Anil

former_member186338
Active Contributor
0 Likes

First you need a good knowledge of Excel VBA in general... And if you use Google you will find unlimited info on the subject.

Then just read help for VBA API in EPM help.

Vadim