SDM_SDBIL_BALHDR_ALDATE_DEL

DDL: SDM_SDBIL_BALHDR_ALDATE_DEL SQL: SDBIL_BAL_SDM Type: view

Billing Output entry relevance for SDM

SDM_SDBIL_BALHDR_ALDATE_DEL is a CDS View that provides data about "Billing Output entry relevance for SDM" in SAP S/4HANA. It reads from 1 data source (balhdr) and exposes 3 fields with key field lognumber.

Data Sources (1)

SourceAliasJoin Type
balhdr balhdr from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName SDBIL_BAL_SDM view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Billing Output entry relevance for SDM view
ClientHandling.type #INHERITED view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY lognumber balhdr lognumber UUID
object balhdr object TRFM Object
subobject balhdr subobject Triggering obj.

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 SDM_SDBIL_BALHDR_ALDATE_DEL.
-- 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.
-- SQL view name: SDBIL_BAL_SDM

CREATE VIEW SDM_SDBIL_BALHDR_ALDATE_DEL AS
SELECT
  balhdr.lognumber AS lognumber,
  balhdr.object AS object,
  balhdr.subobject AS subobject
FROM balhdr
;