C_IN_SubcontrgDocOvwQ

DDL: C_IN_SUBCONTRGDOCOVWQ SQL: CINSUBCONOVWQ Type: view CONSUMPTION

Subcontracting Overview Query

C_IN_SubcontrgDocOvwQ is a Consumption CDS View that provides data about "Subcontracting Overview Query" in SAP S/4HANA. It reads from 1 data source (C_IN_SubcontrgDocCube) and exposes 19 fields.

Data Sources (1)

SourceAliasJoin Type
C_IN_SubcontrgDocCube C_IN_SubcontrgDocCube from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CINSUBCONOVWQ view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
VDM.viewType #CONSUMPTION view
OData.publish true view
EndUserText.label Subcontracting Overview Query view

Fields (19)

KeyFieldSource TableSource FieldDescription
MaterialDocument MaterialDocument Material Document
MaterialDocumentYear MaterialDocumentYear Material Document Year
FiscalYear MaterialDocumentYear Material Document Year
MaterialDocumentItem MaterialDocumentItem Material Document Item
CompanyCode CompanyCode Company Code
Plant Plant Plant
Subcontractor Subcontractor Subcontractor
Material Material Material
MaterialBaseUnit MaterialBaseUnit Material Base Unit
PostingDate PostingDate Posting Date
GoodsMovementType GoodsMovementType Goods Movement Type
InventorySpecialStockType InventorySpecialStockType Special Stock Type
DebitCreditCode DebitCreditCode Debit Credit Code
CreationDate CreationDate Creation Date
SubcontrgChallan SubcontrgChallan Subcontracting Challan
DueDays DueDays Due Days
Status Status Subcontracting Status
NumberOfDocuments NumberOfDocuments Number of Documents
SubcontrgStatus SubcontrgStatus Subcontracting Status

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 C_IN_SubcontrgDocOvwQ.
-- 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: CINSUBCONOVWQ

CREATE VIEW C_IN_SubcontrgDocOvwQ AS
SELECT
  MaterialDocument,
  MaterialDocumentYear,
  MaterialDocumentYear AS FiscalYear,
  MaterialDocumentItem,
  CompanyCode,
  Plant,
  Subcontractor,
  Material,
  MaterialBaseUnit,
  PostingDate,
  GoodsMovementType,
  InventorySpecialStockType,
  DebitCreditCode,
  CreationDate,
  SubcontrgChallan,
  DueDays,
  Status,
  NumberOfDocuments,
  SubcontrgStatus
FROM C_IN_SubcontrgDocCube
;