Hi!
Is it possible for a webdynpro to get the Data that is stored in the client data bag?? I make use of some sap bussiness package iviews and they often store the parameters in the client data bag. Now i want to get these parameters to use them in a webdynpro.
I know that webdynpro does not support scripting so i cannot use
EPCM.loadClientData("urn:com.sap.bor:BUS0010","objid");
because EPCM is a javascript object.
Is there any other way to get that Data?
Thanks!