CDB_OBJ_INFO
CDB Object Information
CDB_OBJ_INFO is a CDS View that provides data about "CDB Object Information" in SAP S/4HANA. It reads from 7 data sources and exposes 19 fields with key field CDBOObjectName.
Data Sources (7)
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | CDB Object Information | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CDBOObjectName | cdb_objh | obj_name | Object Name |
| CDBOObjectText | cdb_objt | text | User Group | |
| CDBORefObjType | cdb_objh | exp_obj_type | Object Type | |
| CDBORefObjName | cdb_objh | exp_obj_name | Object Name | |
| CDBOStatus | cdb_objh | status | Workflow Status | |
| CDBOCreatedBy | cdb_objh | created_by | Version Created By | |
| CDBOCreatedOn | cdb_objh | created_on | Variant created on | |
| CDBOChangedBy | cdb_objh | changed_by | User Name | |
| CDBOChangedOn | cdb_objh | changed_on | Variant Changed on | |
| CDBOPackage | tadir | devclass | Package (Obsolete) | |
| CDBOSrcSystem | tadir | srcsystem | Source system | |
| CDBOApplComp | df14l | ps_posid | WBS Element | |
| CDBOApplCompName | df14t | name | Zone name | |
| CDBODeliveryUnit | tdevc | dlvunit | Softw. Comp. | |
| BusinessArea | cdb_objd | business_area | Business Area | |
| SubBusArea | cdb_objd | sub_bus_area | Sub-Business Area | |
| PsPosid | cdb_objd | ps_posid | WBS Element | |
| CdsViewType | cdb_objd | cds_view_type | CDS VDM View Type | |
| CdsViewStatus | cdb_objd | cds_view_status | CDS View Status |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view CDB_OBJ_INFO.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW CDB_OBJ_INFO AS
SELECT
cdb_objh.obj_name AS CDBOObjectName,
cdb_objt.text AS CDBOObjectText,
cdb_objh.exp_obj_type AS CDBORefObjType,
cdb_objh.exp_obj_name AS CDBORefObjName,
cdb_objh.status AS CDBOStatus,
cdb_objh.created_by AS CDBOCreatedBy,
cdb_objh.created_on AS CDBOCreatedOn,
cdb_objh.changed_by AS CDBOChangedBy,
cdb_objh.changed_on AS CDBOChangedOn,
tadir.devclass AS CDBOPackage,
tadir.srcsystem AS CDBOSrcSystem,
df14l.ps_posid AS CDBOApplComp,
df14t.name AS CDBOApplCompName,
tdevc.dlvunit AS CDBODeliveryUnit,
cdb_objd.business_area AS BusinessArea,
cdb_objd.sub_bus_area AS SubBusArea,
cdb_objd.ps_posid AS PsPosid,
cdb_objd.cds_view_type AS CdsViewType,
cdb_objd.cds_view_status AS CdsViewStatus
FROM cdb_objh
LEFT OUTER JOIN cdb_objt ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN cdb_objd ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN tadir ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN tdevc ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN df14l ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN df14t ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA