Interface ProductionRevenueAccountingWellCompletionVolumeService
- All Known Implementing Classes:
DefaultProductionRevenueAccountingWellCompletionVolumeService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
You can read the WellCompletion Volume Document Header and measurement items. WellCompletion Volume documents and WellCompletion measurement item will be created and deleted using this service. WellCompletion measurement item can be updated using this service..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_PRAWELLCOMPLETIONVOLUME_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | PRA Production Data Integration(SAP_COM_0919) |
| Scope Items: | Revenue Accounting - Oil and Gas Production(5NM) |
| Authentication Methods: | x509 |
| Service Group Name: | API_PRAWELLCOMPLETIONVOL |
| Business Object: | ProductionRevenueAccountingWellCompletionVolumes |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from thePRAMeasurementDocumentItementity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from thePRAWellCompletionVolumesentity collection matching the filter and search expressions.createWellCompletionVolume(PRAWellCompletionVolumes pRAWellCompletionVolumes) Deprecated.Create a newPRAWellCompletionVolumesentity and save it to the S/4HANA system.deleteWellCompletionVolume(PRAWellCompletionVolumes pRAWellCompletionVolumes) Deprecated.Deletes an existingPRAWellCompletionVolumesentity in the S/4HANA system.Deprecated.Fetch multiplePRAMeasurementDocumentItementities.Deprecated.Fetch multiplePRAWellCompletionVolumesentities.getMeasurementItemsByKey(String pRAMeasurementDocumentNumber, String measurementDocYear, String measurementReadingIdentifier) Deprecated.Fetch a singlePRAMeasurementDocumentItementity using key fields.getWellCompletionVolumeByKey(String wellCompltnVolDoc, String wellCompltnVolDocYr) Deprecated.Fetch a singlePRAWellCompletionVolumesentity using key fields.updateMeasurementItems(PRAMeasurementDocumentItem pRAMeasurementDocumentItem) Deprecated.Update an existingPRAMeasurementDocumentItementity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
@Nonnull ProductionRevenueAccountingWellCompletionVolumeService withServicePath(@Nonnull String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllMeasurementItems
Deprecated.Fetch multiplePRAMeasurementDocumentItementities.- Returns:
- A request builder to fetch multiple
PRAMeasurementDocumentItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countMeasurementItems
Deprecated.Fetch the number of entries from thePRAMeasurementDocumentItementity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
PRAMeasurementDocumentItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getMeasurementItemsByKey
@Nonnull GetByKeyRequestBuilder<PRAMeasurementDocumentItem> getMeasurementItemsByKey(String pRAMeasurementDocumentNumber, String measurementDocYear, String measurementReadingIdentifier) Deprecated.Fetch a singlePRAMeasurementDocumentItementity using key fields.- Parameters:
pRAMeasurementDocumentNumber- Meas. document numberConstraints: Not nullable, Maximum length: 10
measurementReadingIdentifier- Measurement Reading IdentifierConstraints: Not nullable, Maximum length: 4
measurementDocYear- Meas. document yearConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
PRAMeasurementDocumentItementity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateMeasurementItems
@Nonnull UpdateRequestBuilder<PRAMeasurementDocumentItem> updateMeasurementItems(@Nonnull PRAMeasurementDocumentItem pRAMeasurementDocumentItem) Deprecated.Update an existingPRAMeasurementDocumentItementity and save it to the S/4HANA system.- Parameters:
pRAMeasurementDocumentItem-PRAMeasurementDocumentItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
PRAMeasurementDocumentItementity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWellCompletionVolume
Deprecated.Fetch multiplePRAWellCompletionVolumesentities.- Returns:
- A request builder to fetch multiple
PRAWellCompletionVolumesentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWellCompletionVolume
Deprecated.Fetch the number of entries from thePRAWellCompletionVolumesentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
PRAWellCompletionVolumesentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWellCompletionVolumeByKey
@Nonnull GetByKeyRequestBuilder<PRAWellCompletionVolumes> getWellCompletionVolumeByKey(String wellCompltnVolDoc, String wellCompltnVolDocYr) Deprecated.Fetch a singlePRAWellCompletionVolumesentity using key fields.- Parameters:
wellCompltnVolDoc- Well Completion Delivery Volume Header NumberConstraints: Not nullable, Maximum length: 10
wellCompltnVolDocYr- WC Volumes Document YearConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
PRAWellCompletionVolumesentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createWellCompletionVolume
@Nonnull CreateRequestBuilder<PRAWellCompletionVolumes> createWellCompletionVolume(@Nonnull PRAWellCompletionVolumes pRAWellCompletionVolumes) Deprecated.Create a newPRAWellCompletionVolumesentity and save it to the S/4HANA system.- Parameters:
pRAWellCompletionVolumes-PRAWellCompletionVolumesentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
PRAWellCompletionVolumesentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteWellCompletionVolume
@Nonnull DeleteRequestBuilder<PRAWellCompletionVolumes> deleteWellCompletionVolume(@Nonnull PRAWellCompletionVolumes pRAWellCompletionVolumes) Deprecated.Deletes an existingPRAWellCompletionVolumesentity in the S/4HANA system.- Parameters:
pRAWellCompletionVolumes-PRAWellCompletionVolumesentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
PRAWellCompletionVolumesentity. To perform execution, call theexecutemethod on the request builder object.
-