Bscl_AUSP

DDL: BSCL_AUSP SQL: BSCL_AUSPSQL Type: view

Used by generated classification views

Bscl_AUSP is a CDS View that provides data about "Used by generated classification views" in SAP S/4HANA. It reads from 1 data source (I_ClfnCharcValForKeyDateTP).

Data Sources (1)

SourceAliasJoin Type
I_ClfnCharcValForKeyDateTP I_ClfnCharcValForKeyDateTP left_outer

Parameters (1)

NameTypeDefault
P_KeyDate sll_validon

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName BSCL_AUSPSQL view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Used by generated classification views view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

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 Bscl_AUSP.
-- 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: BSCL_AUSPSQL
-- Parameters: P_KeyDate : sll_validon

CREATE VIEW Bscl_AUSP AS
SELECT *  -- field list not available in parsed metadata
LEFT OUTER JOIN I_ClfnCharcValForKeyDateTP ON /* join condition not captured in parsed metadata */
;