2008 Oct 10 10:15 AM
2008 Oct 10 11:22 AM
Hi,
Check this link..
http://www.sapfans.com/forums/viewtopic.php?t=52107FirefoxHTML\Shell\Open\Command
Regards,
Omkaram.
2008 Oct 10 11:08 AM
Hi
In the internal table add field for color as ROWCOLOR.
In the layout set the IT field name to info_fname as below.
gwa_layout-info_fname = 'ROWCOLOR'. "For row coloring.
In internal table values set the color value as below.
READ TABLE gt_itab INDEX 3. " third row will have the following color
gt_itab-rowcolor = 'C311'.
MODIFY gt_itab INDEX 3.
~Asik
2008 Oct 10 11:22 AM
Hi,
Check this link..
http://www.sapfans.com/forums/viewtopic.php?t=52107FirefoxHTML\Shell\Open\Command
Regards,
Omkaram.