Class ProdnOrderConfBatchCharcByKeyFluentHelper

java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<ProdnOrderConfBatchCharcByKeyFluentHelper,ProdnOrderConfBatchCharc,ProdnOrderConfBatchCharcSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderconfirmationv2.ProdnOrderConfBatchCharcByKeyFluentHelper
All Implemented Interfaces:
FluentHelperExecutable<Object>

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

    • ProdnOrderConfBatchCharcByKeyFluentHelper

      public ProdnOrderConfBatchCharcByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String confirmationGroup, String confirmationCount, String materialDocument, String materialDocumentItem, String materialDocumentYear, String plant, String material, String batch, String charcInternalID)
      Creates a fluent helper object that will fetch a single ProdnOrderConfBatchCharc entity with the provided key field values. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      materialDocument - Number of Material Document

      Constraints: Not nullable, Maximum length: 10

      entityCollection - Entity Collection to be used to fetch a single ProdnOrderConfBatchCharc
      confirmationCount - Identifier of Single Order Confirmation

      Constraints: Not nullable, Maximum length: 8

      material - Material Number

      Constraints: Not nullable, Maximum length: 40

      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      materialDocumentItem - Material Document Item

      Constraints: Not nullable, Maximum length: 4

      servicePath - Service path to be used to fetch a single ProdnOrderConfBatchCharc
      plant - Plant of a Batch

      Constraints: Not nullable, Maximum length: 4

      materialDocumentYear - Material Document Year

      Constraints: Not nullable, Maximum length: 4

      batch - Batch Number

      Constraints: Not nullable, Maximum length: 10

      confirmationGroup - Collective ID of Order Confirmations

      Constraints: Not nullable, Maximum length: 10

  • Method Details