SAP Table
TPRG Date display format
SAP table TPRG has 3 primary key fields being MANDT,SPRAS,PRGBZ.
If you are only analysing data from a single SAP instance you may omit field MANDT in your relationships as it will be the same across the entire dataset. On the other hand, if you are combining data from multiple SAP instances you need to take MANDT into account.
/ Fields
TPRG columns.
| Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| KeyMANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |||||||||||
| KeySPRAS | Language Key | LANG | 1 | 0 | T002 | SPRAS | |||||||||||
| KeyPRGBZ | External Date Type | CHAR | 1 | 0 | PRGBZ | ||||||||||||
| PRGRS | Date type (day, week, month, interval) | CHAR | 1 | 0 | PRGRS | ||||||||||||
|
|||||||||||||||||
| PRGTX | Description of date type | CHAR | 20 | 0 | PRGTX | ||||||||||||
| PRITX | Period description in printout | CHAR | 6 | 0 | PRITX | ||||||||||||
/ Relationships
TPRG foreign keys.
| Table | Field | Check Table | Description | Check Field |
|---|---|---|---|---|
| TPRG | SPRAS | T002 | Language Keys (Component BC-I18) | SPRAS |