2009 Mar 24 10:36 AM
Hi,
In my requirement i need to add leading zeros for Decimal values.
For Example.
If the value is = 0.00 then my Target value should be = 000000000000.00
Regards,
Anil.
2009 Mar 24 10:54 AM
2009 Mar 24 10:38 AM
Hi,
Refer:
CONVERSION_EXIT_ALPHA_INPUT -
It is used to add the 0(Zero) at the begining of the value. You dont require to add zero manually for any variable.
CONVERSION_EXIT_ALPHA_OUTPUT --- It is used to Remove 0(Zero) from the Begining of the value. You dont require to remove Zero manually for any variable. Just call this Function Module and it will automatically removes zero from the begining.
Regards,
Tarun
2009 Mar 24 10:42 AM
Hi Tarun,
This function module is giving the output with leading zeros, this will help only for the values which is not having the decimals.
But in my requirement my values is decimals.
Anil.
2009 Mar 24 10:52 AM
Hi Anil,
In that case u need to copy that decimal variable to char and use conv_exit_alpha_input and use the char variable further or copy it back to decimal and check..
regards,
Dinesh.
2009 Mar 24 10:40 AM
2009 Mar 24 10:41 AM
2009 Mar 24 10:43 AM
2009 Mar 24 10:54 AM
2009 Mar 24 10:57 AM
use this.
CONVERSION_EXIT_ALPHA_INPUT
CONVERSION_EXIT_ALPHA_OUTPUT