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

RFC

Former Member
0 Likes
330

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
Read only

RaymondGiuseppi
Active Contributor
0 Likes
304

Use an existing data-element like CHAR1 or CHAR80.

Regards