Skip to Content
0
Former Member
May 17, 2006 at 12:56 PM

access to client data bag from webdynpro

25 Views

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!