H.K
H.K

Reputation: 138

Reference parameters are not allowed with RFC

Can anyone advise me on this error?

enter image description here

Upvotes: 0

Views: 8644

Answers (2)

The error is because the option (checkbox) I have highlighted in the image below must be enabled (i.e. checked):

enter image description here

Upvotes: 0

Gert Beukema
Gert Beukema

Reputation: 2565

Follow @Jagger's advice and make your module not RFC or make all your parameters pass by value (without reference), it's the column with the heading 'Pa...'.

In RFC modules only TYPE and LIKE typing is allowed, references are prohibited.

Upvotes: 4

Related Questions