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: 

Data type of FILENAME in function GUI_DOWNLOAD

Former Member
0 Kudos

HI ,

when i try to call the function GUI_DOWNLOAD with the FILENAME as a parameter type ( c(30) / c(128) ), an error is being displayed indicating mismatch of the data type of FILENAME.

please suggest some solution.

Regards

Arun

2 REPLIES 2

Former Member
0 Kudos

Try type STRING

Shashi Reddy

nablan_umar
Active Contributor
0 Kudos

Hi Arun,

It has to be the same format at the function module parameters, in this case, it is STRING. You need to define the field as STRING as well.