2009 Aug 29 10:57 PM
All,
I am using CL_SALV_TABLE , In the output if user uses sort option then in the output first row of each new record should be in different color.
ie
MATNR MATKX DESC
10 11 TEST
10 11 TEST1
10 11 TEST2
11 12 TEST
11 12 TEST
After the sort by MATNR
MATNR MATKX DESC
10 11 TEST " <-- colored line
11 TEST1
11 TEST2
11 12 TEST " <-- colored line
12 TEST
a®
All,
I am using CL_SALV_TABLE , In the output if user uses sort option then in the output first row of each new record should be in different color.
ie
MATNR MATKX DESC
10 11 TEST
10 11 TEST1
10 11 TEST2
11 12 TEST
11 12 TEST
After the sort by MATNR
MATNR MATKX DESC
10 11 TEST " <-- colored line
11 TEST1
11 TEST2
11 12 TEST " <-- colored line
12 TEST
a®
2009 Aug 30 6:11 AM
2009 Oct 09 11:43 AM
Hi,
yes it is possible. There is no automatic way to color "sorts", for example, but you can color columns, lines, etc...
depending the data in ALV.
Regards,
MaryM