Problem with changing parameters when calling a SAP RFC

Salut,

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?

Thanks,

Tom


shaoliwen (BOB member since 2009-08-24)

No table parameters? Then there is not much you can do wrong…? Tried reimporting the function assuming it changed on the SAP side recently?


Werner Daehn :de: (BOB member since 2004-12-17)

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.

Thanks ,


shaoliwen (BOB member since 2009-08-24)