public interface KanbanControlCycleService
This service enables you to retrieve Kanban control cycles and to set the status of the underlying Kanban containers. It can be consumed by external systems and user interfaces.
Reference: SAP API Business Hub
OData Service: | API_KANBAN_CONTROL_CYCLE_SRV |
API Version: | 2 |
Communication Scenario: | Kanban Control Cycle Integration (SAP_COM_0330) |
Scope Items: | Manufacturing with Kanban Supply into Production (1E3) |
Authentication Methods: | Basic, x509 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.KanbanControlCycleService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull KanbanContainerFluentHelper getAllKanbanContainer()
KanbanContainer
entities.KanbanContainer
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull KanbanContainerByKeyFluentHelper getKanbanContainerByKey(String kanbanContainer)
KanbanContainer
entity using key fields.kanbanContainer
- Determines the Kanban number.
Constraints: Not nullable, Maximum length: 10
KanbanContainer
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull KanbanControlCycleFluentHelper getAllKanbanControlCycle()
KanbanControlCycle
entities.KanbanControlCycle
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull KanbanControlCycleByKeyFluentHelper getKanbanControlCycleByKey(String kanbanControlCycle)
KanbanControlCycle
entity using key fields.kanbanControlCycle
- Number, that specifically identifies the control cycle.
Constraints: Not nullable, Maximum length: 7
KanbanControlCycle
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull KanbanCtnDetailedQtyFluentHelper getAllKanbanCtnDetailedQty()
KanbanCtnDetailedQty
entities.KanbanCtnDetailedQty
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull KanbanCtnDetailedQtyByKeyFluentHelper getKanbanCtnDetailedQtyByKey(String kanbanContainer, String batch)
KanbanCtnDetailedQty
entity using key fields.batch
- Assigns a material that is manufactured in batches or production lots to a specific batch.
Constraints: Not nullable, Maximum length: 10
kanbanContainer
- Determines the Kanban number.
Constraints: Not nullable, Maximum length: 10
KanbanCtnDetailedQty
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull KanbanDeliveryFluentHelper getAllKanbanDelivery()
KanbanDelivery
entities.KanbanDelivery
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull KanbanDeliveryByKeyFluentHelper getKanbanDeliveryByKey(String kanbanContainer)
KanbanDelivery
entity using key fields.kanbanContainer
- Determines the Kanban number.
Constraints: Not nullable, Maximum length: 10
KanbanDelivery
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SetKanbanContainerStatusFluentHelper setKanbanContainerStatus(String kanbanContainer, String kanbanContainerStatus, BigDecimal actualQuantityInUnitOfEntry, String unitOfEntry, String batch, ZonedDateTime kanbanCtnStatusChangeDateTime, String deliveryNote)
Creates a fluent helper for the SetKanbanContainerStatus OData function import.
actualQuantityInUnitOfEntry
- Actual Quantity
Constraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: ActualQuantityInUnitOfEntry
deliveryNote
- Delivery note
Constraints: Nullable, Maximum length: 16
Original parameter name from the Odata EDM: DeliveryNote
kanbanContainerStatus
- Kanban Status
Constraints: Nullable, Maximum length: 1
Original parameter name from the Odata EDM: KanbanContainerStatus
batch
- Batch
Constraints: Nullable, Maximum length: 10
Original parameter name from the Odata EDM: Batch
kanbanCtnStatusChangeDateTime
- Time Stamp
Constraints: Nullable, Precision: 7
Original parameter name from the Odata EDM: KanbanCtnStatusChangeDateTime
kanbanContainer
- Kanban ID
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: KanbanContainer
unitOfEntry
- Unit
Constraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: UnitOfEntry
execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.