The APOC_D_OR_ITEM_A table in SAP ERP or S/4HANA stores Output Request Item Attachment data. There are total 11 fields in APOC_D_OR_ITEM_A table. The Output Request Item Attachment table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of APOC_D_OR_ITEM_A table. It is in Application Output Control – BOPF Objects (APOC_OUTPUT_CONTROL_BO) ABAP package and is part of the s-Innovations Output Management (CA-GTF-OC) module.
SAP APOC_D_OR_ITEM_A Table Fields
Following is the list of fields that are available in SAP APOC_D_OR_ITEM_A table. The primary key fields of the table are MANDT (Client), DB_KEY (NodeID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| DB_KEY | NodeID | /BOBF/CONF_KEY | RAW (16) | |
| ROOT_KEY | NodeID | /BOBF/CONF_KEY | RAW (16) | |
| PARENT_KEY | NodeID | /BOBF/CONF_KEY | RAW (16) | |
| APPL_OBJECT_TYPE | Application Object Type (Business Object) | APOC_APPL_OBJECT_TYPE | APOC_I_OBJ_TYPE | CHAR (30) |
| APPL_OBJECT_ID | Application Object ID | APOC_APPL_OBJECT_ID | CHAR (255) | |
| ITEM_ID | Output Request Item ID | APOC_OR_ITEM_ID | NUMC (6) | |
| SDOK_FILE_ID | Physical document | SDOK_PHID | CHAR (32) | |
| SDOK_APPL_ID | Logical document | SDOK_LOID | CHAR (32) | |
| MERGE_INDICATOR | Merge Indicator | APOC_MERGE_INDICATOR | CHAR (1) | |
| ORDER_RANK | Order rank | APOC_ORDER_RANK | INT2 (5) |


