SAP Managed Tags: ABAP Development Hi I have the following code in which I try to make a unit conversion. In my example it is from KG to LBS but I get sy-subrc=1, which is CONVERSION_NOT_FOUND I think. This is in my development system. Does anyone know how I get the unit conv...
SAP Managed Tags: ABAP Development I am trying to use UNIT_CONVERSION_SIMPLE to convert units. The units I have tested all belong to the VOLUME Dimension. I have tried the following: Input = 100.00 No_type_check = 'X' round_Sign = ' ' unit_in = '4G' unit_out = 'CCM' When I...