‎2007 Aug 07 6:57 AM
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.
‎2007 Aug 07 7:04 AM
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>
‎2007 Aug 07 6:59 AM
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
‎2007 Aug 07 6:59 AM
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
‎2007 Aug 07 7:00 AM
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.
‎2007 Aug 07 7:03 AM
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.
‎2007 Aug 07 7:03 AM
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
‎2007 Aug 07 7:04 AM
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>
‎2007 Aug 07 7:24 AM