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

How to add selection text

Former Member
0 Likes
5,825

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
Read only

Former Member
0 Likes
1,971

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

Read only

Former Member
0 Likes
1,971

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

Read only

Former Member
0 Likes
1,971

Hai DebKumar

go to Text Eliments--> Selection texts

Give Suitable Name save & Activate it

Thanks & regards

Sreeni

Read only

Former Member
0 Likes
1,971

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.

Read only

0 Likes
1,971

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

Rgds,

Deb.

Read only

Former Member
0 Likes
1,971

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

Read only

0 Likes
1,971

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

Read only

0 Likes
1,971

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