I tried to call a SAP RFC with import and changing parameters(FISTL…). Then I received an errror like this NRDM Function <BODI-1112351: Cannot parse expression. RFC function call <ZFM_DERIVE_FROM_CCTR> has an output parameter that is not part of the imported function signature. Please make sure the output parameters have been spelled correctly…>
As a workaround, I asked our ABAP programmer to remove the changing and create the export parameter.
Can I anybody know how access changing parameters as output?
Sorry, properly my question was misleading. What I meant about is in/out parameter or reference parameter, which means a input parameter can be accessed as a output parameter with the same name. It seems I received an error if I access input/output parameter as an output from BO.