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 Text

0 Likes
682

how can i change the selection text dynamically of a parameter or select option.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
662

you can try something like this

REPORT ychatest.

SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN : COMMENT 1(15) text-001 FOR FIELD p_matnr.
PARAMETERS : p_matnr LIKE mara-matnr.
SELECTION-SCREEN END OF LINE.

5 REPLIES 5
Read only

Former Member
0 Likes
662

hi,

Goto->Text Elements->Selection Texts.

U can whatever text u r willing to give for the parameter or select-options.

Read only

Former Member
0 Likes
663

you can try something like this

REPORT ychatest.

SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN : COMMENT 1(15) text-001 FOR FIELD p_matnr.
PARAMETERS : p_matnr LIKE mara-matnr.
SELECTION-SCREEN END OF LINE.

Read only

Former Member
0 Likes
662

Hi,

Open the program in SE38.

In the se38 menu bar u will have GO TO --> Textelements -> selection texts...here u can modify the name

<b>Reward points</b>

Regards

Read only

0 Likes
662

Hi

There are two types to change selection text one is through coding part and another is manually

This is how to change from coding

SELECTION-SCREEN : pavan(15) text-001 FOR FIELD p_name.

or

Open the program in SE38.

In the se38 menu bar u will have

Goto --> Textelements -> selection texts..Now u can change ur name of selection text

Reward all helpfull answers

Regards

Pavan

Read only

Former Member
0 Likes
662

HI

GOTO -> TEXT ELEMENTS ->

WHAT EVER YOU WANT YOU CAN DO CHANGES HERE