SAP table T5UGC (Service Charge)
SAP table T5UGC has 5 primary key fields being MANDT,CNTRY,STATE,GCATE,SCRUL.
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 | T000 | MANDT | |
CNTRY | Country | CHAR | 3 | 0 | T005 | PB10_LAND1 | |
STATE | State | CHAR | 3 | 0 | T005S | PB10_REGIO | |
GCATE | Garnishment document category | CHAR | 1 | 0 | T5UG1 | PB10_GCATE | |
SCRUL | Service charge rule | CHAR | 1 | 0 | PB10_SCRUL | ||
STEXT | Description of service charge | CHAR | 40 | 0 | PB10_STEXT |
T5UGC foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 T5UGC | CNTRY | T005 | Countries | MANDT |
0 T5UGC | CNTRY | T005 | Countries | LAND1 |
1 T5UGC | GCATE | T5UG1 | HR: Garnishment Document Category | GCATE |
0 T5UGC | STATE | T005S | Taxes: Region (Province) Key | LAND1 |