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

label for PARAMETERS

Former Member
0 Likes
689

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
666

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

5 REPLIES 5
Read only

former_member150733
Contributor
0 Likes
666

In the report menu Go To -> Text Elements -> Selection Text.

Give a description for DOKLAD. Save & activate.

Come back & run the program.

Read only

Former Member
0 Likes
667

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

Read only

0 Likes
666

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.

Read only

0 Likes
666

hi,

Activate ur code...

try checking GOTO->TEXT ELEMENTS-> SELECTION TEXTS.

regards,

priya.

Read only

0 Likes
666

Make sure you are in the 'change mode' in the text elements screen by cllicking on the menu button

'Display <-> Change'.

Regards,

Anish Thomas