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

regarding problem while downloading excel

Former Member
0 Likes
641

Hi,

I m using GUi_download FM to download the data in XL format, it is downloading properly but only one problem is

there is one field called invoice number.

the length of this field is 40

and actual value is this 200793030022222

but wehn it download its coming like 2007+0154

is there any setting which we can chage this to normal value

if any let me know ..

Thanks,

Suresh

7 REPLIES 7
Read only

Former Member
0 Likes
614

Hi,

Its problem in xls.

Change the type of text to fraction... in xls. Select entire column, right click format cells... select fraction as type.

or

try changing that field type to character in the internal table and download.

Venkat

Read only

Former Member
0 Likes
614

Hi Suresh

Just change your InvoiceNumber field of your output table which you are passing to GUI_DOWNLOAD function module as data_tab parameter to type C of lenght 40 .

It will work.

Reward points if you find useful.

Regards,

Pranav.

Edited by: Pranav Satpute on May 14, 2008 12:59 PM

Read only

Former Member
0 Likes
614

Hi,

In the gui download their are two import parametrs

WK1_N_FORMAT

WK1_N_SIZE

Set the value for them.

Your problem will be solved.

Reward some points.

Regards,

Anomitro

Read only

0 Likes
614

hello guha,

please let me know what value i can pass those 2 paramteres..

thanks,

Suresh

Read only

Former Member
0 Likes
614

it is the problem of excel when download is complete just dubble click on the field header of excel sheet or increment the width of the field it will show the real data.

Read only

Former Member
0 Likes
614

Hi,

This is problem with the excel.

Jus change the format of that column you will see the whole value.

Reward points

Read only

Former Member
0 Likes
614

This message was moderated.