cancel
Showing results for 
Search instead for 
Did you mean: 

RFC receiver channel changing parameters are not passed

former_member301120
Active Participant
0 Kudos

Hello to all,

I've implemented a file to RFC scenario.

I'm passing a table to the backend system with the help of a rfc receiver channel.

If the table parameter is defined as importing parameter everything works fine, but defining it as a changing parameters the values are not passed to the backend system.

What's my fault. The sap design guide advices to pass tables as changing parameter.

Thanks for your help

Regards Christian

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member187339
Active Contributor
0 Kudos

Hi,

>>If the table parameter is defined as importing parameter everything works fine, but defining it as a changing parameters the values are not passed to the backend system.

Try selecting the Pass by Value check box.

And pass tables as Tables Parameter (We have an RFC where we are using this)

Regards

Suraj

former_member301120
Active Participant
0 Kudos

If a function module is RFC enabled you need to check pass by value.

I know, that it works if the parameter is defined at tab tables, but tables parameter are obsolete according to SAP.

former_member301120
Active Participant
0 Kudos

Addtional question.

How do you pass table parameters?

As exporting, changing or tables parameter?

Regards