call function 'CONVERSION_EXIT_ALPHA_OUTPUT'  "去掉前导零
    exporting
      input  = t_mseg-matnr
    importing
      output = t_mseg-matnr.

 

 

 
    call function 'CONVERSION_EXIT_ALPHA_inPUT'  "增加前导零
    exporting
      input  = t_mseg-matnr
    importing
      output = t_mseg-matnr.

posted on 2009-07-21 16:50  学无止境 达者为先  阅读(456)  评论(0编辑  收藏  举报