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

problem while defining selectin texts

Former Member
0 Likes
1,038

hi all,

i not able to add a selection texts(under abap text elements) for an abap program that i am trying to create.

the fields for entry are disabled. how do i activate them ?

5 REPLIES 5
Read only

Former Member
0 Likes
820

In your ABAP program, when in edit mode do the following:

GOTO > Text Elements > Selection texts > Enter the text you want to be displayed on screen and ACTIVATE the text element.

Let me know if this solves your problem.

Read only

Former Member
0 Likes
820

Hello,

The 2 options used are

First of all the program should be created and saved

1) Se38 -> enter program name -> click on "Text elements" radio button -> change ->enter text elements and description -> save -> click on save -> click on activate button

2) Se38 -> enter program name -> change -> on the menu bar click on "GO TO" -> text elements -> selection texts -> enter text elements and description -> save -> click on save -> click on activate button

Pls revert if you are not able to change with methods 1 and 2 mentioned with the message being displayed on trying to change

Regards

Byju

Read only

Former Member
0 Likes
820

hi,

first define the parameter statement u want to have on the selection screen and then u follow the method by go to GOTO---> TEXT ELEMENTS ---> SELECTION TEXT

SURELY U LL GET

Read only

Former Member
0 Likes
820

Hi,

u cannot enter new names.

only we can give the texts for the names in text elements.

what ever the parameters,select-options in ur program once activate the program u will get all the names in the selection-texts.

rgds,

bharat.

Read only

0 Likes
820

thnx bharat..

my problem is nw resolved.