Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problrm while creating RFC enabled Function Module

Former Member
0 Likes
716

Hi,

I am creating an RFC eneabled function module. While creating i'm getting an information message

'Reference parameters are not allowed with RFC' which is not allowing to activate the FM.

Could anyone please tell me why this message is popping up.

I'm importing 4 fields which i have declared in the format' LIKE tablename-fieldname'.

Is the problem because of this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
694

Hi

Select the check box PASS VALUE

Regards

Ramchander Rao.K

6 REPLIES 6
Read only

Former Member
0 Likes
695

Hi

Select the check box PASS VALUE

Regards

Ramchander Rao.K

Read only

Former Member
0 Likes
694

In export, import, changing parameters tab, check PASS VALUE for each and every parameter and then try to activate

You can use LIKE

TYPE can be used for references to data elements like CHAR10 etc

Read only

Former Member
0 Likes
694

hi,

you need to check the Pass Value check box while declaring parameters in IMPPORT, EXPORT and CHANGING tabs.

Read only

Former Member
0 Likes
694

use type in place of like,

tick on optional and pass value.

now activate,

it will work.

sandeep

Read only

piyush_mathur
Active Participant
0 Likes
694

Hi Dear,

Check the Pass by Value for Import parameter while creating RFC.

regards,

Piyush

Read only

Former Member
0 Likes
694

If you are making your function module Rfc enabled, the parameters you are using must be pass by value.........