Interface ProductionRevenueAccountingMeasurementPointVolumeService
- All Known Implementing Classes:
DefaultProductionRevenueAccountingMeasurementPointVolumeService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
You can read the Measurement Point Volume Document Header and measurement items. Measurement Point Volume documents and Measurement Point measurement item will be created and deleted using this service. Measurement Point measurement item can be updated using this service..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_PRAMEASUREMENTPOINTVOL_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_PRAMEASUREMENTPOINTVOL |
| Business Object: | ProductionRevenueAccountingMeasurementPointVolumes |
-
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 thePRAMeasurementPointVolumesentity collection matching the filter and search expressions.createMeasurementPointVolume(PRAMeasurementPointVolumes pRAMeasurementPointVolumes) Deprecated.Create a newPRAMeasurementPointVolumesentity and save it to the S/4HANA system.deleteMeasurementPointVolume(PRAMeasurementPointVolumes pRAMeasurementPointVolumes) Deprecated.Deletes an existingPRAMeasurementPointVolumesentity in the S/4HANA system.Deprecated.Fetch multiplePRAMeasurementDocumentItementities.Deprecated.Fetch multiplePRAMeasurementPointVolumesentities.getMeasurementItemsByKey(String pRAMeasurementDocumentNumber, String measurementDocYear, String measurementReadingIdentifier) Deprecated.Fetch a singlePRAMeasurementDocumentItementity using key fields.getMeasurementPointVolumeByKey(String measurementPtVolDocYear, String measurementPtVolumeDoc) Deprecated.Fetch a singlePRAMeasurementPointVolumesentity 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 ProductionRevenueAccountingMeasurementPointVolumeService 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.
-
getAllMeasurementPointVolume
Deprecated.Fetch multiplePRAMeasurementPointVolumesentities.- Returns:
- A request builder to fetch multiple
PRAMeasurementPointVolumesentities. 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.
-
countMeasurementPointVolume
Deprecated.Fetch the number of entries from thePRAMeasurementPointVolumesentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
PRAMeasurementPointVolumesentities. 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.
-
getMeasurementPointVolumeByKey
@Nonnull GetByKeyRequestBuilder<PRAMeasurementPointVolumes> getMeasurementPointVolumeByKey(String measurementPtVolDocYear, String measurementPtVolumeDoc) Deprecated.Fetch a singlePRAMeasurementPointVolumesentity using key fields.- Parameters:
measurementPtVolDocYear- Measurement point document yearConstraints: Not nullable, Maximum length: 4
measurementPtVolumeDoc- MP volume NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
PRAMeasurementPointVolumesentity 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.
-
createMeasurementPointVolume
@Nonnull CreateRequestBuilder<PRAMeasurementPointVolumes> createMeasurementPointVolume(@Nonnull PRAMeasurementPointVolumes pRAMeasurementPointVolumes) Deprecated.Create a newPRAMeasurementPointVolumesentity and save it to the S/4HANA system.- Parameters:
pRAMeasurementPointVolumes-PRAMeasurementPointVolumesentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
PRAMeasurementPointVolumesentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteMeasurementPointVolume
@Nonnull DeleteRequestBuilder<PRAMeasurementPointVolumes> deleteMeasurementPointVolume(@Nonnull PRAMeasurementPointVolumes pRAMeasurementPointVolumes) Deprecated.Deletes an existingPRAMeasurementPointVolumesentity in the S/4HANA system.- Parameters:
pRAMeasurementPointVolumes-PRAMeasurementPointVolumesentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
PRAMeasurementPointVolumesentity. To perform execution, call theexecutemethod on the request builder object.
-