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

regarding rfc

Former Member
0 Likes
423

what is the necessary condition for making rfc except from making it remote enabled in attributes tabs , it may be some parameter related , do u have idea>>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
407

hi a function module should be an RFC if it is specified in the attributes of the function module .....i doesnt think so to do any change in type of the parameters like passing or by value reference.....i had used many RFCs but i they are working fine.

3 REPLIES 3
Read only

Former Member
0 Likes
407

Hi ankesh ,

In the import and export parameters , u need to tick the 'pass value'

coloumn.

regards ,sabari

Read only

vinod_vemuru2
Active Contributor
0 Likes
407

Hi,

Welcome to SDN.

Apart from that there are some restrictions in RFC like We can't have CHANGING parameters option. U will get syntax error if u try it.

U have to check the check box pass value for import/export parameters.

Debugging RFC FMs from other system need special tools.

Thanks,

Vinod.

Read only

Former Member
0 Likes
408

hi a function module should be an RFC if it is specified in the attributes of the function module .....i doesnt think so to do any change in type of the parameters like passing or by value reference.....i had used many RFCs but i they are working fine.