‎2009 Nov 16 3:28 PM
Is there any routines that initialize a numeric field with the value space?
Edited by: francesco aiello on Nov 17, 2009 11:10 AM
‎2009 Nov 17 10:24 AM
Hi,
Try this function module,
SSM_REPLACE_CHAR_BY_SPACE
Regards,
Kalp..
‎2009 Nov 17 10:24 AM
Hi,
Try this function module,
SSM_REPLACE_CHAR_BY_SPACE
Regards,
Kalp..
‎2009 Nov 17 10:38 AM
‎2009 Nov 17 10:58 AM
‎2009 Nov 17 11:12 AM
Hello Francesco,
Initial value for a data of type NUMC is "0" for each position i.e., for NUMC2 it is "00" & for NUMC04 it will be "0000".
You cannot pass space as initial value. You have to change the data type or try some workaround.
BR,
Suhas
‎2009 Nov 17 11:50 AM
It is possible use a default value for NUMC that indicates the null value?
‎2009 Nov 17 1:13 PM
‎2009 Nov 17 1:16 PM
Hello,
If you are using NUMC the initial value will always be 00... (based on the lenght) as i have mentioned earlier.
AFAIK using NUMC you cannot have SPACE or NULL as initial value.
BR,
Suhas