Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Selection screen text

Former Member
0 Likes
508

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

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.

3 REPLIES 3
Read only

Former Member
0 Likes
486

hi,

it is not possible

Regaurds,

sree...

Read only

Former Member
0 Likes
486

You can write additional text after the Checkbox. Use SELECTION-SCREEN begin of line.....SELECTION-SCREEN end of line.

Read only

Former Member
0 Likes
487

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.