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

Parameter text

pradeepmathewch
Product and Topic Expert
Product and Topic Expert
0 Likes
2,013

Hi All,

I have the following parameter like this in my program:

parameters: p_dl(60) type c.

So, When I execute, I'm getting 'P_DL as the text for this parameter.

But I want a different text for the parameter. like 'Distribution'.

How can I achieve this?

Thanks in advance,

Pradeep

8 REPLIES 8
Read only

Former Member
0 Likes
1,768

Hi,

Once ur program is active, check with menu GOTO -> TEXT ELEMENTS -> SELECTION TEXTS. Give name for the selection screen elements there.

Reward points if helpful.

Regards,

Ramya

Read only

Former Member
0 Likes
1,768

go to SE32 transaction and give ur program name,go to change mode select SELECTION TEXT tab and give ur required text near p_dl.

reward if useful..

Regards

Sugumar G

Read only

Former Member
0 Likes
1,768

Hi Friend,

In your program screen follow this below navigation

in the top menu bar

Goto --> Text elements --> Selection Texts

Here u will get one screen specifying Text symbols , selection texts, list headings

in the selection texts tab your paramater name will be there so provide your text for that P_DL parameter and activate it.

then execute your program , U will get your text over there in the selection screen for that parameter.

Regards,

Suresh.S

Read only

Former Member
0 Likes
1,768

Hi,

if u want language independent do like this.


parameters: p_dl(60) type c.

AT SELECTION-SCREEN OUTPUT.

%_P_DL_%_APP_%-TEXT = 'Distribution'.

if u want language dependent use text eelements

rgds,

bharat.

Read only

Former Member
0 Likes
1,768

Hi Pradeep,

If u want to enter texts to the paramerters or select-options follow the steps.

See the menu bar >>>GOTO >> Selection Text >>

Give the text u want at the respective parameter then save and activate..

u will get wat u want.

Reward if Helpful

Jagadish.

Read only

Former Member
0 Likes
1,768

Hi,

Once the program is active , then

Goto --> Text elements --> Selection Texts - Give the name which u want as - Distribution, Save & Activate. Then u execute ur program and see the text which u entered in Selection texts.

reward if helpful.

Iyswarya

Read only

Former Member
0 Likes
1,768

Hi,

go to se38 transaction-> give your prg name->go to text elements->selection text->give the parameter name there.

You can find your description.

Regards,

Sindhu

Read only

Former Member
0 Likes
1,768

GOTO -> TEXT ELEMENTS -> SELECTION TEXTS