The function is used to remove the leading zero for the input text.

Function Module: CONVERSION_EXIT_ALPHA_OUTPUT

Sample:
 
     CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
     EXPORTING
       input  = gv_number
     IMPORTING
       output = gv_number .


input: 000012345678
output: 12345678


Serkan AKKAVAK
Computer Engineer
serkurumsal@yandex.com