OBJK
Plant Maintenance Object List
OBJK is an SAP database table in S/4HANA. Plant Maintenance Object List. It contains 18 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MaintenanceItemObject | view | from | BASIC | Maintenance Item Object List |
| I_MaintenanceObjectListItem | view | from | BASIC | Maintenance Object List Item |
| I_MaintenanceOrderObjectList | view | from | BASIC | CDS view to retrieve object list of a maintenance order |
| I_MaintOrdOpWithNotifAndEquip | view | inner | BASIC | Maintenance order operation level notification and equipment |
| P_PlantMaintObjectList | view | from | COMPOSITE |
Fields (18)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | obknr | objknr | Object list | |||
| KEY | obzae | objza | Object counters | |||
| equnr | equnr | Equipment | ||||
| ihnum | qmnum | Notification | ||||
| bautl | bautl | Assembly | ||||
| iloan | iloan | Loc/AccAssmt | ||||
| sortf | obsort | Sort field | ||||
| bearb | bearbzs | ProcessIndic. | ||||
| objvw | objvw | ObjListUsage | ||||
| sernr | gernr | Serial Number | ||||
| matnr | matnr | Material | ||||
| datum | datum | Date | ||||
| eqsnr | eqsnr | Number | ||||
| taser | taser | Header table | ||||
| uii | uii_char72 | UII | ||||
| eam_badi_flag | eam_badi_flag | Entry created by BAdI for Object List generation | ||||
| eam_obj_orig | eam_obj_orig | Origin |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Plant Maintenance Object List
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE OBJK (
MANDT, -- Client [mandt]
OBKNR, -- Object list [objknr]
OBZAE, -- Object counters [objza]
EQUNR, -- Equipment [equnr]
IHNUM, -- Notification [qmnum]
BAUTL, -- Assembly [bautl]
ILOAN, -- Loc/AccAssmt [iloan]
SORTF, -- Sort field [obsort]
BEARB, -- ProcessIndic. [bearbzs]
OBJVW, -- ObjListUsage [objvw]
SERNR, -- Serial Number [gernr]
MATNR, -- Material [matnr]
DATUM, -- Date [datum]
EQSNR, -- Number [eqsnr]
TASER, -- Header table [taser]
UII, -- UII [uii_char72]
EAM_BADI_FLAG, -- Entry created by BAdI for Object List generation [eam_badi_flag]
EAM_OBJ_ORIG, -- Origin [eam_obj_orig]
PRIMARY KEY (MANDT, OBKNR, OBZAE)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA