‎2007 Apr 09 7:31 AM
Hi,
There is a function module which returns the actual contentof the field, example if in table SKA1 field SAKNR is of type char(10), the gl acc is stored like 0012345678, but in my report if i pass only 12345678 in my where clause, sy-subrc is 4, I remember a function module to which if i pass 12345678 it returns 0012345678.
Help is appriciated.
Regards
Arun
‎2007 Apr 09 7:33 AM
Hi,
Its CONVERSION_EXIT_ALPHA_INPUT and CONVERSION_EXIT_ALPHA_OUTPUT.
Reward if useful
‎2007 Apr 09 7:34 AM
Hi,
<b>CONVERSION_EXIT_ALPHA_INPUT</b>
Message was edited by:
ananth
‎2007 Apr 09 7:34 AM
‎2007 Apr 09 7:34 AM
Hi,
Conversion Exits are there for field SAKNR.
Use FM CONVERSION_EXIT_ALPHA_INPUT and OUTPUT.
Regards,
Himanshu
‎2007 Apr 09 7:35 AM
Hi,
CONVERSION_EXIT_ALPHA_INPUT
use:
CONVERSION_EXIT_ALPHA_OUTPUT
reward if useful
regards,
Anji
‎2007 Apr 09 7:35 AM
Hi..,
CONVERSION_EXIT_ALPHA_INPUT
When u give '123' as input ..
u will get the output as '000000000000123'..
regards,
sai ramesh