Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9146

Re: CONVERSION_EXIT_ALPHA_INPUT not resulting the output with leading zeros

$
0
0

Hi,

 

If it is char, it will work.

 

   data lv_charg type mchb-charg.
lv_charg = '1234'.
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
  EXPORTING
    INPUT         = lv_charg
IMPORTING
   OUTPUT        = lv_charg
          .
write lv_charg.

If not, check what is happening in debugging and find what is getting passed as input and what is coming as output.


Viewing all articles
Browse latest Browse all 9146

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>