Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readplannedorders |
Modifier and Type | Field and Description |
---|---|
static EntityField<PlannedOrderComponent,String> |
PlannedOrderComponent.B_O_M_ITEM
Use with available fluent helpers to apply the BOMItem field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PlannedOrderComponent.B_O_M_ITEM_DESCRIPTION
Use with available fluent helpers to apply the BOMItemDescription field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PlannedOrderComponent.BASE_UNIT
Use with available fluent helpers to apply the BaseUnit field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PlannedOrderComponent.BILL_OF_MATERIAL_CATEGORY
Use with available fluent helpers to apply the BillOfMaterialCategory field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PlannedOrderComponent.M_R_P_CONTROLLER
Use with available fluent helpers to apply the MRPController field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PlannedOrderComponent.MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static EntityField<PlannedOrderComponent,Calendar> |
PlannedOrderComponent.MATL_COMP_REQUIREMENT_DATE
Use with available fluent helpers to apply the MatlCompRequirementDate field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PlannedOrderComponent.PLANNED_ORDER
Use with available fluent helpers to apply the PlannedOrder field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PlannedOrderComponent.PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static EntityField<PlannedOrderComponent,BigDecimal> |
PlannedOrderComponent.REQUIRED_QUANTITY
Use with available fluent helpers to apply the RequiredQuantity field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PlannedOrderComponent.RESERVATION
Use with available fluent helpers to apply the Reservation field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PlannedOrderComponent.RESERVATION_ITEM
Use with available fluent helpers to apply the ReservationItem field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PlannedOrderComponent.STORAGE_LOCATION
Use with available fluent helpers to apply the StorageLocation field to query operations.
|
static EntityField<PlannedOrderComponent,String> |
PlannedOrderComponent.SUPPLY_AREA
Use with available fluent helpers to apply the SupplyArea field to query operations.
|
static EntityField<PlannedOrderComponent,BigDecimal> |
PlannedOrderComponent.WITHDRAWN_QUANTITY
Use with available fluent helpers to apply the WithdrawnQuantity field to query operations.
|
Modifier and Type | Method and Description |
---|---|
PlannedOrderComponent |
PlannedOrderComponent.PlannedOrderComponentBuilder.build() |
PlannedOrderComponent |
PlannedOrderComponentByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
PlannedOrderComponent |
PlannedOrderComponentByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
PlannedOrderComponent |
PlannedOrderComponentByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
Modifier and Type | Method and Description |
---|---|
List<PlannedOrderComponent> |
PlannedOrderComponentFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<PlannedOrderComponent> |
PlannedOrderComponentFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<PlannedOrderComponent> |
PlannedOrderComponentFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
List<PlannedOrderComponent> |
PlannedOrder.fetchPlannedOrderComponent()
Fetches the PlannedOrderComponent entities (one to many) associated with this entity.
|
static <T> EntityField<PlannedOrderComponent,T> |
PlannedOrderComponent.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<PlannedOrderComponent> |
PlannedOrderComponent.getType() |
Modifier and Type | Method and Description |
---|---|
PlannedOrderComponentFluentHelper |
PlannedOrderComponentFluentHelper.filter(ExpressionFluentHelper<PlannedOrderComponent> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
PlannedOrderComponentFluentHelper |
PlannedOrderComponentFluentHelper.orderBy(EntityField<PlannedOrderComponent,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Copyright © 2017 SAP SE. All rights reserved.