2008 Mar 27 5:26 AM
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.........
2008 Mar 27 5:29 AM
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.
2008 Mar 27 5:29 AM
Hi,
just check any standard function module and follow the same procedure especially in attributes
Regards,
V.Balaji
Reward if Usefull...
2008 Mar 27 5:29 AM
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.
2008 Mar 27 5:43 AM
I do understand, but how to do for mathematical operations without using fields?