2006 Nov 23 4:44 PM
Hello,
I have a box, first,
then a field F1 which has 3 different possible values
then others fields.
I have a lot of rows and i don't want the field F1 to be displayed if its values is the same from 1 row to next one.
How can I do this for this field and for other fields ?
PS : I'm using a simple ALV GRID
Thanks for help.
2006 Nov 23 5:21 PM
If I put back my check box ( in any place ), i can't group the values.
Without I can group the values using sort criterials but I need this check box which is used to select rows.
Thanks for help.
Message was edited by:
Bertrand Demeyre
2006 Nov 23 4:48 PM
I am not sure if I understand your requirement completely.
But if you want to hide a field, you can set the NO_OUT = 'X' in the field catalog for that specific field.
Regards,
Ravi
Note - Please mark all the helpful answers
2006 Nov 23 4:50 PM
2006 Nov 23 4:55 PM
Hi,
It doesn't work. I don't know why.
Perhaps because of the first field which is a checkbox.
Do you think it will work if i use a sort criterial ??
Thanks for help.
BD
2006 Nov 23 4:59 PM
Change the column positions and get all the columns that you want to sort to the start. Then SORT that should work.
You can try without SORTING programmitically. Use the ALV grid SORT options and see the result. If that works out, then you can programitcally put it in place.
Regards,
Ravi
Message was edited by:
Ravikumar Allampallam
2006 Nov 23 5:07 PM
Hi,
It doesn't work.
I removed the checkbox field to test and I sorted by the key.
It isn't grouping the values.
Have you another idea ?
Thanks for help.
2006 Nov 23 5:09 PM
2006 Nov 23 5:21 PM
If I put back my check box ( in any place ), i can't group the values.
Without I can group the values using sort criterials but I need this check box which is used to select rows.
Thanks for help.
Message was edited by:
Bertrand Demeyre
2006 Nov 23 5:29 PM