增加物料号的前导零

  DEFINE  zm_convert_alpha_input2.
    call function 'CONVERSION_EXIT_MATN1_INPUT'
      exporting
        input        &1
      importing
        output       &1
      exceptions
        length_error 1
        others       2.
    if sy-subrc <> 0.
* Implement suitable error handling here
    endif.

posted @ 2013-05-07 13:53  学习笔记NO.1  阅读(501)  评论(0编辑  收藏  举报