I_SupDmndComponentBasic
Basic View for Components
I_SupDmndComponentBasic is a Basic CDS View that provides data about "Basic View for Components" in SAP S/4HANA. It reads from 2 data sources (afpo, resb) and exposes 23 fields.
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Basic View for Components | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AbapCatalog.sqlViewName | ISDOCOMPONENTB | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view |
Fields (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| PurchasingDocument | ||||
| PurchasingDocumentItem | ||||
| OpenDemandQuantity | ||||
| RequirementDate | resb | bdter | Reqmts date | |
| RequirementSegment | resb | sgt_rcat | Req. Segment | |
| Material | resb | matnr | Vehicle Model | |
| Plant | resb | werks | Receiving Plant | |
| StorageLocation | resb | lgort | Sublocation | |
| RequirementType | resb | bdart | RequirementType | |
| Batch | resb | charg | Chargeable Proc. | |
| BaseUnit | resb | meins | Valuation Unit | |
| OrderItemQtyToBaseQtyNmrtr | resb | umrez | Numerator | |
| OrderItemQtyToBaseQtyDnmntr | resb | umren | Denominator | |
| RequirementDocumentNumber | resb | rsnum | Reservation | |
| RequirementDocumentItem | resb | rspos | Item no. | |
| OrderID | resb | aufnr | SettlementOrder | |
| RequestedDate | resb | bdter | Reqmts date | |
| ProductAvailabilityDate | resb | bdter | Reqmts date | |
| StockSegment | resb | sgt_scat | Stock Segment | |
| ProductSeasonYear | afpo | fsh_season_year | Season Year | |
| ProductSeason | afpo | fsh_season | Season | |
| ProductCollection | afpo | fsh_collection | Collection | |
| ProductTheme | afpo | fsh_theme | Theme |
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_SupDmndComponentBasic.
-- 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.
CREATE VIEW I_SupDmndComponentBasic AS
SELECT
'' AS PurchasingDocument,
'00000' AS PurchasingDocumentItem,
resb.bdmng * DIV(resb.umrez,resb.umren) AS OpenDemandQuantity,
resb.bdter AS RequirementDate,
resb.sgt_rcat AS RequirementSegment,
resb.matnr AS Material,
resb.werks AS Plant,
resb.lgort AS StorageLocation,
resb.bdart AS RequirementType,
resb.charg AS Batch,
resb.meins AS BaseUnit,
resb.umrez AS OrderItemQtyToBaseQtyNmrtr,
resb.umren AS OrderItemQtyToBaseQtyDnmntr,
resb.rsnum AS RequirementDocumentNumber,
resb.rspos AS RequirementDocumentItem,
resb.aufnr AS OrderID,
resb.bdter AS RequestedDate,
resb.bdter AS ProductAvailabilityDate,
resb.sgt_scat AS StockSegment,
item.fsh_season_year AS ProductSeasonYear,
item.fsh_season AS ProductSeason,
item.fsh_collection AS ProductCollection,
item.fsh_theme AS ProductTheme
FROM resb
INNER JOIN afpo AS item ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA