I_IHBMasterDataObjectActivity

DDL: I_IHBMASTERDATAOBJECTACTIVITY Type: view_entity BASIC

IHB MD Object Activity

I_IHBMasterDataObjectActivity is a Basic CDS View that provides data about "IHB MD Object Activity" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field IHBObjectApprovalActivity.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (8)

NameValueLevelField
EndUserText.label IHB MD Object Activity view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey IHBObjectApprovalActivity view
Analytics.technicalName IIHBMDObjActvt view
VDM.viewType #BASIC view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY IHBObjectApprovalActivity

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_IHBMasterDataObjectActivity.
-- 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_IHBMasterDataObjectActivity AS
SELECT
  cast ( dd07l.domvalue_l as /pf1/dte_ihbobj_dualctrl_act ) AS IHBObjectApprovalActivity
FROM dd07l
;