Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

passing the structure to rfc function module

Former Member
0 Likes
652

hi,

iam having a rfc function module which is importing structure.

i have to pass only one field value to that structure.

how can i pass that field value to that structure.

it is very urgent.

thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
462

put the value in

structure-field = value.

pass strucuture in import parameter of RFC..

regards

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
462

Hi..

You have to Declare the ACTUAL PARAMETER (workarea) with the Same Structure as that of the FORMAL PARAMETER.

but you can fill only the FIELD that you want pass in the workarea and pass it to the RFC.

<b>Reward if helpful.</b>

Read only

Former Member
0 Likes
463

put the value in

structure-field = value.

pass strucuture in import parameter of RFC..

regards