cancel
Showing results for 
Search instead for 
Did you mean: 

Execute RFC

Former Member
0 Kudos

Hi,

Can we set the output of RFC A as the import parameters of RFC B without any coding (i.e. get the current attribute of RFC A and set it in RFC B)

Kindly Advice

AD

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

No. You have to expiclitly copy the output of the RFC A to the input of RFC B.

wdContext.current<nodeRFC B>Element().set<Attribute>(wdContext.current<nodeRFC A>Element().get<Attribute>());

Answers (0)