‎2007 Sep 24 3:18 AM
Hi,
I have quite a number of inputfield & textfield in a screen. I need to set the border line for the field. Is it possible to do that? how am i go about doing it? Please advise.
Thanks
Regards,
Rayden
‎2007 Sep 24 4:02 AM
Hi,
If you are at screen 1000, you can add FRAME, just like this:
SELECTION-SCREEN BEGIN OF BLOCK BLC01 WITH FRAME TITLE TEXT-S10.
PARAMETERS: P_UNAME LIKE SY-UNAME OBLIGATORY DEFAULT SY-UNAME.
SELECTION-SCREEN END OF BLOCK BLC01.
But if you at dialog screen, just add box in your screen and add your fields in you box.
Regards,
‎2007 Sep 24 4:02 AM
Hi,
If you are at screen 1000, you can add FRAME, just like this:
SELECTION-SCREEN BEGIN OF BLOCK BLC01 WITH FRAME TITLE TEXT-S10.
PARAMETERS: P_UNAME LIKE SY-UNAME OBLIGATORY DEFAULT SY-UNAME.
SELECTION-SCREEN END OF BLOCK BLC01.
But if you at dialog screen, just add box in your screen and add your fields in you box.
Regards,
‎2007 Sep 24 4:24 AM
Goto Screen painter layout -> click on box -> drag it on fields -> if it is module pool
If it is just report then you can design boxes using below links.
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba66935c111d1829f0000e829fbfe/frameset.htm
Thanks
Seshu