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

change select-options lable

Former Member
0 Likes
1,545

Hi expert ,

SELECT-OPTIONS : PO_DATE FOR AUFK-ERDAT,

but i want to write po_date as PRODUCTION ORDER DATE , as i know d default value is 8 characters,i want to know the solution problem.plz help me.

1 ACCEPTED SOLUTION
Read only

former_member242255
Active Contributor
0 Likes
1,499

hi dinesh,

you can do this by using BEGIN OF LINE, COMMENT

where you can write your own comment(description) and then display the select option..

Regards,

Sravan

14 REPLIES 14
Read only

GauthamV
Active Contributor
0 Likes
1,499

Open SE38 , in Menu - Goto Text elements - selection texts.

Here you can chane your selection screen texts.

Read only

former_member242255
Active Contributor
0 Likes
1,500

hi dinesh,

you can do this by using BEGIN OF LINE, COMMENT

where you can write your own comment(description) and then display the select option..

Regards,

Sravan

Read only

Former Member
0 Likes
1,499

Hi,

GOTO -> TEXT ELEMENTS -> SELECTTION TEXTS -> GIVE THE REQUIRED HEADING.

Thanks,

Nithya

Read only

Former Member
0 Likes
1,499

Hi Dinesh,

In SE38 , in SE38, Menu bar Goto -> Text elements -> selection texts.

you can write your own description in the Text column next to the PO_DATE.

For the paramter naming it can be upto 8 characters but the description can be more than 8 characters.

hope this will help you.

Regards,

Phani.

Read only

Former Member
0 Likes
1,499

hi dinesh

check this thread

its definately solves ur problem

thanks

SAchin

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,499

Hi,

Goto SE38 --> open your report program --> click menu GOTO --> click Text Elements --> click Selection Texts

Here you can see al the parameters/selection option included on the selection screen. Change the output string as per your requirement. Now when you execute your program then you wil see the new text displayed on the output screen.

Hope this helps you.

Regards,

Tarun

Read only

Former Member
0 Likes
1,499

Hi Dinesh,

Write required text in the Goto -- > Text elemtns -- >Selection Text...

Regards!

Read only

Former Member
0 Likes
1,499

Hi,

Go to SE38, menu bar goto>text elements>selection texts, there you can give the text description.

Regards,

Jyothi CH.

Read only

Former Member
0 Likes
1,499

Hi

Good

If you want to add "PRODUCTION ORDER DATE" with your selection screen than you have to design a selection block and inside that block you have to declare a text element and the text for that text element you can assign in menu->go to->selection text

thanks

mrutyun^

Read only

Former Member
0 Likes
1,499

Hi,

maintain selection text for select options..

from ur program ,

GOTO -> TEXT ELEMENTS -> SELECTION TEXT

click the checkbox.

save & activate..

Regards,

Mdi.Deeba

Read only

Former Member
0 Likes
1,499
Read only

Former Member
0 Likes
1,499

Hi,

Do u want to display PRODUCTION ORDER DATE in output screen or u need to replace s_podat in report ?

Kindly explain .

Read only

Former Member
0 Likes
1,499

Hi,

Check the below code

CALL METHOD wd_this->g_handler->add_selection_field

EXPORTING

i_id = 'MATNR'

I_DESCRIPTION = 'material required' " here you pass the label name which you want to give

it_result = it_ran.

Hope this helps you.

Regards,

Anki Reddy

Read only

Former Member
0 Likes
1,499

hi