cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Passing Values between two standard components

former_member206441
Contributor
0 Kudos

Dear Experts,

I am having issue in passing a value from one standard componet to another standard component.

I want to pass the Product Category field value from the component

/sapsrm/wdc_dodc_po_i_bd

to the component

/sapsrm/wdc_ui_do_acc

.

Both the componets are standard components please help me to solve this issue.....

Thanks and Regards

Arun.K.P

Any Updates.........

Thanks in advance

Arun.K.P

Edited by: Arun Padmanaban on Sep 15, 2011 8:13 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

You may have to explain little bit more so that we can understand.

is one of the component being used by another component as used component ?

How they are related to each other at runtime?

You can explore the possibilities of setting and reading database cookies between these components. This is the one way which i know safer to use in mutiple server instances with dispatcher in between.

refer

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/2a/31b97b35a111d5992100508b6b8b11/frameset.htm

Former Member
0 Kudos

Hi Arun,

Please check this thread...

cheers,

Kris.

Former Member
0 Kudos

Try using EXPORT to MEMORY and IMPORT FROM MEMORY....