Hi,
I´m trying to use the Client Data Bag API under EP 6.0 with this simple code in a BW Web Report, but I'm getting the error: 'EPCM' is undefined. What can be wrong?
function fn_AnimalSelect(){
var IsAnimal = document.forms["FrmAnimalSelector"].AnimalSelect.value;
EPCM.storeClientData("urn:com.sapportals.portal.epcmdemo.animals","animalstored",IsAnimal);
}
bison
fox
Thanks,
Cezar
You may need to change the 'Load' option of the iView to get the EPCM stuff to appear. Try playing with the three load settings of the iView
I hope this helps
D
Add a comment