2007 Jul 09 5:53 AM
customer p.o "from" "to " range where alpha numeric are inputted
2007 Jul 09 6:00 AM
Hi,
Whats the issue. Can u clarify it.
As if u are trying to input Alphanumerics in the selection screen field of ur Report program then u need not do much.
Just define a select-option for Po as follows :
Tables : EKKO.
Select-options : S_EBELN FOR EKKO-EBELN.
This will give u an input field on the screen where u can enter To and From range.
Regards,
Himanshu
2007 Jul 09 6:00 AM
Hi,
Whats the issue. Can u clarify it.
As if u are trying to input Alphanumerics in the selection screen field of ur Report program then u need not do much.
Just define a select-option for Po as follows :
Tables : EKKO.
Select-options : S_EBELN FOR EKKO-EBELN.
This will give u an input field on the screen where u can enter To and From range.
Regards,
Himanshu
2007 Jul 09 6:04 AM
Hi Ram,
Firstly u clear up ur question,i does not sounds good.
and if u want to give 'to' & 'from' condition then simply u will try select-option.
Reward if useful.
Thanks
Sanket.
2007 Jul 09 6:13 AM
here you have to use the <b> alpha to numeric conversion as input or ou</b>tput
select-options: s_eblen for ekko-eblen
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
input = s_eblen-low
IMPORTING
output = g_count1-low.
<b>OR</b>
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
EXPORTING
input = s_eblen-low
IMPORTING
output = g_count1-low.
reward points if it is usefull ...
Girish