I_SlsAcctgSlsVolPerMatlOvw

DDL: I_SLSACCTGSLSVOLPERMATLOVW SQL: ISASVPMOVW Type: view COMPOSITE

Sales Volume per Material card data

I_SlsAcctgSlsVolPerMatlOvw is a Composite CDS View that provides data about "Sales Volume per Material card data" in SAP S/4HANA. It reads from 1 data source (P_SlsAcctgSlsVolPerMatlOvw) and exposes 56 fields with key fields CompanyCode, Material, UnitOfMeasure, PlanningCategory, Ledger.

Data Sources (1)

SourceAliasJoin Type
P_SlsAcctgSlsVolPerMatlOvw P_SlsAcctgSlsVolPerMatlOvw from

Parameters (11)

NameTypeDefault
P_KeyDate datum
P_DisplayCurrency vdm_v_display_currency
P_PlanningCategory fac_revvar_pln_category
P_Interval1Year fis_gjahr
P_Interval2Year fis_gjahr
P_Interval1FromFiscalPeriod fis_period_from
P_Interval2FromFiscalPeriod fis_period_from
P_Interval1ToFiscalPeriod fis_period_to
P_Interval2ToFiscalPeriod fis_period_to
P_Interval1Type fac_revvar_interval_type
P_Interval2Type fac_revvar_interval_type

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ISASVPMOVW view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Sales Volume per Material card data view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #COMPOSITE view

Fields (56)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY Material Material Vehicle Model
KEY UnitOfMeasure UnitOfMeasure Unit Protected Qty
KEY PlanningCategory PlanningCategory Plan Category
KEY Ledger Ledger Ledger
KEY GLAccountHierarchy GLAccountHierarchy
KEY SalesOrganization SalesOrganization Sales Organization
KEY MaterialGroup MaterialGroup Product Group
KEY CustomerGroup CustomerGroup Customer Group
KEY Customer Customer Sold-to Party
KEY ProfitCenter ProfitCenter Profit Center
KEY CustomerSupplierCountry CustomerSupplierCountry Customer or Supplier Country/Region
KEY CustomerSupplierIndustry CustomerSupplierIndustry Industry
KEY GLAccount GLAccount General Ledger
keySourceLedger
KEY FiscalYear FiscalYear G/L Fiscal Year
KEY AccountingDocument AccountingDocument Journal Entry
KEY LedgerGLLineItem LedgerGLLineItem Journal Entry Item
KEY FinancialPlanningReqTransSqnc FinancialPlanningReqTransSqnc Request TSN
KEY FinancialPlanningDataPacket FinancialPlanningDataPacket Data packet number
KEY FinancialPlanningEntryItem FinancialPlanningEntryItem
MaterialName
Interval1LineItemVolume Interval1LineItemVolume
Interval2LineItemVolume Interval2LineItemVolume
Division Division Internal Division ID
DistributionChannel DistributionChannel RefDistCh-Cust/Mat.
GLAccountAuthorizationGroup _GLAccountInCompanyCode AuthorizationGroup AuthorizGroup
AuthorizationGroup _AccountingDocumentType AuthorizationGroup AuthorizGroup
AccountingDocumentType AccountingDocumentType Journal Entry Type
RatioUnit RatioUnit Unit of Measure
ActualToPlanDiffInPercent
ValuationArea ValuationArea Valuation Area
Plant Plant Valuation Area
ControllingArea ControllingArea Controlling Area
Segment Segment Segment number
FinancialAccountType FinancialAccountType Fin. Account Type
OrganizationDivision OrganizationDivision Org. Division
CostCenter CostCenter Cost Center
FunctionalArea FunctionalArea Sendr Fctl Area
BusinessArea BusinessArea Business Area
OrderID OrderID Order ID
SalesDocument SalesDocument SD Document
Supplier Supplier Supplier
ServiceDocumentType ServiceDocumentType Transaction Type
ServiceDocument ServiceDocument Transaction ID
AssetClass AssetClass Asset Class
PostingDate PostingDate Posting Date for GR
_Customer _Customer
_GLAccountInCompanyCode _GLAccountInCompanyCode
_AccountingDocumentType _AccountingDocumentType
_Order _Order
_CurrentProfitCenter _CurrentProfitCenter
_SalesDocument _SalesDocument
_CurrentCostCenter _CurrentCostCenter
_Supplier _Supplier
_ServiceDocument _ServiceDocument

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_SlsAcctgSlsVolPerMatlOvw.
-- 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: ISASVPMOVW
-- Parameters: P_KeyDate : datum, P_DisplayCurrency : vdm_v_display_currency, P_PlanningCategory : fac_revvar_pln_category, P_Interval1Year : fis_gjahr, P_Interval2Year : fis_gjahr, P_Interval1FromFiscalPeriod : fis_period_from, P_Interval2FromFiscalPeriod : fis_period_from, P_Interval1ToFiscalPeriod : fis_period_to, P_Interval2ToFiscalPeriod : fis_period_to, P_Interval1Type : fac_revvar_interval_type, P_Interval2Type : fac_revvar_interval_type

CREATE VIEW I_SlsAcctgSlsVolPerMatlOvw AS
SELECT
  CompanyCode,
  Material,
  UnitOfMeasure,
  PlanningCategory,
  Ledger,
  GLAccountHierarchy,
  SalesOrganization,
  MaterialGroup,
  CustomerGroup,
  Customer,
  ProfitCenter,
  CustomerSupplierCountry,
  CustomerSupplierIndustry,
  GLAccount,
  FiscalYear,
  AccountingDocument,
  LedgerGLLineItem,
  FinancialPlanningReqTransSqnc,
  FinancialPlanningDataPacket,
  FinancialPlanningEntryItem,
  Interval1LineItemVolume,
  Interval2LineItemVolume,
  Division,
  DistributionChannel,
  _GLAccountInCompanyCode.AuthorizationGroup AS GLAccountAuthorizationGroup,
  _AccountingDocumentType.AuthorizationGroup AS AuthorizationGroup,
  AccountingDocumentType,
  RatioUnit,
  cast(0 as abap.fltp) AS ActualToPlanDiffInPercent,
  ValuationArea,
  Plant,
  ControllingArea,
  Segment,
  FinancialAccountType,
  OrganizationDivision,
  CostCenter,
  FunctionalArea,
  BusinessArea,
  OrderID,
  SalesDocument,
  Supplier,
  ServiceDocumentType,
  ServiceDocument,
  AssetClass,
  PostingDate
FROM P_SlsAcctgSlsVolPerMatlOvw
;