I_SuplrListPrpsdSupplierNotify
Notif about Prpsd Suplr for Suplr List
I_SuplrListPrpsdSupplierNotify is a Basic CDS View that provides data about "Notif about Prpsd Suplr for Suplr List" in SAP S/4HANA. It reads from 1 data source (R_SupplierListProposedSupplier) and exposes 17 fields with key field SuplrListProposedSupplierUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_SupplierListProposedSupplier | R_SupplierListProposedSupplier | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISUPLRLPROPNOTI | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Notif about Prpsd Suplr for Suplr List | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.uniqueIdField | SuplrListSuplrProposalUniqueID | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SuplrListProposedSupplierUUID | SuplrListProposedSupplierUUID | Proposed Supplier UUID | |
| BusinessPartnerUUID | BusinessPartnerUUID | UUID | ||
| SupplierListUUID | SupplierListUUID | Supplier List UUID | ||
| SupplierList | _SupplierList | SupplierList | Supplier Selection | |
| Supplier | Supplier | Supplier | ||
| SuplrListSuplrProposalUniqueID | SuplrListSuplrProposalUniqueID | Unique ID | ||
| PurchaserRespWorkAgreement | _SupplierList | PurchaserRespWorkAgreement | Purchaser Responsible | |
| PurchaserResponsibleUser | ||||
| CreatedByUser | _SupplierList | CreatedByUser | User Name | |
| SupplierProposedByUser | Created By | |||
| SupplierListType | _SupplierList | SupplierListType | Supplier List Type | |
| SuplrListLifecycleStatus | _SupplierList | SuplrListLifecycleStatus | SL Lifecycle Status | |
| SupplierListIsPublic | _SupplierList | SupplierListIsPublic | Is Public | |
| SuplrListSupplierProposalText | SuplrListSupplierProposalText | Proposal Comments | ||
| SuplrListSupplierApprovalText | SuplrListSupplierApprovalText | Approval Comments | ||
| _SupplierListType | _SupplierList | _SupplierListType | ||
| _SuplrListStatus | _SupplierList | _SuplrListStatus |
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_SuplrListPrpsdSupplierNotify.
-- 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: ISUPLRLPROPNOTI
CREATE VIEW I_SuplrListPrpsdSupplierNotify AS
SELECT
SuplrListProposedSupplierUUID,
BusinessPartnerUUID,
SupplierListUUID,
_SupplierList.SupplierList AS SupplierList,
Supplier,
SuplrListSuplrProposalUniqueID,
_SupplierList.PurchaserRespWorkAgreement AS PurchaserRespWorkAgreement,
cast( _SupplierList.PurchaserResponsibleUser as vdm_purchaserresponsibleuser ) AS PurchaserResponsibleUser,
_SupplierList.CreatedByUser AS CreatedByUser,
cast( SupplierProposedByUser as vdm_proposedbyuserid ) AS SupplierProposedByUser,
_SupplierList.SupplierListType AS SupplierListType,
_SupplierList.SuplrListLifecycleStatus AS SuplrListLifecycleStatus,
_SupplierList.SupplierListIsPublic AS SupplierListIsPublic,
SuplrListSupplierProposalText,
SuplrListSupplierApprovalText,
_SupplierList._SupplierListType AS _SupplierListType,
_SupplierList._SuplrListStatus AS _SuplrListStatus
FROM R_SupplierListProposedSupplier
;
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