I_BPSuplrPartnerFunctionGovTP

DDL: I_BPSUPLRPARTNERFUNCTIONGOVTP Type: view_entity TRANSACTIONAL Package: MDC_SUPPL_GOV_BO

BP Supplier Partner Function Gov - TP

I_BPSuplrPartnerFunctionGovTP is a Transactional CDS View that provides data about "BP Supplier Partner Function Gov - TP" in SAP S/4HANA. It reads from 1 data source (I_BPSuplrPartnerFunctionGov) and exposes 37 fields with key fields BusinessPartnerUUID, SuplrPurchasingOrgUUID, SuplrPartnerFunctionUUID, MasterDataChangeProcess, MDChgProcessSrceSystem. It has 9 associations to related views. Part of development package MDC_SUPPL_GOV_BO.

Data Sources (1)

SourceAliasJoin Type
I_BPSuplrPartnerFunctionGov I_BPSuplrPartnerFunctionGov from

Associations (9)

CardinalityTargetAliasCondition
[1..1] I_BusinessPartnerGovTP _BusinessPartnerGov $projection.MasterDataChangeProcess = _BusinessPartnerGov.MasterDataChangeProcess and $projection.BusinessPartnerUUID = _BusinessPartnerGov.BusinessPartnerUUID and $projection.MDChgProcessSrceSystem = _BusinessPartnerGov.MDChgProcessSrceSystem and $projection.MDChgProcessSrceObject = _BusinessPartnerGov.MDChgProcessSrceObject
[1..1] I_BPSupplierGovTP _Supplier $projection.MasterDataChangeProcess = _Supplier.MasterDataChangeProcess and $projection.BusinessPartnerUUID = _Supplier.BusinessPartnerUUID and $projection.MDChgProcessSrceSystem = _Supplier.MDChgProcessSrceSystem and $projection.MDChgProcessSrceObject = _Supplier.MDChgProcessSrceObject
[0..1] I_MasterDataChangeProcess _MasterDataChangeProcess $projection.MasterDataChangeProcess = _MasterDataChangeProcess.MasterDataChangeProcess
[0..1] I_ContactPerson _ContactPerson $projection.ContactPerson = _ContactPerson.ContactPerson
[0..1] I_PersonWorkAgreement_1 _PersonWorkAgreement $projection.PersonnelNumber = _PersonWorkAgreement.PersonWorkAgreement
[0..1] I_Supplier _ReferenceSupplier $projection.ReferenceSupplier = _ReferenceSupplier.Supplier
[1..1] I_PartnerFunction _PartnerFunction $projection.PartnerFunctionForEdit = _PartnerFunction.PartnerFunction
[0..1] I_SupplierSubrange _SupplierSubrange $projection.Supplier = _SupplierSubrange.Supplier and $projection.SupplierSubrange = _SupplierSubrange.SupplierSubrange
[0..1] I_Plant _Plant $projection.Plant = _Plant.Plant

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label BP Supplier Partner Function Gov - TP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #TRANSACTIONAL view

Fields (37)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerUUID
KEY SuplrPurchasingOrgUUID
KEY SuplrPartnerFunctionUUID
KEY MasterDataChangeProcess MasterDataChangeProcess Process ID
KEY MDChgProcessSrceSystem MDChgProcessSrceSystem Source System
KEY MDChgProcessSrceObject MDChgProcessSrceObject Source ID
KEY PurchasingOrganization PurchasingOrganization Purchasing Organization
KEY SupplierSubrange SupplierSubrange Suppl. Subrange
KEY Plant Plant Valuation Area
KEY PartnerFunction PartnerFunction Partner Functn
KEY PartnerCounter PartnerCounter Partner counter
MDChgProcessStep MDChgProcessStep Step Number
BPAssignmentID BPAssignmentID Assignment ID
Supplier Supplier Supplier
PurchasingOrganizationForEdit PurchasingOrganization Purchasing Organization
SupplierSubrangeForEdit SupplierSubrange Suppl. Subrange
PlantForEdit Plant Valuation Area
PartnerFunctionForEdit PartnerFunction Partner Functn
PartnerCounterForEdit PartnerCounter Partner counter
DefaultPartner DefaultPartner Default Partner
PersonnelNumber PersonnelNumber Personnel No.
ContactPerson ContactPerson Contact Person Key
PartnerFunctionType PartnerFunctionType Partner Type
PartnerFunctionLanguageDepdnt
ReferenceSupplier ReferenceSupplier Ref. to suplr
MasterDataIsCurrent MasterDataIsCurrent Truth Value
_BusinessPartnerGov _BusinessPartnerGov
_Supplier _Supplier
_PartnerFunction _PartnerFunction
_SupplierPurchasingOrg _SupplierPurchasingOrg
_SupplierToBusinessPartner _SupplierToBusinessPartner
_SupplierSubrange _SupplierSubrange
_Plant _Plant
_ContactPerson _ContactPerson
_PersonWorkAgreement _PersonWorkAgreement
_MasterDataChangeProcess _MasterDataChangeProcess
_ReferenceSupplier _ReferenceSupplier

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_BPSuplrPartnerFunctionGovTP.
-- 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_BPSuplrPartnerFunctionGovTP AS
SELECT
  cast ( hextobin('00000000000000000000000000000000') as sysuuid_x ) AS BusinessPartnerUUID,
  cast ( hextobin('00000000000000000000000000000000') as sysuuid_x ) AS SuplrPurchasingOrgUUID,
  cast ( hextobin('00000000000000000000000000000000') as sysuuid_x ) AS SuplrPartnerFunctionUUID,
  MasterDataChangeProcess,
  MDChgProcessSrceSystem,
  MDChgProcessSrceObject,
  PurchasingOrganization,
  SupplierSubrange,
  Plant,
  PartnerFunction,
  PartnerCounter,
  MDChgProcessStep,
  BPAssignmentID,
  Supplier,
  PurchasingOrganization AS PurchasingOrganizationForEdit,
  SupplierSubrange AS SupplierSubrangeForEdit,
  Plant AS PlantForEdit,
  PartnerFunction AS PartnerFunctionForEdit,
  PartnerCounter AS PartnerCounterForEdit,
  DefaultPartner,
  PersonnelNumber,
  ContactPerson,
  PartnerFunctionType,
  _PartnerFunction._PartnerFunctionLangDepdnt[1: Language=$session.system_language].PartnerFunctionLanguageDepdnt AS PartnerFunctionLanguageDepdnt,
  ReferenceSupplier,
  MasterDataIsCurrent
FROM I_BPSuplrPartnerFunctionGov
LEFT OUTER JOIN I_BusinessPartnerGovTP AS _BusinessPartnerGov ON MasterDataChangeProcess = _BusinessPartnerGov.MasterDataChangeProcess AND BusinessPartnerUUID = _BusinessPartnerGov.BusinessPartnerUUID AND MDChgProcessSrceSystem = _BusinessPartnerGov.MDChgProcessSrceSystem AND MDChgProcessSrceObject = _BusinessPartnerGov.MDChgProcessSrceObject  -- association [1..1]
LEFT OUTER JOIN I_BPSupplierGovTP AS _Supplier ON MasterDataChangeProcess = _Supplier.MasterDataChangeProcess AND BusinessPartnerUUID = _Supplier.BusinessPartnerUUID AND MDChgProcessSrceSystem = _Supplier.MDChgProcessSrceSystem AND MDChgProcessSrceObject = _Supplier.MDChgProcessSrceObject  -- association [1..1]
LEFT OUTER JOIN I_MasterDataChangeProcess AS _MasterDataChangeProcess ON MasterDataChangeProcess = _MasterDataChangeProcess.MasterDataChangeProcess  -- association [0..1]
LEFT OUTER JOIN I_ContactPerson AS _ContactPerson ON ContactPerson = _ContactPerson.ContactPerson  -- association [0..1]
LEFT OUTER JOIN I_PersonWorkAgreement_1 AS _PersonWorkAgreement ON PersonnelNumber = _PersonWorkAgreement.PersonWorkAgreement  -- association [0..1]
LEFT OUTER JOIN I_Supplier AS _ReferenceSupplier ON ReferenceSupplier = _ReferenceSupplier.Supplier  -- association [0..1]
LEFT OUTER JOIN I_PartnerFunction AS _PartnerFunction ON PartnerFunctionForEdit = _PartnerFunction.PartnerFunction  -- association [1..1]
LEFT OUTER JOIN I_SupplierSubrange AS _SupplierSubrange ON Supplier = _SupplierSubrange.Supplier AND SupplierSubrange = _SupplierSubrange.SupplierSubrange  -- association [0..1]
LEFT OUTER JOIN I_Plant AS _Plant ON Plant = _Plant.Plant  -- association [0..1]
;