I_SalesQuotationStdVH

DDL: I_SALESQUOTATIONSTDVH SQL: ISDSLSQUOTVH Type: view COMPOSITE Package: VDM_SD_SLS_QUT

Sales Quotation

I_SalesQuotationStdVH (Composite)

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

Sales

I_SalesQuotationStdVH is a Composite CDS View that provides data about "Sales Quotation" in SAP S/4HANA. It reads from 1 data source (I_SalesQuotation) and exposes 5 fields with key field SalesQuotation. Part of development package VDM_SD_SLS_QUT.

SAP Help Documentation

CategorySales Quotation Management
StatusReleased
Purpose
This CDS view provides a value help for sales quotations. It shall be used for value help purpose only. If you intend to select the entire business data, use the Sales Quotation view instead.

View on SAP Help Portal →

SAP API Hub

CategoryComposite
StateC1
Line of BusinessSales
Application ComponentSD-SLS-QUT-2CL
CapabilitiesData Provider for Value Help,Data Source for Search
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageSales for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view provides a value help for sales quotations. It shall be used for value help purpose only. If you intend to select the entire business data, use the Sales Quotation view instead.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_SalesQuotation I_SalesQuotation from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ISDSLSQUOTVH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey SalesQuotation view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Sales Quotation view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SalesQuotation SalesQuotation Sales Quotation
DistributionChannel DistributionChannel Distribution Channel
OrganizationDivision OrganizationDivision Org. Division
SalesOrganization SalesOrganization Sales Organization
SalesQuotationType SalesQuotationType Sales Document Type

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_SalesQuotationStdVH.
-- 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: ISDSLSQUOTVH

CREATE VIEW I_SalesQuotationStdVH AS
SELECT
  SalesQuotation,
  DistributionChannel,
  OrganizationDivision,
  SalesOrganization,
  SalesQuotationType
FROM I_SalesQuotation
;