UI_SOURCING_PROJECT_COMPARE

OData Service Package: ODATA_MM_PUR_SRCGPROJ_COMPARE

Sourcing Project Quotation Comparison

UI_SOURCING_PROJECT_COMPARE is an OData service definition in SAP S/4HANA. It exposes 30 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (30)

CDS ViewAlias
C_SourcingProjectCompare SourcingProject
C_SPQtnItmCmmdtyQtyCompare SPQtnItmCmmdtyQtyCompare
C_SPQtnItmDmndDistrByPlant SrcgProjQtnDmndDistrByPlant
C_SPQtnItmDmndDistrCompare SrcgProjQtnDemandDistribution
C_SPQtnItmDmndDistrDetCompare SrcgProjQtnDmndDistrDetails
C_SPQtnItmPlntProdFprntCompare SrcgProjQtnItemProdFootprint
C_SrcgPrjItmCostBrkdwnCndnType SrcgPrjItmCostBrkdwnCndnType
C_SrcgProjDmndDistrByPlant SrcgProjDmndDistrByPlant
C_SrcgProjDmndDistrCompare SrcgProjDemandDistribution
C_SrcgProjDmndDistrDetsCompare SrcgProjDmndDistrDetails
C_SrcgProjItemHierarchy SrcgProjItemHierarchy
C_SrcgProjItmCmmdtyQtyCompare SrcgProjItmCmmdtyQtyCompare
C_SrcgProjPurchaserRespVH SrcgProjPurchaserRespVH
C_SrcgProjQtnCompareBestBidder SrcgProjQtnCompareBestBidder
C_SrcgProjQtnCompareExcel SrcgProjQtnCompareExcel
C_SrcgProjQtnItemCompare SrcgProjQuotationItem
C_SrcgProjQtnItmCostBrkdwnCndn SrcgProjQtnItmCostBrkdwnCndn
C_SrcgProjQuotationCompare SourcingProjectQuotation
I_BusinessPartner BusinessPartner
I_CompanyCode CompanyCode
I_Country Country
I_MaterialGroup MaterialGroup
I_PurchasingGroup PurchasingGroup
I_PurchasingOrganization PurchasingOrganization
I_SourcingProjectType SourcingProjectType
I_SrcgProjAllowedCurrency SrcgProjAllowedCurrency
I_SrcgProjItemClassification SrcgProjItemClassification
I_SrcgProjLifecycleStatus SrcgProjLifecycleStatus
I_SrcgProjQtnLifecycleSts SrcgProjQtnLifecycleSts
I_UserContactCard UserContactCard

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_SRCGPROJ_COMPARE ODATA V2 C1 NOT_RELEASED false

Source

@EndUserText.label: 'Sourcing Project Quotation Comparison'
define service UI_SOURCING_PROJECT_COMPARE {
  expose C_SourcingProjectCompare       as SourcingProject;
  expose I_SrcgProjAllowedCurrency      as SrcgProjAllowedCurrency;
  expose C_SrcgProjItemHierarchy        as SrcgProjItemHierarchy;
  expose C_SrcgProjDmndDistrCompare     as SrcgProjDemandDistribution;
  expose C_SrcgProjDmndDistrDetsCompare as SrcgProjDmndDistrDetails;
  expose C_SrcgProjDmndDistrByPlant     as SrcgProjDmndDistrByPlant;
  expose C_SrcgProjQuotationCompare     as SourcingProjectQuotation;
  expose C_SrcgProjQtnItemCompare       as SrcgProjQuotationItem;
  expose C_SPQtnItmDmndDistrCompare     as SrcgProjQtnDemandDistribution;
  expose C_SPQtnItmDmndDistrDetCompare  as SrcgProjQtnDmndDistrDetails;
  expose C_SPQtnItmPlntProdFprntCompare as SrcgProjQtnItemProdFootprint;
  expose C_SPQtnItmDmndDistrByPlant     as SrcgProjQtnDmndDistrByPlant;
  expose C_SrcgProjQtnCompareBestBidder as SrcgProjQtnCompareBestBidder;
  expose I_CompanyCode                  as CompanyCode;
  expose I_Country                      as Country;
  expose I_UserContactCard              as UserContactCard;
  expose I_MaterialGroup                as MaterialGroup;
  expose I_PurchasingOrganization       as PurchasingOrganization;
  expose I_PurchasingGroup              as PurchasingGroup;
  expose I_SourcingProjectType          as SourcingProjectType;
  expose I_BusinessPartner              as BusinessPartner;
  expose I_SrcgProjLifecycleStatus      as SrcgProjLifecycleStatus;
  expose I_SrcgProjItemClassification   as SrcgProjItemClassification;
  expose I_SrcgProjQtnLifecycleSts      as SrcgProjQtnLifecycleSts;
  expose C_SrcgProjPurchaserRespVH      as SrcgProjPurchaserRespVH;
  expose C_SrcgProjQtnCompareExcel      as SrcgProjQtnCompareExcel;
  expose C_SPQtnItmCmmdtyQtyCompare     as SPQtnItmCmmdtyQtyCompare;
  expose C_SrcgProjItmCmmdtyQtyCompare  as SrcgProjItmCmmdtyQtyCompare;
  expose C_SrcgPrjItmCostBrkdwnCndnType as SrcgPrjItmCostBrkdwnCndnType;
  expose C_SrcgProjQtnItmCostBrkdwnCndn as SrcgProjQtnItmCostBrkdwnCndn;
}