C_SupplierPartnerFunctionTP

DDL: C_SUPPLIERPARTNERFUNCTIONTP Type: view_entity CONSUMPTION Package: VDM_MD_BP_RAP

Supplier Partner Function TP

C_SupplierPartnerFunctionTP is a Consumption CDS View that provides data about "Supplier Partner Function TP" in SAP S/4HANA. It reads from 1 data source (I_SupplierPartnerFunctionTP_2) and exposes 21 fields with key fields BusinessPartner, PurchasingOrganization, PartnerFunction, PartnerCounter, Supplier. Part of development package VDM_MD_BP_RAP.

Data Sources (1)

SourceAliasJoin Type
I_SupplierPartnerFunctionTP_2 I_SupplierPartnerFunctionTP_2 from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label Supplier Partner Function TP view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view

Fields (21)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartner BusinessPartner Issuing Authority
KEY PurchasingOrganization PurchasingOrganization Purchasing Organization
KEY PartnerFunction PartnerFunction Partner Functn
KEY PartnerCounter PartnerCounter Partner counter
KEY Supplier Supplier Supplier
KEY SupplierSubrange SupplierSubrange Suppl. Subrange
KEY Plant Plant Valuation Area
ReferenceSupplier ReferenceSupplier Ref. to suplr
PartnerFunctionForEdit PartnerFunctionForEdit Partner Funct.
DefaultPartner DefaultPartner Default Partner
CreationDate CreationDate Time Stamp
CreatedByUser CreatedByUser User Name
PartnerFunctionType PartnerFunctionType Partner Type
ContactPerson ContactPerson Contact Person Key
PersonnelNumber PersonnelNumber Personnel No.
AuthorizationGroup AuthorizationGroup AuthorizGroup
Partner Partner With Partner
BusinessPartnerGrouping BusinessPartnerGrouping Grouping
IsBusinessPurposeCompleted IsBusinessPurposeCompleted Purpose Completed
_SupplierPurchasing _SupplierPurchasing
_SupplierToBusinessPartner _SupplierToBusinessPartner

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 C_SupplierPartnerFunctionTP.
-- 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 C_SupplierPartnerFunctionTP AS
SELECT
  BusinessPartner,
  PurchasingOrganization,
  PartnerFunction,
  PartnerCounter,
  Supplier,
  SupplierSubrange,
  Plant,
  ReferenceSupplier,
  PartnerFunctionForEdit,
  DefaultPartner,
  CreationDate,
  CreatedByUser,
  PartnerFunctionType,
  ContactPerson,
  PersonnelNumber,
  AuthorizationGroup,
  Partner,
  BusinessPartnerGrouping,
  IsBusinessPurposeCompleted
FROM I_SupplierPartnerFunctionTP_2
;