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: 

Reg: RFC FM

Former Member
0 Kudos

Hi,

I have to create a RFC enabled function module which will be called by a different system.

The function moudule will have a date parameter as an importing parameter and a table in the tables parameter to store the results.

However when I tried to reference the importing date parameter as p_date type syst-datum there is a message which is being displayed that "Reference Parameters are not allowed with RFC".

I am unable to understand why this message appears.The FM is not getting activated.I tried referencing the date parameter to other data types but with no success.

Please help me.

Thanks,

Sandeep

2 REPLIES 2

Former Member
0 Kudos

Hi,

RFC are have more checks. Here you use P_DATE LIKE SYST-DATUM. It is just data type define problem.

Regards,

Dhanunjaya Reddy.

Former Member
0 Kudos

Problem Solved.

Thanks,

Sandeep.