A_CnsldtnBillingDocTypeText_2

DDL: A_CNSLDTNBILLINGDOCTYPETEXT_2 Type: view_entity COMPOSITE

Cnsldtn Billing Document Type - Text

A_CnsldtnBillingDocTypeText_2 is a Composite CDS View that provides data about "Cnsldtn Billing Document Type - Text" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnBillingDocTypeTextTP) and exposes 4 fields with key fields Language, BillingDocumentType.

Data Sources (1)

SourceAliasJoin Type
R_CnsldtnBillingDocTypeTextTP R_CnsldtnBillingDocTypeTextTP projection

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
OData.entityType.name CnsldtnBillingDocTypeText_Type view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view
Search.searchable true view
EndUserText.label Cnsldtn Billing Document Type - Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language _Text Language Report Text Language
KEY BillingDocumentType _Text BillingDocumentType Billing Type
BillingDocumentTypeName _Text BillingDocumentTypeName
CnsldtnIsAdditionalMasterData _Text CnsldtnIsAdditionalMasterData

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 A_CnsldtnBillingDocTypeText_2.
-- 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 A_CnsldtnBillingDocTypeText_2 AS
SELECT
  _Text.Language AS Language,
  _Text.BillingDocumentType AS BillingDocumentType,
  _Text.BillingDocumentTypeName AS BillingDocumentTypeName,
  _Text.CnsldtnIsAdditionalMasterData AS CnsldtnIsAdditionalMasterData
FROM R_CnsldtnBillingDocTypeTextTP
;