I_CAInvcgChrgAndDiscKeyVH

DDL: I_CAINVCGCHRGANDDISCKEYVH Type: view_entity BASIC Package: FKKINV_VDM_UTILS

Zu- und Abschlagsschlüssel

I_CAInvcgChrgAndDiscKeyVH is a Basic CDS View that provides data about "Zu- und Abschlagsschlüssel" in SAP S/4HANA. It reads from 1 data source (I_CAInvcgChrgAndDiscKey) and exposes 3 fields with key fields CAInvcgChargeAndDiscountKey, CAApplicationArea. It is exposed through 1 OData service (ASQL_F5474A). Part of development package FKKINV_VDM_UTILS.

Data Sources (1)

SourceAliasJoin Type
I_CAInvcgChrgAndDiscKey I_CAInvcgChrgAndDiscKey from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Zu- und Abschlagsschlüssel view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CAInvcgChargeAndDiscountKey view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
Search.searchable true view
Consumption.ranked true view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F5474A ASQL_F5474A C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CAInvcgChargeAndDiscountKey CAInvcgChargeAndDiscountKey Chrge/Disc. Key
KEY CAApplicationArea CAApplicationArea ApplicationArea
CAInvcgChrgAndDiscKeyText

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_CAInvcgChrgAndDiscKeyVH.
-- 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_CAInvcgChrgAndDiscKeyVH AS
SELECT
  CAInvcgChargeAndDiscountKey,
  CAApplicationArea,
  _CAInvcgChrgAndDiscKeyText[1:Language = $session.system_language].CAInvcgChrgAndDiscKeyText AS CAInvcgChrgAndDiscKeyText
FROM I_CAInvcgChrgAndDiscKey
;