C_IntOrdSettlmtRuleFxdAstVH

DDL: C_INTORDSETTLMTRULEFXDASTVH Type: view_entity CONSUMPTION

Internal Order Settlement Rule Fixed Asset

C_IntOrdSettlmtRuleFxdAstVH is a Consumption CDS View that provides data about "Internal Order Settlement Rule Fixed Asset" in SAP S/4HANA. It reads from 1 data source (I_FixedAsset) and exposes 7 fields with key fields CompanyCode, MasterFixedAsset, FixedAsset.

Data Sources (1)

SourceAliasJoin Type
I_FixedAsset I_FixedAsset from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey FixedAsset view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #NONE view
Search.searchable true view
Consumption.ranked true view
EndUserText.label Internal Order Settlement Rule Fixed Asset view
Metadata.ignorePropagatedAnnotations true view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY MasterFixedAsset MasterFixedAsset Fixed Asset
KEY FixedAsset FixedAsset Sub-number
FixedAssetDescription FixedAssetDescription Description
AssetClass AssetClass Asset Class
AssetAuthorizationContext AssetAuthorizationContext
IsGroupAsset IsGroupAsset

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 C_IntOrdSettlmtRuleFxdAstVH.
-- 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 C_IntOrdSettlmtRuleFxdAstVH AS
SELECT
  CompanyCode,
  MasterFixedAsset,
  FixedAsset,
  FixedAssetDescription,
  AssetClass,
  AssetAuthorizationContext,
  IsGroupAsset
FROM I_FixedAsset
;