‎2008 Aug 22 5:51 AM
Hi Gurus
My question is regarding the selection screen texts.
After the check box, i nedd the text for that in white background.
Is there any possibility for this , if yes can us say How?
U will be rewarded points.
thanks.
‎2008 Aug 25 7:39 AM
Hi,
plz try this way :
SELECTION-SCREEN:BEGIN OF BLOCK b1 WITH FRAME TITLE text-013.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(25) text-015.
PARAMETERS p_bkgpr AS CHECKBOX.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK b1.In we can add the text that we want to display i.e in text-015, SELECTION-SCREEN COMMENT 1(25) text-015.
hope this helps.
thanx,
dhanashri.
‎2008 Aug 25 7:17 AM
‎2008 Aug 25 7:19 AM
You can write additional text after the Checkbox. Use SELECTION-SCREEN begin of line.....SELECTION-SCREEN end of line.
‎2008 Aug 25 7:39 AM
Hi,
plz try this way :
SELECTION-SCREEN:BEGIN OF BLOCK b1 WITH FRAME TITLE text-013.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(25) text-015.
PARAMETERS p_bkgpr AS CHECKBOX.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK b1.In we can add the text that we want to display i.e in text-015, SELECTION-SCREEN COMMENT 1(25) text-015.
hope this helps.
thanx,
dhanashri.