public class MatlStkInAcctModByKeyFluentHelper extends FluentHelperByKey<MatlStkInAcctModByKeyFluentHelper,MatlStkInAcctMod,MatlStkInAcctModSelectable>
MatlStkInAcctMod
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself.Constructor and Description |
---|
MatlStkInAcctModByKeyFluentHelper(String servicePath,
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. |
Modifier and Type | Method and Description |
---|---|
protected Class<MatlStkInAcctMod> |
getEntityClass()
Returns a class object of the type this fluent helper works with.
|
protected Map<String,Object> |
getKey()
Getter for a map containing the OData name of key properties, each mapped to the value to search by.
|
execute, getQueryBuilder, select, toQuery, withErrorHandler, withQueryParameter
cachingMetadata, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withHeader, withHeaders, withoutCachingMetadata
public MatlStkInAcctModByKeyFluentHelper(@Nonnull String servicePath, String material, String plant, String storageLocation, String batch, String supplier, String customer, String wBSElementInternalID, String sDDocument, String sDDocumentItem, String inventorySpecialStockType, String inventoryStockType)
MatlStkInAcctMod
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.material
- Material in respect of which the stock is managed.
Constraints: Not nullable, Maximum length: 40
wBSElementInternalID
- Key that identifies the WBS element that is assigned to a sales order stock
Constraints: Not nullable, Maximum length: 24
inventorySpecialStockType
- Special Stock Type
Constraints: Not nullable, Maximum length: 1
servicePath
- Service path to be used to fetch a single MatlStkInAcctMod
plant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
supplier
- Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system.
Constraints: Not nullable, Maximum length: 10
batch
- Assigns a material that is manufactured in batches or production lots to a specific batch.
Constraints: Not nullable, Maximum length: 10
storageLocation
- Number of the storage location in which the material is stored. A plant may contain one or more
storage locations.
Constraints: Not nullable, Maximum length: 4
sDDocumentItem
- Uniquely identifies an item in a sales order.
Constraints: Not nullable, Maximum length: 6
inventoryStockType
- Unique stock type that identifies the purpose of the stock.
Constraints: Not nullable, Maximum length: 2
sDDocument
- Uniquely identifies a sales order.
Constraints: Not nullable, Maximum length: 10
customer
- Gives an alphanumeric key, which clearly identifies the customer or supplier in the SAP system.
Constraints: Not nullable, Maximum length: 10
@Nonnull protected Class<MatlStkInAcctMod> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<MatlStkInAcctModByKeyFluentHelper,MatlStkInAcctMod,MatlStkInAcctMod>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<MatlStkInAcctModByKeyFluentHelper,MatlStkInAcctMod,MatlStkInAcctModSelectable>
Copyright © 2020 SAP SE. All rights reserved.