‎2008 Feb 08 7:09 AM
Hi,
I haave an issue with ALV display. My output table has 15 columns, with the total width being 162. (The LINE-SIZE in the report heading is set to 400....which far exceeds the above width.)
When i try to display the output in ALV GRID format, all 15 columns are displayed correctly, but when displaying in LIST format (REUSE_ALV_LIST_DISPLAY), the last column is not displayed..!!
the fieldcatalog and other details are same in both the cases....but the last column is not appearing in the LIST format (unfortunately, we have to display the output in LIST format only).
Can anyone please suggest whats the problem???
Thanks,
Raghav
‎2008 Feb 08 7:15 AM
‎2008 Feb 08 7:17 AM
‎2008 Feb 08 7:18 AM
‎2008 Feb 08 7:19 AM
Hi,
In the layout try "Colum_width_optimize = 'X' ".
Jayant Sahu
Edited by: Jayant Sahu on Feb 8, 2008 8:19 AM
‎2008 Feb 08 7:20 AM
‎2008 Feb 08 7:26 AM
hi ppl,
both the above suggestions
max_linesize and colwidth_optimize didnt work
any other suggestion???
Please reply
‎2008 Feb 08 7:27 AM
Hi,
Just give a try to hide any column so that whether the last column is visible or not? If last column of the internal table is visible then it is the problem with the no. of characters issue in the list display(it exceeds the no. of the characters).
Thanks,
Sriram Ponna.
‎2008 Feb 08 7:24 AM
I HAVE GOT YOUR ANSWER
in your list display
GOTO>SETTINGS->COLUMNS--->OPTIMIZE WIDTH.
your problem is solved
plz reward if helpful
vivek
‎2008 Feb 08 7:28 AM
Hi Vivek,
Sorry dude....it did work man....:-(
Please suggest anything else that u may think will work...
Thanks
‎2008 Feb 08 7:32 AM
‎2008 Feb 08 7:34 AM
‎2008 Feb 08 7:29 AM
Hi,
In the layout itself try this options.
expand_all = 'X'
no_min_linesize = 'X'
max_linesize = '400'.
Also after this you can remove the line size from your initial report declaration.
Jayant Sahu
‎2008 Feb 08 7:33 AM
Hi Jayant,
Dude...it didnt work man.....please suggest anything else that you may have..
thanks a lot
‎2008 Feb 08 7:31 AM
Hi,
a trick to avoid overlapping columns or this type of problem is to
manipulate the width of the columns by putting a longer description string
on top of column.
For example if your column is named "Transport" and you want it to be wider,
then try to get "Transport text here" as a column header...Also try Column_width_text = 'X'.
Hope it helps,
Regards.
‎2008 Feb 08 7:39 AM
PPl...
the issue is resolved.
The problem was with the number of key fields....for which there is a limitation i guess...
i removed the KEY field on the fieldcatalogue for most of the columns and it worked...!!!!
thanks to everyone for the answers anyways.
Cheers,
Raghav
‎2008 Feb 08 7:38 AM
‎2008 Feb 08 7:41 AM
Boss.. please check if you have freezed your colums then... if yes then unfreeezzz.. if that would be the problem..
Otherwise I am searching.. your code will be great help..
Jayant Sahu..
‎2008 Feb 08 7:42 AM
Hi Jayant,
The problem is solved my friend...please see my above post...:-)
thanks for ur answers anyways...
Cheers,
Raghav
‎2008 Feb 08 7:42 AM