CALL FUNCTION 'UNIT_CONVERSION_SIMPLE'
        EXPORTING
          input                = wa_all-btgew
          round_sign           'X'
          unit_in              'G'
          unit_out             'KG'
        IMPORTING
          output               = wa_all-btgew
        EXCEPTIONS
          conversion_not_found 01
          division_by_zero     02
          input_invalid        03.

相关文章:

  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
相关资源
相似解决方案