Class MatlStkInAcctModByKeyFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
MatlStkInAcctMod
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself.-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionMatlStkInAcctModByKeyFluentHelper(String servicePath, 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 singleMatlStkInAcctModentity with the provided key field values. -
Method Summary
Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
executeRequest, select, toRequest, withCsrfToken, withQueryParameterMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
getCsrfTokenRetriever, getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders
-
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 singleMatlStkInAcctModentity with the provided key field values. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
wBSElementInternalID- Valuated Sales Order Stock WBS ElementConstraints: Not nullable, Maximum length: 24
batch- Batch Number (Stock Identifier)Constraints: Not nullable, Maximum length: 10
storageLocation- Storage LocationConstraints: Not nullable, Maximum length: 4
sDDocument- Sales order number of valuated sales order stockConstraints: Not nullable, Maximum length: 10
entityCollection- Entity Collection to be used to fetch a singleMatlStkInAcctModmaterial- Material in Respect of Which Stock is ManagedConstraints: Not nullable, Maximum length: 40
inventorySpecialStockType- Special Stock TypeConstraints: Not nullable, Maximum length: 1
servicePath- Service path to be used to fetch a singleMatlStkInAcctModplant- PlantConstraints: Not nullable, Maximum length: 4
supplier- Supplier for Special StockConstraints: Not nullable, Maximum length: 10
sDDocumentItem- Sales Order Item of Valuated Sales Order StockConstraints: Not nullable, Maximum length: 6
inventoryStockType- Stock Type of Goods Movement (Stock Identifier)Constraints: Not nullable, Maximum length: 2
customer- Customer for Special StockConstraints: Not nullable, Maximum length: 10
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<MatlStkInAcctModByKeyFluentHelper,MatlStkInAcctMod, MatlStkInAcctMod>
-
getKey
- Specified by:
getKeyin classFluentHelperByKey<MatlStkInAcctModByKeyFluentHelper,MatlStkInAcctMod, MatlStkInAcctModSelectable>
-