‎2008 Sep 11 10:17 AM
Hi all,
can anyone please tell me is there a way to
colour the select option or parameter or radiabutton text.
Also, i wanted to know how can insert a blank line between two parameters in the selection screen.
Thanks & Regards
Sukant
‎2008 Sep 11 10:23 AM
Hi,
1) Coloring text of parameter at selection screen is just intensifying it. You do:
AT SELECTION SCREEN OUTPUT.
loop at screen.
screen-intensified = 1.
modify screen.
endloop.
2) Adding blank line:
SELECTION-SCREEN SKIP 1.
Regards
Marcin
‎2008 Sep 11 10:22 AM
Hi Sukant,
You can insert a line using the following code:
SELECTION-SCREEN SKIP.
Regards,
Saba
‎2008 Sep 11 10:23 AM
Hi,
1) Coloring text of parameter at selection screen is just intensifying it. You do:
AT SELECTION SCREEN OUTPUT.
loop at screen.
screen-intensified = 1.
modify screen.
endloop.
2) Adding blank line:
SELECTION-SCREEN SKIP 1.
Regards
Marcin
‎2008 Sep 11 10:27 AM
Hi,
Just simple maintain blocks with frames like Given below...
SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME.
SELECTION-SCREEN COMMENT 1(15) text-001.
PARAMETERS: p1(3) TYPE c,
p2(5) TYPE c.
SELECTION-SCREEN COMMENT 55(10) p_wmunit.
SELECTION-SCREEN END OF BLOCK..
Thanks&Regards,
Naresh
‎2008 Sep 11 10:28 AM
Hi,
I hope the below link can help you.
http://help.sap.com/saphelp_nw04s/helpdata/en/9f/dba51a35c111d1829f0000e829fbfe/frameset.htm
Thanks,
Khushboo.
‎2008 Sep 11 11:02 AM
Hi all,
besides the blue colour , is there a way to get more colours
like we have the option of choosing the range from 1 to 7 in ALV ?
Thanks & Regards
Sukant
‎2008 Sep 11 11:15 AM
‎2008 Sep 11 11:33 AM
Hi gautham,
for the report output i know how to get colours,
i want to know about the different colours i can use in selection screen.
Thanks
Sukant