ABAP developers use CONVERSION_EXIT_CUNIT_OUTPUT function module to convert units of measurement into text definitions in target language. For example, use ABAP function module CONVERSION_EXIT_CUNIT_OUTPUT in a SAP Smart Form output code to convert sales unit into translated text definitions.
For example, in this ABAP tutorial you will see how you can get the definition text of ST unit in English as “piece(s)” which is “adet” in Turkish.
在ABAP中,这个函数是测量单位转换成定义语言的文本.