2008 Mar 18 11:16 AM
Hi,
Ive checked the Remote-Enabled Module radio button, declared Import and Export parameters using Type typing and checked the Pass Value in export and import parameters but I still receive message Reference parameters are not allowed with RFC and not able to activate the function module.
Am I missing something?
Regards,
...Naddy
2014 May 09 11:35 AM
Hi all,
I faced the same problem and solved it ,
You have defined a reference parameter for a remotely called
function module. However, only value parameters are allowed
for this type of module.
Procedure
Change the reference parameter to a value parameter.
Guys pls .don't leave the thread un-asnwered when you solved problem , post the solution it might be useful for others also.
Regards
Krishna Acharya
2008 Mar 18 11:20 AM
Hi,
Try for instead of types give like.
REgards
SRinivas
Edited by: ramesh on Mar 18, 2008 12:23 PM
2008 Mar 18 11:21 AM
Try to activate wholw function group.
reward if useful
S@meer
2008 Mar 18 11:24 AM
Hi,
Go in Import & Export Click on check box.
Regards,
Mehul Shah.
2008 Mar 18 11:24 AM
Hi
I have tried to create a remote enabled function with a import and export parameter both pass Value type
The FM was activated succesfully the prob is something else.
Post the error u get as u try to activate the FM.
2024 Apr 30 6:27 AM
2008 Mar 18 12:42 PM
2013 Oct 28 12:17 PM
2013 Oct 29 9:32 AM
i do not remember how I solved because it was nearly 5 yesrs ago.
but, I can try now if you tell me what you've tried.
...Naddy
2014 May 09 11:35 AM
Hi all,
I faced the same problem and solved it ,
You have defined a reference parameter for a remotely called
function module. However, only value parameters are allowed
for this type of module.
Procedure
Change the reference parameter to a value parameter.
Guys pls .don't leave the thread un-asnwered when you solved problem , post the solution it might be useful for others also.
Regards
Krishna Acharya
2019 Jun 21 1:03 PM
For anybody that still looks for an answer to this.
Check "Pass Value" column for each parameter.
David
2019 Jun 21 2:11 PM
You don't need to post another answer if the "best answer" contains the same information ("Change the reference parameter to a value parameter.") Or if you consider it's unprecise (missing information "checkbox pass by value"), add a comment below the answer (it will be more visible).
2019 Nov 02 6:05 AM
2020 Nov 10 7:56 PM
Thanks very much for this, Zaberca. My parameters all seemed to be correctly defined, but I was still getting the error, but it activated after checking the Pass Value boxes. As is often the case, this SAP error message did not fully explain the reason.