Class DefaultProductionRevenueAccountingMeasurementPointVolumeService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultProductionRevenueAccountingMeasurementPointVolumeService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ProductionRevenueAccountingMeasurementPointVolumeService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultProductionRevenueAccountingMeasurementPointVolumeService")
@Deprecated
public class DefaultProductionRevenueAccountingMeasurementPointVolumeService
extends Object
implements ServiceWithNavigableEntities, ProductionRevenueAccountingMeasurementPointVolumeService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ProductionRevenueAccountingMeasurementPointVolumeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingProductionRevenueAccountingMeasurementPointVolumeService.DEFAULT_SERVICE_PATHto send the requests. -
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.Deprecated.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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultProductionRevenueAccountingMeasurementPointVolumeService
public DefaultProductionRevenueAccountingMeasurementPointVolumeService()Deprecated.Creates a service usingProductionRevenueAccountingMeasurementPointVolumeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultProductionRevenueAccountingMeasurementPointVolumeService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ProductionRevenueAccountingMeasurementPointVolumeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceProductionRevenueAccountingMeasurementPointVolumeService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:ProductionRevenueAccountingMeasurementPointVolumeServiceCreates a batch request builder object.- Specified by:
batchin interfaceProductionRevenueAccountingMeasurementPointVolumeService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllMeasurementItems
Deprecated.Description copied from interface:ProductionRevenueAccountingMeasurementPointVolumeServiceFetch multiplePRAMeasurementDocumentItementities.- Specified by:
getAllMeasurementItemsin interfaceProductionRevenueAccountingMeasurementPointVolumeService- 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.Description copied from interface:ProductionRevenueAccountingMeasurementPointVolumeServiceFetch the number of entries from thePRAMeasurementDocumentItementity collection matching the filter and search expressions.- Specified by:
countMeasurementItemsin interfaceProductionRevenueAccountingMeasurementPointVolumeService- 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 public GetByKeyRequestBuilder<PRAMeasurementDocumentItem> getMeasurementItemsByKey(String pRAMeasurementDocumentNumber, String measurementDocYear, String measurementReadingIdentifier) Deprecated.Description copied from interface:ProductionRevenueAccountingMeasurementPointVolumeServiceFetch a singlePRAMeasurementDocumentItementity using key fields.- Specified by:
getMeasurementItemsByKeyin interfaceProductionRevenueAccountingMeasurementPointVolumeService- Parameters:
pRAMeasurementDocumentNumber- Meas. document numberConstraints: Not nullable, Maximum length: 10
measurementDocYear- Meas. document yearConstraints: Not nullable, Maximum length: 4
measurementReadingIdentifier- Measurement Reading IdentifierConstraints: 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 public UpdateRequestBuilder<PRAMeasurementDocumentItem> updateMeasurementItems(@Nonnull PRAMeasurementDocumentItem pRAMeasurementDocumentItem) Deprecated.Description copied from interface:ProductionRevenueAccountingMeasurementPointVolumeServiceUpdate an existingPRAMeasurementDocumentItementity and save it to the S/4HANA system.- Specified by:
updateMeasurementItemsin interfaceProductionRevenueAccountingMeasurementPointVolumeService- 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.Description copied from interface:ProductionRevenueAccountingMeasurementPointVolumeServiceFetch multiplePRAMeasurementPointVolumesentities.- Specified by:
getAllMeasurementPointVolumein interfaceProductionRevenueAccountingMeasurementPointVolumeService- 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.Description copied from interface:ProductionRevenueAccountingMeasurementPointVolumeServiceFetch the number of entries from thePRAMeasurementPointVolumesentity collection matching the filter and search expressions.- Specified by:
countMeasurementPointVolumein interfaceProductionRevenueAccountingMeasurementPointVolumeService- 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 public GetByKeyRequestBuilder<PRAMeasurementPointVolumes> getMeasurementPointVolumeByKey(String measurementPtVolDocYear, String measurementPtVolumeDoc) Deprecated.Description copied from interface:ProductionRevenueAccountingMeasurementPointVolumeServiceFetch a singlePRAMeasurementPointVolumesentity using key fields.- Specified by:
getMeasurementPointVolumeByKeyin interfaceProductionRevenueAccountingMeasurementPointVolumeService- 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 public CreateRequestBuilder<PRAMeasurementPointVolumes> createMeasurementPointVolume(@Nonnull PRAMeasurementPointVolumes pRAMeasurementPointVolumes) Deprecated.Description copied from interface:ProductionRevenueAccountingMeasurementPointVolumeServiceCreate a newPRAMeasurementPointVolumesentity and save it to the S/4HANA system.- Specified by:
createMeasurementPointVolumein interfaceProductionRevenueAccountingMeasurementPointVolumeService- 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 public DeleteRequestBuilder<PRAMeasurementPointVolumes> deleteMeasurementPointVolume(@Nonnull PRAMeasurementPointVolumes pRAMeasurementPointVolumes) Deprecated.Description copied from interface:ProductionRevenueAccountingMeasurementPointVolumeServiceDeletes an existingPRAMeasurementPointVolumesentity in the S/4HANA system.- Specified by:
deleteMeasurementPointVolumein interfaceProductionRevenueAccountingMeasurementPointVolumeService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-