Application Development 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: 

How to add selection text

Former Member
0 Kudos

Hi there,

can anyone tell me how to add selection text for a parameter type control (say PARA1) that would appear in the selection screen when i use

SELECTION-SCREEN COMMENT 1(20) FOR FIELD PARA1 statement?

%_para1%_app_%-text is not working the way i want it.

Rgds,

deb.

8 REPLIES 8

Former Member
0 Kudos

Hii

use this

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

SELECT-OPTIONS: S_MATNR FOR MARA-MATNR,

S_MTART FOR MARA-MTART.

SELECTION-SCREEN END OF BLOCK B1.</b>

AND IN THE menu GOTO-->TEXT ELEMNTS --> SELECTION TEXTS and change the text there..

Regards

Naresh

Former Member
0 Kudos

Hi

click on Goto->Text Elements->Selection Texts and give the name for the parameter there. Is that wat u want?

Thanks

Aswin

Message was edited by: Aswin Chandrasekaran

Former Member
0 Kudos

Hai DebKumar

go to Text Eliments--> Selection texts

Give Suitable Name save & Activate it

Thanks & regards

Sreeni

Former Member
0 Kudos

Hi,

To add the selection texts in the selection screens

In se38

Goto->Text Element->Selection Text,

mention name of parameter and its text there

Regards

Aashish Garg.

0 Kudos

I forgot to mention, i am trying this in a generated selection screen.

Rgds,

Deb.

former_member188685
Active Contributor
0 Kudos

SELECTION-SCREEN BEGIN OF LINE.

PARAMETERS: PR_WEEK RADIOBUTTON GROUP RAD1 DEFAULT 'X'.

SELECTION-SCREEN COMMENT 04(30) TEXT-002.

SELECTION-SCREEN END OF LINE.

that comment should be in begin of line and end of line.

you can adjust the position also.

regards

vijay

0 Kudos

I need to do the same for a generated selection screen.

0 Kudos

Hi,

what do you mean with:

"<i>I need to do the same for a generated selection screen.</i>"

Pls. post some more info or coding

Andreas