cancel
Showing results for 
Search instead for 
Did you mean: 

passing values from one component to another

Former Member
0 Kudos

hi Gurus,

I have a web dynpro application which constists of two components and two applications.

Now in the first application one RFC is being executed and a table is being populated in the first application view.

Now the second application contains a view which should be called by executing another RFC which in turn takes input from the initial RFC output.

That is I need to pass vaules from the first component to the next component.

How should I go ahead with this.

Need urgent help.

Thanks and regards,

kris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

first component

1) copy function from comp controler to interface controler.

2) also map the elements from comp. controler to interface

second component

1)go to component -> properties -> add required controller -> creat one method and then call method of interface controller below is sample code for calling

wdThis.wdGetData_project_initiationInterface().f4_project_no();

http://help.sap.com/saphelp_nw04/helpdata/en/90/7d83ad9a99334b962884923da99f62/frameset.htm

Regards

Hemant

Answers (2)

Answers (2)

Former Member
0 Kudos

closing the thread

Former Member
0 Kudos