‎2007 Jul 19 9:38 AM
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
‎2007 Jul 19 9:43 AM
put the value in
structure-field = value.
pass strucuture in import parameter of RFC..
regards
‎2007 Jul 19 9:43 AM
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>
‎2007 Jul 19 9:43 AM
put the value in
structure-field = value.
pass strucuture in import parameter of RFC..
regards