I_Cust360BusinessObjectType

DDL: I_CUST360BUSINESSOBJECTTYPE Type: view_entity BASIC

Customer360 Supported Bus Object Type

I_Cust360BusinessObjectType is a Basic CDS View that provides data about "Customer360 Supported Bus Object Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field Cust360BusDocCategory.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Customer360 Supported Bus Object Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY Cust360BusDocCategory

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 I_Cust360BusinessObjectType.
-- 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 I_Cust360BusinessObjectType AS
SELECT
  cast(substring(dd07l.domvalue_l, 1, 4) as cust360_bus_doc_category preserving type) AS Cust360BusDocCategory
FROM dd07l
;