SAP Table DRAO
Originals for documents
DRAO (Originals for documents) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link DRAO to other SAP tables.
DRAO table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||||
---|---|---|---|---|---|---|---|---|---|---|
MANDT | Client | MANDT | T000 | CLNT | 3 | 0 | ||||
DOKAR | Document Type | DOKAR | TDWA | CHAR | 3 | 0 | ||||
DOKNR | Document number | DOKNR | DRAW | CHAR | 25 | 0 | ||||
DOKVR | Document Version | DOKVR | CHAR | 2 | 0 | |||||
DOKTL | Document Part | DOKTL_D | CHAR | 3 | 0 | |||||
APPNR | Application number 1 or 2 | APPNR | CHAR | 1 | 0 |
Possible values
|
||||
ZAEHL | Counter key | OBZAE | NUMC | 4 | 0 | |||||
ORLN | File length of original | ORLN | NUMC | 12 | 0 | |||||
ORBKL | Block length for original | ORBKL | INT2 | 5 | 0 | |||||
ORBLK | Data block for original data | ORBLK | LRAW | 2550 | 0 |
DRAO foreign key relationships
Table | Field | Foreign key table | Foreign key field | Check table | Check field | |
---|---|---|---|---|---|---|
DRAO | DOKAR | DRAO | DOKAR | TDWA | Document Types | DOKAR |
DRAO | DOKAR | DRAO | MANDT | TDWA | Document Types | MANDT |
DRAO | DOKNR | DRAO | DOKNR | DRAW | Document Info Record | DOKNR |
DRAO | DOKNR | DRAO | DOKVR | DRAW | Document Info Record | DOKVR |
DRAO | DOKNR | DRAO | DOKTL | DRAW | Document Info Record | DOKTL |
DRAO | DOKNR | DRAO | MANDT | DRAW | Document Info Record | MANDT |
DRAO | DOKNR | DRAO | DOKAR | DRAW | Document Info Record | DOKAR |
DRAO | MANDT | DRAO | MANDT | T000 | Clients | MANDT |