SAP table T8PSA_CONVERT (Convert Volumes of different UoM and BTU factors)

SAP table T8PSA_CONVERT has 3 primary key fields being MANDT,UOM_FROM,UOM_TO.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 * MANDT
UOM_FROM PSA Unit of Measure - Convert From UNIT 3 0 T006 PSA_UOM_FROM
UOM_TO PSA Unit of Measure - Convert To UNIT 3 0 T006 PSA_UOM_TO
VOL_FACTOR PSA Volume Convertion-Factor DEC 14 8 PSA_VOL_FACTOR

T8PSA_CONVERT foreign key relationships

Table Field Check Table Check Field
0 T8PSA_CONVERT UOM_FROM T006 Units of Measurement MANDT
1 T8PSA_CONVERT UOM_TO T006 Units of Measurement MANDT