SAP table DRAT (Texts for Document Info Records)
SAP table DRAT has 6 primary key fields being MANDT,DOKAR,DOKNR,DOKVR,DOKTL,LANGU.
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 | ||
DOKAR | Document Type | CHAR | 3 | 0 | DOKAR | ||
DOKNR | Document number | CHAR | 25 | 0 | DRAW | DOKNR | |
DOKVR | Document Version | CHAR | 2 | 0 | DOKVR | ||
DOKTL | Document Part | CHAR | 3 | 0 | DOKTL_D | ||
LANGU | Language | LANG | 1 | 0 | T002 | CVLANG | |
DKTXT | Document Description | CHAR | 40 | 0 | DKTXT | ||
LTXIN | Long Text Exists | CHAR | 1 | 0 | LTXIN | ||
DKTXT_UC | DMS: Short Texts in Capital Letters | CHAR | 40 | 0 | DKTXT_UC |
DRAT foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 DRAT | DOKNR | DRAW | Document Info Record | DOKNR |
0 DRAT | DOKNR | DRAW | Document Info Record | DOKVR |
0 DRAT | DOKNR | DRAW | Document Info Record | DOKTL |