라벨이 단위환산인 게시물 표시

단위 환산

call function 'UNIT_CONVERSION_SIMPLE'     exporting       input                = p_old_value       no_type_check        = 'X'       round_sign           = ' '  " 설정하면 라운드됨.       unit_in              = p_old_unit       unit_out             = p_new_unit     importing       add_const            = l_add_const       decimals             = l_decimals       denominator          = l_denominator       numerator            = l_numerator       output               = p_new_value     exc...