Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readproductmasterdataincludingclassification |
Modifier and Type | Field and Description |
---|---|
static EntityField<ProductWorkScheduling,BigDecimal> |
ProductWorkScheduling.MATERIAL_BASE_QUANTITY
Use with available fluent helpers to apply the MaterialBaseQuantity field to query operations.
|
static EntityField<ProductWorkScheduling,BigDecimal> |
ProductWorkScheduling.OVER_DELIV_TOLERANCE_LIMIT
Use with available fluent helpers to apply the OverDelivToleranceLimit field to query operations.
|
static EntityField<ProductWorkScheduling,String> |
ProductWorkScheduling.PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static EntityField<ProductWorkScheduling,String> |
ProductWorkScheduling.PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static EntityField<ProductWorkScheduling,String> |
ProductWorkScheduling.PRODUCTION_INVTRY_MANAGED_LOC
Use with available fluent helpers to apply the ProductionInvtryManagedLoc field to query operations.
|
static EntityField<ProductWorkScheduling,BigDecimal> |
ProductWorkScheduling.UNDER_DELIV_TOLERANCE_LIMIT
Use with available fluent helpers to apply the UnderDelivToleranceLimit field to query operations.
|
static EntityField<ProductWorkScheduling,Boolean> |
ProductWorkScheduling.UNLIMITED_OVER_DELIV_IS_ALLOWED
Use with available fluent helpers to apply the UnlimitedOverDelivIsAllowed field to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductWorkScheduling |
ProductWorkScheduling.ProductWorkSchedulingBuilder.build() |
ProductWorkScheduling |
ProductWorkSchedulingByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
ProductWorkScheduling |
ProductWorkSchedulingByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
ProductWorkScheduling |
ProductWorkSchedulingByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
ProductWorkScheduling |
ProductPlant.fetchProductWorkScheduling()
Fetches the ProductWorkScheduling entity (one to one) associated with this entity.
|
Modifier and Type | Method and Description |
---|---|
List<ProductWorkScheduling> |
ProductWorkSchedulingFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<ProductWorkScheduling> |
ProductWorkSchedulingFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<ProductWorkScheduling> |
ProductWorkSchedulingFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
static <T> EntityField<ProductWorkScheduling,T> |
ProductWorkScheduling.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<ProductWorkScheduling> |
ProductWorkScheduling.getType() |
Modifier and Type | Method and Description |
---|---|
ProductWorkSchedulingFluentHelper |
ProductWorkSchedulingFluentHelper.filter(ExpressionFluentHelper<ProductWorkScheduling> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
ProductWorkSchedulingFluentHelper |
ProductWorkSchedulingFluentHelper.orderBy(EntityField<ProductWorkScheduling,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Copyright © 2017 SAP SE. All rights reserved.