I_SuplrListPrpsdSupplierTP_2

DDL: I_SUPLRLISTPRPSDSUPPLIERTP_2 Type: view_entity TRANSACTIONAL

Proposed Supplier for Supplier List - TP

I_SuplrListPrpsdSupplierTP_2 is a Transactional CDS View that provides data about "Proposed Supplier for Supplier List - TP" in SAP S/4HANA. It reads from 1 data source (R_SuplrListProposedSupplierTP) and exposes 17 fields with key field SuplrListProposedSupplierUUID.

Data Sources (1)

SourceAliasJoin Type
R_SuplrListProposedSupplierTP R_SuplrListProposedSupplierTP projection

Annotations (17)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SuplrListProposedSupplierUUID view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.sapObjectNodeType.name SuplrListPrpsdBusinessPartner view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Proposed Supplier for Supplier List - TP view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix SLP view
AbapCatalog.extensibility.quota.maximumFields 204 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view
AbapCatalog.extensibility.allowNewCompositions true view

Fields (17)

KeyFieldSource TableSource FieldDescription
KEY SuplrListProposedSupplierUUID SuplrListProposedSupplierUUID Proposed Supplier UUID
BusinessPartnerUUID BusinessPartnerUUID UUID
BusinessPartner BusinessPartner Issuing Authority
SupplierListUUID SupplierListUUID Supplier List UUID
Supplier Supplier Supplier
BusinessPartnerIsBlocked BusinessPartnerIsBlocked Central Block
AddressID AddressID Ship-to address
SupplierCountryGroup SupplierCountryGroup Country/Region Group
SuplrListSuplrProposedDateTime SuplrListSuplrProposedDateTime Proposed On
SuplrListSupplierProposalText SuplrListSupplierProposalText Proposal Comments
SupplierProposedByUser SupplierProposedByUser Created By
SuplrListSupplierApprovalText SuplrListSupplierApprovalText Approval Comments
SuplrListSuplrProposalStatus SuplrListSuplrProposalStatus Prop. Suplr. status
IsDeleted IsDeleted TRUE
SuplrListSuplrProposalAction SuplrListSuplrProposalAction Supplier Proposal Action
Country Country Venue: Ctry/Reg
SuplrListPrpslSitnTriggerCode SuplrListPrpslSitnTriggerCode Prop. Suplr. 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 I_SuplrListPrpsdSupplierTP_2.
-- 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_SuplrListPrpsdSupplierTP_2 AS
SELECT
  SuplrListProposedSupplierUUID,
  BusinessPartnerUUID,
  BusinessPartner,
  SupplierListUUID,
  Supplier,
  BusinessPartnerIsBlocked,
  AddressID,
  SupplierCountryGroup,
  SuplrListSuplrProposedDateTime,
  SuplrListSupplierProposalText,
  SupplierProposedByUser,
  SuplrListSupplierApprovalText,
  SuplrListSuplrProposalStatus,
  IsDeleted,
  SuplrListSuplrProposalAction,
  Country,
  SuplrListPrpslSitnTriggerCode
FROM R_SuplrListProposedSupplierTP
;