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: 

decimal field in GUI_UPLOAD

Former Member
0 Kudos

Hi all,

I am using GUI_UPLOAD to upload file from desktop to an internal table. The internal table has a decimal field(decimal).

The upload seems to work fine in 4.6 c version. But in 6.0 version, the program has problems uploading it, it uploads only till the decimal field is encountered.

when i change the field type of internal table from decimal to character type, it works fine.

Is there any other solution why it doesnt work rather than changing the type from decimal to char?

Thanks

Sachin

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sachi,

try using the CL_GUI_FRONTEND_SERVICES class

there you have the funciton module download

Regards,

Chinna

1 REPLY 1

Former Member
0 Kudos

Hi Sachi,

try using the CL_GUI_FRONTEND_SERVICES class

there you have the funciton module download

Regards,

Chinna