外部系统传入SAP的单位用的中文,需要切换为SAP内部格式的单位

单位转换 CONVERSION_EXIT_CUNIT_INPUT

 

 调用函数:CONVERSION_EXIT_CUNIT_INPUT

1 CALL FUNCTION 'CONVERSION_EXIT_CUNIT_INPUT'
2   EXPORTING
3     input          = ls_data-meins
4     language       = '1'
5   IMPORTING
6     output         = ls_data-meins
7   EXCEPTIONS
8     unit_not_found = 1
9     OTHERS         = 2.

单位转换 CONVERSION_EXIT_CUNIT_INPUT

 

相关文章:

  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2021-05-05
  • 2021-08-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2021-05-31
  • 2021-05-23
  • 2021-12-10
相关资源
相似解决方案