Class MatlStkInAcctModByKeyFluentHelper

java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<MatlStkInAcctModByKeyFluentHelper,MatlStkInAcctMod,MatlStkInAcctModSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.materialstockdisplay.MatlStkInAcctModByKeyFluentHelper
All Implemented Interfaces:
FluentHelperExecutable<Object>

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

    • MatlStkInAcctModByKeyFluentHelper

      public MatlStkInAcctModByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String material, String plant, String storageLocation, String batch, String supplier, String customer, String wBSElementInternalID, String sDDocument, String sDDocumentItem, String inventorySpecialStockType, String inventoryStockType)
      Creates a fluent helper object that will fetch a single MatlStkInAcctMod entity with the provided key field values. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      wBSElementInternalID - Valuated Sales Order Stock WBS Element

      Constraints: Not nullable, Maximum length: 24

      batch - Batch Number (Stock Identifier)

      Constraints: Not nullable, Maximum length: 10

      storageLocation - Storage Location

      Constraints: Not nullable, Maximum length: 4

      sDDocument - Sales order number of valuated sales order stock

      Constraints: Not nullable, Maximum length: 10

      entityCollection - Entity Collection to be used to fetch a single MatlStkInAcctMod
      material - Material in Respect of Which Stock is Managed

      Constraints: Not nullable, Maximum length: 40

      inventorySpecialStockType - Special Stock Type

      Constraints: Not nullable, Maximum length: 1

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

      Constraints: Not nullable, Maximum length: 4

      supplier - Supplier for Special Stock

      Constraints: Not nullable, Maximum length: 10

      sDDocumentItem - Sales Order Item of Valuated Sales Order Stock

      Constraints: Not nullable, Maximum length: 6

      inventoryStockType - Stock Type of Goods Movement (Stock Identifier)

      Constraints: Not nullable, Maximum length: 2

      customer - Customer for Special Stock

      Constraints: Not nullable, Maximum length: 10

  • Method Details