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

Hi experts

Former Member
0 Likes
858

I was writing a RFC enabled function module in ECC 6.0 but when I declared the import parameters as LIKE its giving me a error " Reference parameters are not allowed with RFC"

Someone plz help me with this its urgrnt.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
838

Hi,

Please try with 'TYPE' instead of 'LIKE'.

Regards,

Ferry Lianto

I was writing a RFC enabled function module in ECC 6.0 but when I declared the import parameters as LIKE its giving me a error " Reference parameters are not allowed with RFC"

Someone plz help me with this its urgrnt.

5 REPLIES 5
Read only

Former Member
0 Likes
839

Hi,

Please try with 'TYPE' instead of 'LIKE'.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
838

hi,

use TYPE

Read only

Former Member
0 Likes
838

Hi,

In RFC, LIKE is not allowed as it signifies a reference parameter. The syntax and meaning of the additions TYPE and LIKE has exactly the same meaning as the definition of data types with TYPES, except that for DATA after TYPE a standard table type with a generic table key can be specified.

Use TYPE instead.

Regards,

Richa

Read only

0 Likes
838

Thanx soooooo much RICHA

Read only

Former Member
0 Likes
838

IT was great help....