Application Development 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: 

RFC

Former Member
0 Kudos

Hi All,

I have a customized RFC funtion module.

i need to import a value through a variable. i tried defining the variable as type c or char in the import part ,

but i get the message as type does not exist or generic type does not exist in RFC.

how do i define?

thanks,

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Use an existing data-element like CHAR1 or CHAR80.

Regards