Hi srikanth,
Is there other char besides 0~9 in string GS_FINAL-CHARG?
In my experience,only ths string of puer digital can be output with leading zeros .
For example:
DATA CHAR(10) VALUE '8A9D'.
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
INPUT = CHAR
IMPORTING
OUTPUT = CHAR.
You will get 'CHAR = '8A9D''.
Regasds.