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

Problem While Downloading,

Former Member
0 Likes
595

Hi all,

I am displaying the output of my report in ALV format.

The user is downloading the report into EXCEL by using the download option available on the application toolbar of ALV. While downloading it into a spreadsheet, everything is coming fine but only the Unit of measurement field is appearing as *****.

This field has been taken from VBRP table filed VRKME.

How do i get rid of this problem.

Rohitaash

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
543

Increase the output length of Unit of Measurement field (VRKME) in the field catalog to at least 3 characters.

Manoj

3 REPLIES 3
Read only

Former Member
0 Likes
544

Increase the output length of Unit of Measurement field (VRKME) in the field catalog to at least 3 characters.

Manoj

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
543

Hi,

Check in debugging before downloading whether the value is apperaing properly.If it is, then try enlarging the column in excel.May be the length is not sufficient for display.

Read only

Former Member
0 Likes
543

Hi Rohitaash...

Actual value is stored in the file... that is just the display.Since field column doesn't have enough space to show it in full... so it shows it in junk chars...

I faced this prob for date fields..

When u expand the column width, it will show u the exact value...

Regards

Prax