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

Problem in converting a function module in RFC

Former Member
0 Likes
527

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
495

Go to import export and tables tabs use like instead of type.

Regards,

Lalit Mohan Gupta.

2 REPLIES 2
Read only

Former Member
0 Likes
495

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

Read only

Former Member
0 Likes
496

Go to import export and tables tabs use like instead of type.

Regards,

Lalit Mohan Gupta.