cancel
Showing results for 
Search instead for 
Did you mean: 

Put fields from different iviews together

Former Member
0 Kudos

Hi all,

i face the problem that i want to enhance i.e. the portal content crm iview 'accounts' with some fields from crm iview 'activities'.

Can someone please describe the generel approach.

Thanks in advance,

Jochen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jochen

Your requirement is not clear.Can you explain in detail?

If you want to store the values of certain fields of any iview and use those values in another iview, you can do that with EPCF. You can use the <b>client data bag</b> feature of EPCF.

Regards

Yoga

Former Member
0 Kudos

Hi Yoga,

thank you for your input. As i am new to EP and its tools and i am no Java developer my question is perhaps a bit naive.

I simply wonder how i can mix fields from several Content iviews delivered with crm. Is it that i have to do that on crm-system? And when yes, in which manner. Please describe the way data comes from crm up to the iview. And please let me know what is EPCF.

best regards,

jochen

Former Member
0 Kudos

Hi

EPCF is Enterprise Portal Client Framework - which enables communication between two iviews.

<b>Client Data Bag</b> enables to store and retrieve values on the client and share them between more components during one user and browser session.Stored data will be identified by a key.The values should be strings.

It can be achieved by methods such as

storeClientData(namespace,name of the field,value of the field);

loadClientData(namespace, name of the field);

check these links to know much about EPCF & client data bag:

http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/6fa84016631814e10000000a1550b0/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/68/322a9261c54e51b7965f86aac3dae2/content.htm

Regards

Yoga

PS:Reward points for useful answers.