Number to String Conversion adds 2 zeros at last in JDE EnterpriseOne 9.1
Dear All,
I am trying to insert the Numeric value into a String type field in table. For that I used BSFN: B0800880 - ConvertNumbersAndDatesToString.
This BSFN uses the System Code & Index as Input parameter & returns the String value. But the issue is this BSFN returns string suffixed with 2 additional zeros.
For Ex:
If the Numeric value is 1 passed into business function, it will return 100 as a string value.
If the Numeric value is 100 passed into business function, it will return 10000 as a string value.
Is there any alternate way to pass number same as string i.e. if I numeric value 1 passed in business function 1 will be returned in string datatype?