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: 

Fields in printout via ALV have a #

Former Member
0 Kudos

I have wrote an ALV . When i print the list certain fields are not completly printed. For example i have a column with an account number. All but the last number of the account is printed. Instead of the last nulber a # is printed. Was must i change in my program to get the complete nimber printed ?

2 REPLIES 2

b_deterd2
Active Contributor
0 Kudos

Hi,

Did you try setting the output length of the field in the field catalog to a fixed length (larger then the account number can be).

Good luck,

Bert Deterd

0 Kudos

Also before printing,

if you are in the list view

settings->columns->optimize width

if you are in the grid view

change layout->display->optimize columns

Regards

Raja