SAP APOC_D_OR_ITEM Output Request Item Table
Overview
APOC_D_OR_ITEM is a standard SAP S/4HANA table that stores Output Request Item data. There are total 41 fields in the APOC_D_OR_ITEM table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table APOC_D_OR_ITEM belongs to s-Innovations Output Management (CA-GTF-OC) module and is located in the package Application Output Control - BOPF Objects (APOC_OUTPUT_CONTROL_BO).
In addition, following links provide an overview of foreign key relationships, if any, that link APOC_D_OR_ITEM to other SAP tables and standard CDS views available based on APOC_D_OR_ITEM table in S/4HANA 2020.
Techincal Settings of APOC_D_OR_ITEM
Below are technical details of the table APOC_D_OR_ITEM
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of APOC_D_OR_ITEM Fields
The following table gives you an overview of the fields available in APOC_D_OR_ITEM
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT | 3 | |
| DB_KEY | NodeID | /BOBF/CONF_KEY | RAW | 16 | |
| PARENT_KEY | NodeID | /BOBF/CONF_KEY | APOC_D_OR_ROOT | 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 | |
| STATUS | Output Request Output Status | APOC_OR_OUTPUT_STATUS | CHAR | 1 | |
| OUTPUT_TYPE | Output Type | APOC_OUTPUT_TYPE | APOC_I_OUTP_TYPE | CHAR | 30 |
| RECEIVER_ID | Recipient ID | APOC_RECEIVER_ID | * | CHAR | 10 |
| RECEIVER_ROLE | Role Code | APOC_ROLE_CODE | CHAR | 2 | |
| CHANNEL | Output Channel | APOC_CHANNEL | SFORM_S_CHANNEL | CHAR | 5 |
| FORM_TEMPLATE_NAME | Form Template | APOC_FORM_TEMPLATE_ID | CHAR | 30 | |
| FORM_TEMPLATE_TYPE | Form Template Type | APOC_FORM_TYPE | CHAR | 1 | |
| FORM_TEMPLATE_LANGUAGE_CODE | Form Template Language | APOC_FORM_TEMPLATE_LANGUAGE | LANG | 1 | |
| FORM_TEMPLATE_COUNTRY_CODE | Form Template Country | APOC_FORM_TEMPLATE_COUNTRY | T005 | CHAR | 3 |
| SENDER_ORGANIZATION_ID | Output Management: Organization ID | SFM_V_ORG_ID | CHAR | 40 | |
| SENDER_ORGANIZATION_TYPE | Output Management: Organization Type | SFM_V_ORG_TYPE | * | CHAR | 10 |
| SENDER_ORG_UNIT_ID | Output Management: Organizational Unit ID | SFM_V_ORG_UNIT_ID | CHAR | 40 | |
| SENDER_ORG_UNIT_TYPE | Output Management: Organizational Unit Type | SFM_V_ORG_UNIT_TYPE | * | CHAR | 10 |
| SENDER_COUNTRY_CODE | Output Management: Sender Country | SFM_V_SENDER_COUNTRY | T005 | CHAR | 3 |
| SENDER_EMAIL_URI | Email Address | APOC_EMAIL_ADDRESS | CHAR | 241 | |
| LOG_HANDLE | Application Log Handle | APOC_LOG_HANDLE | CHAR | 22 | |
| ITEM_ORIGIN | Origin | APOC_OR_ORIGIN | CHAR | 1 | |
| CHANGE_INDICATOR | Change Indicator | APOC_CHANGE_INDICATOR | CHAR | 1 | |
| DISPATCH_TIME | Dispatch Time | APOC_OR_DISPATCH_TIME | CHAR | 1 | |
| REFERENCE_ITEM | NodeID | /BOBF/CONF_KEY | RAW | 16 | |
| EMAIL_TEMPLATE_ID | Email Template | APOC_EMAIL_TEMPLATE | CHAR | 30 | |
| EMAIL_SUBJECT | Email Subject | APOC_EMAIL_SUBJECT | CHAR | 255 | |
| EMAIL_BODY | Email Body Text | APOC_EMAIL_BODY | STRG | ||
| PRINT_QUEUE_NAME | Print Queue | APOC_PRINT_QUEUE | CHAR | 32 | |
| PRINT_QUEUE_ITEM_ID | Print Queue Item ID | APOC_PRINT_QUEUE_ID | CHAR | 32 | |
| PRINT_NUMBER_OF_COPIES | Number of Copies | APOC_NUMBER_OF_COPIES | INT2 | 5 | |
| PRINTING_METHOD | Obsolete field - see documentation | APOC_PRINTING_METHOD | CHAR | 2 | |
| MESSAGE_ID | Message ID | APOC_MESSAGE_ID | CHAR | 60 | |
| OUTBOUND_SERVICE_ID | Outbound Service ID | APOC_OUTBOUND_SERVICE_ID | CHAR | 40 | |
| CREA_DATE_TIME | Creation Date/Time | APOC_CREATED_AT | DEC | 21 | |
| CREA_IDENT_UUID | Created by User | APOC_CREATED_BY | CHAR | 12 | |
| LCHG_DATE_TIME | Last Change Date/Time | APOC_LCHANGED_AT | DEC | 21 | |
| LCHG_IDENT_UUID | Last Changed by User | APOC_LCHANGED_BY | CHAR | 12 | |
| KPRO_CLASS | Document class | SDOK_CLASS | * | CHAR | 10 |
| KPRO_OBJID | ID for documents and relations | SDOK_DOCID | CHAR | 32 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for APOC_D_OR_ITEM
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| APOC_D_OR_ITEM | APPL_OBJECT_TYPE | 1: CN | APOC_I_OBJ_TYPE |
| APOC_D_OR_ITEM | CHANNEL | 1: 1 | SFORM_S_CHANNEL |
| APOC_D_OR_ITEM | FORM_TEMPLATE_COUNTRY_CODE | 1: CN | T005 |
| APOC_D_OR_ITEM | OUTPUT_TYPE | 1: CN | APOC_I_OUTP_TYPE |
| APOC_D_OR_ITEM | PARENT_KEY | 1: CN | APOC_D_OR_ROOT |
| APOC_D_OR_ITEM | SENDER_COUNTRY_CODE | 1: CN | T005 |