‎2009 Apr 11 10:48 AM
hi All,
when i m converting a function module in RFC it is showing a error message ,
Generic Types are not allowed in RFC.
How can i handel this.
Regards,
Susheel Joshi
‎2009 Apr 11 10:51 AM
Go to import export and tables tabs use like instead of type.
Regards,
Lalit Mohan Gupta.
‎2009 Apr 11 10:50 AM
Hi Susheel,
RFC module interface parameters (import, export , tables) can only refer to data dictionary types. Hence if you currently have one of the parameters referring to a type defined in your function group main include or in a type pool, you need to create a SE11 data dictionary structure/ table type for that and then change the data type reference.
Cheers,
Aditya
‎2009 Apr 11 10:51 AM
Go to import export and tables tabs use like instead of type.
Regards,
Lalit Mohan Gupta.