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 Abapers.

Former Member
0 Likes
488

While creating a remote enabled function module I am going through a error like this 'Generic types are not allowed in RFC' . I have selected pass by value through check box for parameters. How to get rid out of this error?

Thanks.........

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
472

Hi,

U cannot refer to Pre-defined data types such as char ,numc.

Instead refer to dictionary element of ur specfied lenght .

example .

Import

Kunnr Type kna1-kunnr.

Regards,

Morris Bond.

Reward Points if helpful.

3 REPLIES 3
Read only

Former Member
0 Likes
472

Hi,

just check any standard function module and follow the same procedure especially in attributes

Regards,

V.Balaji

Reward if Usefull...

Read only

Former Member
0 Likes
473

Hi,

U cannot refer to Pre-defined data types such as char ,numc.

Instead refer to dictionary element of ur specfied lenght .

example .

Import

Kunnr Type kna1-kunnr.

Regards,

Morris Bond.

Reward Points if helpful.

Read only

0 Likes
472

I do understand, but how to do for mathematical operations without using fields?