I_IHBAccountActivity

DDL: I_IHBACCOUNTACTIVITY Type: view_entity BASIC

IHB Account Activity

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (7)

NameValueLevelField
EndUserText.label IHB Account Activity view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey IHBAccountActivity view
VDM.viewType #BASIC view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY IHBAccountActivity

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_IHBAccountActivity.
-- 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_IHBAccountActivity AS
SELECT
  cast ( dd07l.domvalue_l as /pf1/dte_ihb_acct_dualctrl_act ) AS IHBAccountActivity
FROM dd07l
;