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

select-option statement problem

Former Member
0 Likes
836

i am using select - option statement in dis way : -

SELECT-OPTIONS : PO_DATE FOR AUFK-ERDAT,

PO_TYPE FOR AUFK-AUART,

PO_CO_M FOR RESB-MATNR.

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 its urgent.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
807

Hi Yakul,

<b>GoTo</b> >> <b>Text Element</b> >> <b>Selection Text</b> >> Their you

can give PRODUCTION ORDER DATE and then activate it.

<b>Regards,

jackie.</b>

7 REPLIES 7
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
807

HI,

You can provide Labels for PARAMETERS and SELECT-OPTIONS using Text elements->Selection Texts.

For that

Open the program in Se38.

Use the menu option Goto->Text Elements->Selection Texts.

There for PO_DATE give the text as 'Production Order Date'.

Regards,

Sesh

Read only

gopi_narendra
Active Contributor
0 Likes
807

In SE38 give the program name and follow the path in change mode

Goto--> Text Elements --> Selection Texts

and give in the name for the select options as you want

Regards

Gopi

Read only

Former Member
0 Likes
807

Hi...u can give the description in text elements

Select-options: po_date lFOR AUFK-ERDAT.

Then activate the program

then GOTO-> text elements->Selection-texts...give the descriptions.

Reward if helpfull.

Read only

Former Member
0 Likes
807

HI,

do like this.

SELECT-OPTIONS : PO_DATE FOR AUFK-ERDAT,

PO_TYPE FOR AUFK-AUART,

PO_CO_M FOR RESB-MATNR.

at selection-screen output.

%_PO_DATE_%_APP_%-TEXT = 'PRODUCTION ORDER DATE'.

<b>reward if helpful</b>

rgds,

bharat.

Read only

Former Member
0 Likes
807

GOTO-> TEXT ELEMENTS -> SELECTION TEXTS.

In that give the name as PRODUCTION ORDER DATE beside PO_DATE, activate it.

In the selection screen you'll get the desired result.

Regards,

Pavan

Read only

Former Member
0 Likes
808

Hi Yakul,

<b>GoTo</b> >> <b>Text Element</b> >> <b>Selection Text</b> >> Their you

can give PRODUCTION ORDER DATE and then activate it.

<b>Regards,

jackie.</b>

Read only

Former Member
0 Likes
807

THANKS TO ALL OF U FOR HELPING ME....