‎2008 Oct 31 6:17 AM
How to display text on selection screen ?
I want to display some text just under the parameter.
Thanks
Puneet Chopra
‎2008 Oct 31 6:20 AM
‎2008 Oct 31 6:22 AM
Hi,
Check the below sample code:
SELECTION-SCREEN: BEGIN OF LINE.
SELECTION-SCREEN: POSITION 1.
PARAMETERS: p_ps type c.
SELECTION-SCREEN: COMMENT 4(20) text-003.
SELECTION-SCREEN: END OF LINE.
SELECTION-SCREEN: BEGIN OF LINE.
SELECTION-SCREEN: POSITION 1.
SELECTION-SCREEN: COMMENT 1(20) text-003.
SELECTION-SCREEN: END OF LINE.You have to use begin of line.. end of line concept.
Thanks & Regards,
Navneeth K.
‎2008 Oct 31 6:54 AM
Hi,
This may help you.
selection-screen begin of block b2 with frame title text-001.
Double click the text-001 and you can type your text in the text symbols tab which appears.
‎2008 Oct 31 6:59 AM
SELECTION-SCREEN BEGIN OF LINE TEXT-001.
double click on text & give the description.
Regards,
Flavya