public interface ProductionVolumeCaptureService extends BatchService<ProductionVolumeCaptureServiceBatch>
You can use the service to read and create production volumes for wells or combination of well and well completions. The service is based on the OData protocol and can be consumed by external systems.
Reference: SAP API Business Hub
OData Service: | API_PRODVOLCAPTURE |
API Version: | 1 |
Communication Scenario: | Production Volume Management Integration (SAP_COM_0704) |
Scope Items: | Production Volume Capture (4AG) |
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. |
Modifier and Type | Method and Description |
---|---|
ProductionVolumeCreateFluentHelper |
createProductionVolume(ProductionVolume productionVolume)
Create a new
ProductionVolume entity and save it to the S/4HANA system. |
ProductionVolumeFluentHelper |
getAllProductionVolume()
Fetch multiple
ProductionVolume entities. |
ProductionVolumeByKeyFluentHelper |
getProductionVolumeByKey(String well,
String wellCompletion,
LocalDateTime productionDate,
ZonedDateTime oilAllocAtWellCompltnDateTime)
Fetch a single
ProductionVolume entity using key fields. |
ProductionVolumeCaptureService |
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 ProductionVolumeCaptureService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ProductionVolumeFluentHelper getAllProductionVolume()
ProductionVolume
entities.ProductionVolume
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 ProductionVolumeByKeyFluentHelper getProductionVolumeByKey(String well, String wellCompletion, LocalDateTime productionDate, ZonedDateTime oilAllocAtWellCompltnDateTime)
ProductionVolume
entity using key fields.productionDate
- Production Date
Constraints: Not nullable, Precision: 0
well
- Well ID
Constraints: Not nullable, Maximum length: 30
wellCompletion
- Well Completion ID
Constraints: Not nullable, Maximum length: 30
oilAllocAtWellCompltnDateTime
- The UTC time stamp is the date and time relative to UTC (Universal Coordinated Time).
Constraints: Not nullable, Precision: 0
ProductionVolume
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 ProductionVolumeCreateFluentHelper createProductionVolume(@Nonnull ProductionVolume productionVolume)
ProductionVolume
entity and save it to the S/4HANA system.productionVolume
- ProductionVolume
entity object that will be created in the S/4HANA system.ProductionVolume
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.