cancel
Showing results for 
Search instead for 
Did you mean: 

coloring the last row in alv grid

Former Member
0 Kudos

Hi gurus,

I want to color the last row in ALV grid display using oops.

any settings in the layout posiible for that.

Regards,

Anil.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks for the reply.

I used almost same procedure as showm above and its working fine.

qamar_javed
Participant
0 Kudos

Hi Anil,

Just go through the link:

https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/coloringaRowandColumninALV+%2528OOPS%2529

Step 3: Coloring the last row

CLEAR wa.

Loop at itab into wa.

AT LAST.

wa-rowcolor = 'C311'.

MODIFY itab FROM wa TRANSPORTING rowcolor.

ENDAT.

ENDLOOP.

just modify the code in step3 as given above rest is the same.

Hope this works.

Regards,

Qamar.

Edited by: Qamar Javed on Mar 6, 2009 1:31 PM

Sm1tje
Active Contributor
0 Kudos

yes there are, search the forum!