The DFDOC table in SAP ERP or S/4HANA stores Links from R/3 Reference Model objects to mail folder data. There are total 5 fields in DFDOC table. The Links from R/3 Reference Model objects to mail folder table is available in all major of SAP S/4HANA versions and is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of DFDOC table. It is in Maintenance of Reference Structure and Processes (SDFM) ABAP package and is part of the Business Navigator (BC-CUS-TOL-NAV) module.
SAP DFDOC Table Fields
Following is the list of fields that are available in SAP DFDOC table. The primary key fields of Links from R/3 Reference Model objects to mail folder table in SAP are PARENT_TYP (Parent object type), PARENT_OBJ (Parent object ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PARENT_TYP | Parent object type | UFPARTYP | CHAR (1) | |
| PARENT_OBJ | Parent object ID | UFPAROBJ | CHAR (20) | |
| OBJTP | Code for document class | SO_OBJ_TP | TSOTD | CHAR (3) |
| OBJYR | Object: Year from ID | SO_OBJ_YR | CHAR (2) | |
| OBJNO | Object: Number from ID | SO_OBJ_NO | * | CHAR (12) |


