cancel
Showing results for 
Search instead for 
Did you mean: 

Using multiple tables from one RFC as input into another RFC in VC..

Former Member
0 Kudos

I have a data service, i.e an RFC that returns 2 tables and some export parameters.

How can I use VC so that I can pass both tables to another data service, ie RFC?

So, basically, I want to use the output tables from one RFC as input for another RFC in VC.

In VC, from the one table, I want to pass only the row they select on the browser to the next RFC.

The other table I want to pass all the contents(rows) to use with the next RFC.

Any thoughts?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

RFC 1 has tables 1 and 2.

Table 1 is displayed as a table in VC. Table 2 is hidden.

When they click on a row in VC from table 1, I want to pass certain variables from that row to RFC 2.

RFC 2 has these variables in it as well as table 2 from RFC1.

IN RFC 2, I want to have access to table 2 so I can have access to it in RFC 2's code.

Former Member
0 Kudos

Hi,

Drag from table1 to RFC2 and set its event as 'select'.

Regards

Basheer

Former Member
0 Kudos

Hi

If i understand correctly you have joined RFC1 to the 'Variables port' of 'Table 2'. If you want to control from RFC 2 as well then join RFC2 & Table 2 with 'Input Port'. So that you can control Table 2 from RFC 1 as well as from RFC 2.

Is this solving your problem? if you have want anything else please tell me.

Regards

Sandeep

Former Member
0 Kudos

Hi

Do you have same contents in both the tables? if yes then if you pass all the contents from second table how will you differentiate only one selected row from first table? can you elaborate more as which fields you want to pass from first & second table?

If the fields in these 2 tables are different then you can get what you want.

Regards

Sandeep