‎2007 Sep 13 6:34 AM
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 ?
‎2007 Sep 13 6:41 AM
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.
‎2007 Sep 13 6:41 AM
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
‎2007 Sep 13 6:44 AM
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
‎2007 Sep 13 6:48 AM
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.
‎2007 Sep 13 12:22 PM