Deprecated
This CDS view is deprecated in S/4HANA. View all deprecated CDS views →

Srf_UsHelpDirectSales

DDL: SRF_USHELPDIRECTSALES SQL: SRFUSHELPSALES Type: view

Direct Sales Indicator

Srf_UsHelpDirectSales is a CDS View that provides data about "Direct Sales Indicator" in SAP S/4HANA. It reads from 1 data source (I_SAPClient).

Data Sources (1)

SourceAliasJoin Type
I_SAPClient I_SAPClient from

Parameters (1)

NameTypeDefault
p_amnt abap.curr( 23,2)

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName SRFUSHELPSALES view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_ALLOWED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Direct Sales Indicator view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.lifecycle.status #DEPRECATED 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 Srf_UsHelpDirectSales.
-- 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: SRFUSHELPSALES
-- Parameters: p_amnt : abap.curr( 23,2)

CREATE VIEW Srf_UsHelpDirectSales AS
SELECT *  -- field list not available in parsed metadata
FROM I_SAPClient
;