public interface BatchService extends BatchService<BatchServiceBatch>
This OData API enables you to create, change and read batches. Additionally, it is possible to retrieve and to edit the related classification data. The service is based on the OData protocol, and can be consumed by external systems and user interfaces. .
Reference: SAP API Business Hub
OData Service: | OP_API_BATCH_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Batch |
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. |
Modifier and Type | Method and Description |
---|---|
BatchCreateFluentHelper |
createBatch(Batch batch)
Create a new
Batch entity
and save it to the S/4HANA system. |
BatchCharcCreateFluentHelper |
createBatchCharc(BatchCharc batchCharc)
Create a new
BatchCharc entity and save it to the S/4HANA system. |
BatchCharcValueCreateFluentHelper |
createBatchCharcValue(BatchCharcValue batchCharcValue)
Create a new
BatchCharcValue entity and save it to the S/4HANA system. |
BatchClassCreateFluentHelper |
createBatchClass(BatchClass batchClass)
Create a new
BatchClass entity and save it to the S/4HANA system. |
BatchCharcValueDeleteFluentHelper |
deleteBatchCharcValue(BatchCharcValue batchCharcValue)
Deletes an existing
BatchCharcValue
entity in the S/4HANA system. |
BatchClassDeleteFluentHelper |
deleteBatchClass(BatchClass batchClass)
Deletes an existing
BatchClass entity in the S/4HANA system. |
BatchFluentHelper |
getAllBatch()
Fetch multiple
Batch
entities. |
BatchCharcFluentHelper |
getAllBatchCharc()
Fetch multiple
BatchCharc entities. |
BatchCharcValueFluentHelper |
getAllBatchCharcValue()
Fetch multiple
BatchCharcValue entities. |
BatchClassFluentHelper |
getAllBatchClass()
Fetch multiple
BatchClass entities. |
BatchPlantFluentHelper |
getAllBatchPlant()
Fetch multiple
BatchPlant entities. |
BatchByKeyFluentHelper |
getBatchByKey(String material,
String batchIdentifyingPlant,
String batch)
Fetch a single
Batch
entity using key fields. |
BatchCharcByKeyFluentHelper |
getBatchCharcByKey(String material,
String batchIdentifyingPlant,
String batch,
String charcInternalID)
Fetch a single
BatchCharc entity using key fields. |
BatchCharcValueByKeyFluentHelper |
getBatchCharcValueByKey(String material,
String batchIdentifyingPlant,
String batch,
String charcInternalID,
String charcValuePositionNumber)
Fetch a single
BatchCharcValue entity using key fields. |
BatchClassByKeyFluentHelper |
getBatchClassByKey(String material,
String batchIdentifyingPlant,
String batch)
Fetch a single
BatchClass entity using key fields. |
BatchPlantByKeyFluentHelper |
getBatchPlantByKey(String material,
String batch,
String plant)
Fetch a single
BatchPlant entity using key fields. |
BatchUpdateFluentHelper |
updateBatch(Batch batch)
Update an existing
Batch
entity and save it to the S/4HANA system. |
BatchCharcValueUpdateFluentHelper |
updateBatchCharcValue(BatchCharcValue batchCharcValue)
Update an existing
BatchCharcValue
entity and save it to the S/4HANA system. |
BatchPlantUpdateFluentHelper |
updateBatchPlant(BatchPlant batchPlant)
Update an existing
BatchPlant entity and save it to the S/4HANA system. |
BatchService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull BatchService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchFluentHelper getAllBatch()
Batch
entities.@Nonnull BatchByKeyFluentHelper getBatchByKey(String material, String batchIdentifyingPlant, String batch)
Batch
entity using key fields.material
- Material Number
Constraints: Not nullable, Maximum length: 40
batchIdentifyingPlant
- Plant
Constraints: Not nullable, Maximum length: 4
batch
- Batch Number
Constraints: Not nullable, Maximum length: 10
Batch
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 BatchCreateFluentHelper createBatch(@Nonnull Batch batch)
Batch
entity
and save it to the S/4HANA system.@Nonnull BatchUpdateFluentHelper updateBatch(@Nonnull Batch batch)
Batch
entity and save it to the S/4HANA system.@Nonnull BatchCharcFluentHelper getAllBatchCharc()
BatchCharc
entities.BatchCharc
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 BatchCharcByKeyFluentHelper getBatchCharcByKey(String material, String batchIdentifyingPlant, String batch, String charcInternalID)
BatchCharc
entity using key fields.material
- Material Number
Constraints: Not nullable, Maximum length: 40
charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
batchIdentifyingPlant
- Plant
Constraints: Not nullable, Maximum length: 4
batch
- Batch Number
Constraints: Not nullable, Maximum length: 10
BatchCharc
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 BatchCharcCreateFluentHelper createBatchCharc(@Nonnull BatchCharc batchCharc)
BatchCharc
entity and save it to the S/4HANA system.batchCharc
- BatchCharc
entity object that will be created in the S/4HANA system.BatchCharc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BatchCharcValueFluentHelper getAllBatchCharcValue()
BatchCharcValue
entities.BatchCharcValue
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 BatchCharcValueByKeyFluentHelper getBatchCharcValueByKey(String material, String batchIdentifyingPlant, String batch, String charcInternalID, String charcValuePositionNumber)
BatchCharcValue
entity using key fields.charcValuePositionNumber
- Characteristic value counter
Constraints: Not nullable, Maximum length: 3
material
- Material Number
Constraints: Not nullable, Maximum length: 40
charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
batchIdentifyingPlant
- Plant
Constraints: Not nullable, Maximum length: 4
batch
- Batch Number
Constraints: Not nullable, Maximum length: 10
BatchCharcValue
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 BatchCharcValueCreateFluentHelper createBatchCharcValue(@Nonnull BatchCharcValue batchCharcValue)
BatchCharcValue
entity and save it to the S/4HANA system.batchCharcValue
- BatchCharcValue
entity object that will be created in the S/4HANA system.BatchCharcValue
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BatchCharcValueUpdateFluentHelper updateBatchCharcValue(@Nonnull BatchCharcValue batchCharcValue)
BatchCharcValue
entity and save it to the S/4HANA system.batchCharcValue
- BatchCharcValue
entity object that will be updated in the S/4HANA system.BatchCharcValue
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BatchCharcValueDeleteFluentHelper deleteBatchCharcValue(@Nonnull BatchCharcValue batchCharcValue)
BatchCharcValue
entity in the S/4HANA system.batchCharcValue
- BatchCharcValue
entity object that will be deleted in the S/4HANA system.BatchCharcValue
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BatchClassFluentHelper getAllBatchClass()
BatchClass
entities.BatchClass
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 BatchClassByKeyFluentHelper getBatchClassByKey(String material, String batchIdentifyingPlant, String batch)
BatchClass
entity using key fields.material
- Material Number
Constraints: Not nullable, Maximum length: 40
batchIdentifyingPlant
- Plant
Constraints: Not nullable, Maximum length: 4
batch
- Batch Number
Constraints: Not nullable, Maximum length: 10
BatchClass
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 BatchClassCreateFluentHelper createBatchClass(@Nonnull BatchClass batchClass)
BatchClass
entity and save it to the S/4HANA system.batchClass
- BatchClass
entity object that will be created in the S/4HANA system.BatchClass
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BatchClassDeleteFluentHelper deleteBatchClass(@Nonnull BatchClass batchClass)
BatchClass
entity in the S/4HANA system.batchClass
- BatchClass
entity object that will be deleted in the S/4HANA system.BatchClass
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BatchPlantFluentHelper getAllBatchPlant()
BatchPlant
entities.BatchPlant
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 BatchPlantByKeyFluentHelper getBatchPlantByKey(String material, String batch, String plant)
BatchPlant
entity using key fields.material
- Material Number
Constraints: Not nullable, Maximum length: 40
plant
- Plant
Constraints: Not nullable, Maximum length: 4
batch
- Batch Number
Constraints: Not nullable, Maximum length: 10
BatchPlant
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 BatchPlantUpdateFluentHelper updateBatchPlant(@Nonnull BatchPlant batchPlant)
BatchPlant
entity and save it to the S/4HANA system.batchPlant
- BatchPlant
entity object that will be updated in the S/4HANA system.BatchPlant
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.