I_CAInterestDueCategoryVH

DDL: I_CAINTERESTDUECATEGORYVH Type: view_entity COMPOSITE Package: ODATA_O2C_FICA_INSTPLAN_MAN

Interest Document Due Date

I_CAInterestDueCategoryVH is a Composite CDS View that provides data about "Interest Document Due Date" in SAP S/4HANA. It reads from 1 data source (I_CAInterestDueCategory) and exposes 2 fields with key field CAInterestDueCategory. It is exposed through 1 OData service (ASQL_F5720). Part of development package ODATA_O2C_FICA_INSTPLAN_MAN.

Data Sources (1)

SourceAliasJoin Type
I_CAInterestDueCategory I_CAInterestDueCategory from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Interest Document Due Date view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F5720 ASQL_F5720 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CAInterestDueCategory CAInterestDueCategory
CAInterestDueCategoryText

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_CAInterestDueCategoryVH.
-- 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_CAInterestDueCategoryVH AS
SELECT
  CAInterestDueCategory,
  _Text[1:Language =$session.system_language].CAInterestDueCategoryText AS CAInterestDueCategoryText
FROM I_CAInterestDueCategory
;