I_BusDocSubsqntFunc

DDL: I_BUSDOCSUBSQNTFUNC SQL: ITRSUBSQNTFUNC Type: view BASIC

Business Document Subsequent Function

I_BusDocSubsqntFunc is a Basic CDS View that provides data about "Business Document Subsequent Function" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field BusDocSubsqntFunc. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BusDocSubsqntFuncText _BusDocSubsqntFuncText _BusDocSubsqntFuncText.BusDocSubsqntFunc = $projection.BusDocSubsqntFunc

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ITRSUBSQNTFUNC view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Business Document Subsequent Function view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory L view
ObjectModel.usageType.dataClass #MASTER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusDocSubsqntFunc domvalue_l Lower Value
_BusDocSubsqntFuncText _BusDocSubsqntFuncText

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_BusDocSubsqntFunc.
-- 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: ITRSUBSQNTFUNC

CREATE VIEW I_BusDocSubsqntFunc AS
SELECT
  domvalue_l AS BusDocSubsqntFunc
FROM dd07l
LEFT OUTER JOIN I_BusDocSubsqntFuncText AS _BusDocSubsqntFuncText ON _BusDocSubsqntFuncText.BusDocSubsqntFunc = BusDocSubsqntFunc  -- association [0..*]
;