I_OpenCatalogProposal
Internal catalog proposals for free text
I_OpenCatalogProposal is a Basic CDS View that provides data about "Internal catalog proposals for free text" in SAP S/4HANA. It reads from 1 data source (ociitm_props) and exposes 19 fields with key field OpnCtlgItemPrpslID. Part of development package APPL_MM_PUR_REQ_ML.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ociitm_props | ociitm_props | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| EndUserText.label | Internal catalog proposals for free text | view | |
| AbapCatalog.sqlViewName | IOCIPROPOSAL | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OpnCtlgItemPrpslID | proposal_id | Proposal ID | |
| OpnCtlgItemPrpslUniqueID | proposaluniqueid | Catalog Proposal ID | ||
| OpnCtlgItemPrpslMatGrp | trigger_matgroup | Material Group | ||
| OpnCtlgItemPrpslSupplier | trigger_supplier | Supplier | ||
| OpnCtlgItemPrpslUnit | trigger_unitofmeasure | Proposed uom | ||
| SupplierMaterialNumber | trigger_supplier_material | Supp. Mat. No. | ||
| PurchaseRequisition | pr_id | Purchase Req. | ||
| PurchaseRequisitionItem | pr_item_no | Requisn. item | ||
| PurchaseOrder | trigger_po_number | Purchasing Doc. | ||
| PurchaseOrderItem | trigger_po_item_number | Item | ||
| Currency | ||||
| NetPriceAmount | trigger_po_netpr_in_usd | Net Price | ||
| OpnCtlgItemPrpslLeadTime | trigger_po_leadtime | Pl. Deliv. Time | ||
| PurReqnCatalog | catalog_id | UUID | ||
| OpnCtlgItmPrpslClusterID | ml_id | ML ID | ||
| OpnCtlgItemPrpsStatus | status | Workflow Status | ||
| LastChangeDate | lastchangedate | Time Stamp | ||
| OpnCtlgItemPrpsCrtnDte | creationdate | Time Stamp | ||
| StatusCriticality |
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_OpenCatalogProposal.
-- 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: IOCIPROPOSAL
CREATE VIEW I_OpenCatalogProposal AS
SELECT
proposal_id AS OpnCtlgItemPrpslID,
proposaluniqueid AS OpnCtlgItemPrpslUniqueID,
trigger_matgroup AS OpnCtlgItemPrpslMatGrp,
trigger_supplier AS OpnCtlgItemPrpslSupplier,
trigger_unitofmeasure AS OpnCtlgItemPrpslUnit,
trigger_supplier_material AS SupplierMaterialNumber,
pr_id AS PurchaseRequisition,
pr_item_no AS PurchaseRequisitionItem,
trigger_po_number AS PurchaseOrder,
trigger_po_item_number AS PurchaseOrderItem,
cast ('USD' as abap.cuky) AS Currency,
trigger_po_netpr_in_usd AS NetPriceAmount,
trigger_po_leadtime AS OpnCtlgItemPrpslLeadTime,
catalog_id AS PurReqnCatalog,
ml_id AS OpnCtlgItmPrpslClusterID,
status AS OpnCtlgItemPrpsStatus,
LastChangeDate,
creationdate AS OpnCtlgItemPrpsCrtnDte,
cast ('0' as abap.int1 ) AS StatusCriticality
FROM ociitm_props
;
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