Class PurCtrPartnersByKeyFluentHelper

java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<PurCtrPartnersByKeyFluentHelper,PurCtrPartners,PurCtrPartnersSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.PurCtrPartnersByKeyFluentHelper
All Implemented Interfaces:
FluentHelperExecutable<Object>

Fluent helper to fetch a single PurCtrPartners entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.
  • Constructor Details

    • PurCtrPartnersByKeyFluentHelper

      public PurCtrPartnersByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String purchaseContract, String purchaseContractItem, String purchasingOrganization, String partnerFunction, String plant, String supplierSubrange, String partnerCounter)
      Creates a fluent helper object that will fetch a single PurCtrPartners entity with the provided key field values. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      entityCollection - Entity Collection to be used to fetch a single PurCtrPartners
      partnerFunction - Partner Function

      Constraints: Not nullable, Maximum length: 2

      purchaseContract - Purchasing Document Number

      Constraints: Not nullable, Maximum length: 10

      servicePath - Service path to be used to fetch a single PurCtrPartners
      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      purchasingOrganization - Purchasing Organization

      Constraints: Not nullable, Maximum length: 4

      partnerCounter - Partner counter

      Constraints: Not nullable, Maximum length: 3

      purchaseContractItem - Item Number of Purchasing Document

      Constraints: Not nullable, Maximum length: 5

      supplierSubrange - Supplier Subrange

      Constraints: Not nullable, Maximum length: 6

  • Method Details