cancel
Showing results for 
Search instead for 
Did you mean: 

Storing data in data bag with webdynpro for abap

Former Member
0 Kudos

Hi,

It´s possible to store data in data bag with webdynpro for abap?

The EPCF client data bag API provide methods to store data in a transient data buffer on the client:

EPCM.storeClientData(nameSpace, name, value)

Does webdynpro for abap has an equivalent method?

Thanks,

Márcio

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Web Dynpro ABAP can produce a portal event and pass parameters along with the event. These parameters can be read by any event receiver. However you don't have directly access to the data bag as you describe. Here is a link to the help on the Portal Event API:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/da/f96f4132f15c58e10000000a1550b0/frameset.htm

Answers (0)