SAP table T169G (Tolerance Limits, Invoice Verification)

SAP table T169G has 3 primary key fields being MANDT,BUKRS,TOLSL.

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
BUKRS Company Code CHAR 4 0 T001 BUKRS
TOLSL Tolerance Key CHAR 2 0 T169E TOLSL
WERT1 Value CURR 13 2 WERT
XW1JA Limit is to be Checked CHAR 1 0 XGPJA
XW1NE Limit is not to be Checked CHAR 1 0 XGPNE
WERT2 Value CURR 13 2 WERT
XW2JA Limit is to be Checked CHAR 1 0 XGPJA
XW2NE Limit is not to be Checked CHAR 1 0 XGPNE
PROZ1 Percentage Tolerance Limit DEC 4 2 PROZ
XP1JA Limit is to be Checked CHAR 1 0 XGPJA
XP1NE Limit is not to be Checked CHAR 1 0 XGPNE
PROZ2 Percentage Tolerance Limit DEC 4 2 PROZ
XP2JA Limit is to be Checked CHAR 1 0 XGPJA
XP2NE Limit is not to be Checked CHAR 1 0 XGPNE
WAERS Currency Key CUKY 5 0 TCURC WAERS

T169G foreign key relationships

Table Field Check Table Check Field
0 T169G BUKRS T001 Company Codes BUKRS
1 T169G TOLSL T169E Tolerance Limit Keys TOLSL
0 T169G WAERS TCURC Currency Codes MANDT
0 T169G WAERS TCURC Currency Codes WAERS