‎2007 Jun 26 11:38 AM
Hello everybody.
I have a code
PARAMETERS doklad TYPE zneplatit_detail-vydejka2.that shows text-field preceded by text "DOKLAD". But what if I don't want to change variable's name (doklad) but I want to change the label (DOKLAD)?
Greetings. P.
‎2007 Jun 26 11:47 AM
HI,
GOTO> TEXT elements> selection text..
You will find your parameter there.. Just write what you want to display on the selection ecrren for your parameter..
regards,
nazeer
‎2007 Jun 26 11:46 AM
In the report menu Go To -> Text Elements -> Selection Text.
Give a description for DOKLAD. Save & activate.
Come back & run the program.
‎2007 Jun 26 11:47 AM
HI,
GOTO> TEXT elements> selection text..
You will find your parameter there.. Just write what you want to display on the selection ecrren for your parameter..
regards,
nazeer
‎2007 Jun 26 12:00 PM
I'm trying to do that but when I enter selection text the table is empty and gray and I can't modify it. Below is my code:
REPORT ZWOP_TEST3 .
TABLES:
zneplatit_detail
.
SELECTION-SCREEN BEGIN OF BLOCK first.
PARAMETERS doklad TYPE zneplatit_detail-vydejka2.
SELECTION-SCREEN END OF BLOCK first.
‎2007 Jun 26 12:04 PM
hi,
Activate ur code...
try checking GOTO->TEXT ELEMENTS-> SELECTION TEXTS.
regards,
priya.
‎2007 Jun 26 12:04 PM
Make sure you are in the 'change mode' in the text elements screen by cllicking on the menu button
'Display <-> Change'.
Regards,
Anish Thomas