Application Development 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: 

Problem in creating an RFC

Former Member
0 Kudos

hi

i am creating an RFC in that i need start date and end date as my import parameters

but now the system is showing a message like

'Reference parameters are not allowed with RFC'

then how can i resolve this

1 ACCEPTED SOLUTION

Former Member

Hi

Please check the pass value check box in import parameter .then it will be activated.

Regards

Step

6 REPLIES 6

Former Member
0 Kudos

Hi,

All the parameters should be Pass by value.

Tick that button in the import parameters tab.

For RFCs all the parameters should be pass by value.

Call by value

You pass the parameter with values. This means that the parameter contents are copied both when the parameter is passed and when it is transferred back to the calling parameter. For structures that contain tables, performance may be reduced considerably. Therefore, you should not do this.

Regards,

sasi

Edited by: sasidhar yalamanchili on Apr 18, 2008 11:18 AM

Former Member

Hi

Please check the pass value check box in import parameter .then it will be activated.

Regards

Step

former_member226203
Active Contributor
0 Kudos

Hi,

Plz not that in RFC,All the parameters should be Pass by value.

Thanks.

Former Member
0 Kudos

Hi,

Because you can not use pass by reference .So tick the checkbox passby value..

Pls. reward if useful...

Former Member
0 Kudos

thanks

0 Kudos

Hai

One more suggestion

Change check box state to true in Import tab Pass Value check box as well as Export tab Pass value check box.

Moderator Message: Please check the date of the original post

Edited by: Suhas Saha on Jul 22, 2011 4:17 PM