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

radio button text

Former Member
0 Likes
656

Hi,

I put radiobutton into selection screen like this:

PARAMETERS: all AS CHECKBOX

and alwys as a text is displayed 'all'

How to change this text dispalyed next to the radio ??

Regards,

Greg

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
623

You can go to Text element to maintain the selectoin screen text.

Go to > Text element > Screen Texts.. maintain your text against ALL.

Regrads,

Naimesh Patel

5 REPLIES 5
Read only

Former Member
0 Likes
623

HI,

selection-screen : begin of block B1 with frame title TEXT-001.

selection-screen : begin of line.

selection-screen : comment 1(23) TEXT-001.

parameter : P_01 radiobutton group R1.

selection-screen : comment 30(8) TEXT-001.

parameter : P_02 radiobutton group R1.

selection-screen : comment 42(10) TEXT-001.

parameter : P_C01 type rlgrap-filename obligatory.

selection-screen : end of line.

selection-screen : end of block B1.

<b>Reward points if this helps.

Manish</b>

Read only

Former Member
0 Likes
623

hI

********SELECTION SCREEN DESIGN ***********

SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.

PARAMETER : P_WERKS LIKE MARC-WERKS MODIF ID S1.

SELECT-OPTIONS : S_EBELN FOR EKKO-EBELN NO INTERVALS MODIF ID S2.

SELECTION-SCREEN END OF BLOCK B1.

SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-004.

SELECTION-SCREEN BEGIN OF LINE.

<b>PARAMETERS : R1 RADIOBUTTON GROUP G1 DEFAULT 'X'.

SELECTION-SCREEN COMMENT 5(20) TEXT-002 FOR FIELD R1.</b>

SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN BEGIN OF LINE.

<b>PARAMETERS : R2 RADIOBUTTON GROUP G1.

SELECTION-SCREEN COMMENT 5(20) TEXT-003 FOR FIELD R2.</b>

SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN END OF BLOCK B2.

******END OF SELECTION SCREEN DESIGN****************

LIKE THIS

DOUBLE CLCIK ON TEXT AND PUT SOME TEXT THERE

REWARD IF USEFULL

Read only

Former Member
0 Likes
623

SE 38, Goto menu , text elements, selection texts

Read only

naimesh_patel
Active Contributor
0 Likes
624

You can go to Text element to maintain the selectoin screen text.

Go to > Text element > Screen Texts.. maintain your text against ALL.

Regrads,

Naimesh Patel

Read only

0 Likes
623

Thanks Mainesh

Regards,

Greg