I_BillingDocumentTypeStdVH

DDL: I_BILLINGDOCUMENTTYPESTDVH Type: view_entity COMPOSITE

Billing Document Type

I_BillingDocumentTypeStdVH (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Sales

I_BillingDocumentTypeStdVH is a Composite CDS View that provides data about "Billing Document Type" in SAP S/4HANA. It reads from 1 data source (I_BillingDocumentType_2) and exposes 2 fields with key field BillingDocumentType.

SAP API Hub

StateC1
Line of BusinessSales
Application ComponentSD-BIL
CapabilitiesData Source for Search, Data Provider for Value Help
PackageSales for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
I_BillingDocumentType_2 I_BillingDocumentType_2 from

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.internalName #LOCAL view
Consumption.ranked true view
EndUserText.label Billing Document Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
ObjectModel.representativeKey BillingDocumentType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BillingDocumentType BillingDocumentType Billing Document Type
_Text _Text

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_BillingDocumentTypeStdVH.
-- 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_BillingDocumentTypeStdVH AS
SELECT
  BillingDocumentType
FROM I_BillingDocumentType_2
;