Skip to Content
0
Former Member
Feb 07, 2011 at 12:34 PM

Portal eventing - No Client Data Bag API (eg. EPCM.storeClientData())?

32 Views

Hi All,

We're on ECC6 701.

I'm trying to raise a portal event from a web dynpro for abap and subscribe to the event in a BW template. I can raise the event no problem, but I cannot get the bw template to subscribe to it.

So I then decided to use the Client Data Bag API, where I would store the parameter in the web dynpro:

EPCM.storeClientData(....) and pick it up the in BW template EPCM.loadClientData(...)

My problem is that in the portal integration interface (IF_WD_PORTAL_INTEGRATION) in the web dynpro there does not seem to be a method to correspond to EPCM.storeClientData(....) . There are other methods to raise/subscribe a portal event but none that correspond to the client data bag.

Does anyone know if this is even possible? I find it hard to believe that with everything catered for in web dynpro, the client data bag API has not been catered for.

Many thanks in advance,

Liz.