‎2007 Jul 05 7:56 AM
Hi,
I want to display purchase document(EBELN) as select-option field starting with value '0049'.How can i do this?
Regards,
Hema
‎2007 Jul 05 8:32 AM
Even this is also good in single line code
tables: ekko.
SELECT-OPTIONS S_EBELN FOR ekko-ebeln DEFAULT '0049' SIGN I.reward points if it is usefull ....
Girish
‎2007 Jul 05 7:59 AM
tables: ekko.
select-options: s_ebeln for ekko-ebeln default '0049'.
‎2007 Jul 05 8:02 AM
hi,
By using MEMORY ID pid u can do this.
Read it..
... DEFAULT g TO h Effect
Proposes the range from g to h when the report is called.
... MEMORY ID pid Effect
On the selection screen, the SET/GET ID pid is assigned to the left range limit of the selection criterion. Note
You must specify the memory ID without quotation marks. It can be up to 3 characters long.
Reward if useful.
Regards,
Swati Garg
‎2007 Jul 05 8:02 AM
tables : vfkp.
select-options : s_ebeln for vfkp-ebeln.
initialization.
s_ebeln-sign = 'I'.
s_ebeln-option = 'BT'.
s_ebeln-low = '0049'.
append s_ebeln.Message was edited by:
Chandrasekhar Jagarlamudi
‎2007 Jul 05 8:03 AM
Hi,
SELECT-OPTIONS S_EBELN FOR mseg-ebeln DEFAULT '0049'
OPTION GE SIGN I.
Hope this helps.
Reward if helpful.
Regards,
Sipra
‎2007 Jul 05 8:04 AM
Hi..,
tables ekpo.
select-options s_ebeln for ekpo-ebeln default '0049'.
*******************************************************
tables ekpo.
select-options s_ebeln for ekpo-ebeln default '0049' to '0059'.
<b>
Please do rememeber to close your threads when ur problem is solved !!
reward all helpful answers !!</b>
regards,
sai ramesh
‎2007 Jul 05 8:10 AM
TABLES: EKKO.
SELECT-OPTIONS: S_EBELN FOR EKKO-EBELN VALUE '0049'.
REGARDS
PRADEEP
‎2007 Jul 05 8:11 AM
hi,
try this,
tables ekpo.
select-options s_ebeln for ekpo-ebeln.
initilaization.
s_ebeln-low = '0049'.
append s_ebeln.
it works.
reward points if useful,
regards,
seshu.
‎2007 Jul 05 8:27 AM
report zaseqa .
tables: ekko.
select-options: s_ebeln for ekko-ebeln . " default '0049'.
initialization.
s_ebeln-sign = 'I'.
s_ebeln-option = 'EQ'.
s_ebeln-low = '0049'.
APPEND s_ebeln TO s_ebeln .reward points if it is usefull...
Girish
‎2007 Jul 05 8:32 AM
Even this is also good in single line code
tables: ekko.
SELECT-OPTIONS S_EBELN FOR ekko-ebeln DEFAULT '0049' SIGN I.reward points if it is usefull ....
Girish