public interface MeasuringPointService
In Plant Maintenance, measuring points are located on technical objects such as pieces of equipment or at functional locations. The payload used to create a measuring point through this API is sent in JSON format as a request object. The long text for the measuring point is included within as a nested object. .
Reference: SAP API Business Hub
OData Service: | MEASURINGPOINT_0001 |
API Version: | 1 |
Communication Scenario: | Asset Management Master Data Integration (SAP_COM_0395) |
Scope Items: | Service Order Management and Monitoring (3D2), Service Contract Management (3MO), In-House Repair (3XK), Service Order processing with SAP Field service management (49X), Service Quotation (4GA), Reactive Maintenance (4HH), Proactive Maintenance (4HI), Improvement Maintenance (4VT), Operational and Overhead Maintenance (4WM), Corrective Maintenance (BH1), Emergency Maintenance (BH2), Preventive Maintenance (BJ2) |
Authentication Methods: | Basic, x509, OAuth2 |
Service Group Name: | API_MEASURINGPOINT |
Business Object: | MeasuringPoint |
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. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull MeasuringPointService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<MeasuringPoint> getAllMeasuringPoint()
MeasuringPoint
entities.MeasuringPoint
entities. This request builder allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<MeasuringPoint> countMeasuringPoint()
MeasuringPoint
entity
collection matching the filter and search expressions.MeasuringPoint
entities. This request builder allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<MeasuringPoint> getMeasuringPointByKey(@Nonnull String measuringPoint)
MeasuringPoint
entity using key fields.measuringPoint
- Measuring Point
Constraints: Not nullable, Maximum length: 12
MeasuringPoint
entity 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 the
execute
method on the request builder object.@Nonnull CreateRequestBuilder<MeasuringPoint> createMeasuringPoint(@Nonnull MeasuringPoint measuringPoint)
MeasuringPoint
entity and save it to the S/4HANA system.measuringPoint
- MeasuringPoint
entity object that will be created in the S/4HANA system.MeasuringPoint
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<MeasuringPoint> updateMeasuringPoint(@Nonnull MeasuringPoint measuringPoint)
MeasuringPoint
entity and save it to the S/4HANA system.measuringPoint
- MeasuringPoint
entity object that will be updated in the S/4HANA system.MeasuringPoint
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<MeasuringPointLongText> getAllMeasuringPointLongText()
MeasuringPointLongText
entities.MeasuringPointLongText
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<MeasuringPointLongText> countMeasuringPointLongText()
MeasuringPointLongText
entity collection matching the filter and search expressions.MeasuringPointLongText
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<MeasuringPointLongText> getMeasuringPointLongTextByKey(@Nonnull String measuringPoint)
MeasuringPointLongText
entity using key fields.measuringPoint
- Measuring Point
Constraints: Not nullable, Maximum length: 12
MeasuringPointLongText
entity 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 the
execute
method on the request builder object.@Nonnull CreateRequestBuilder<MeasuringPointLongText> createMeasuringPointLongText(@Nonnull MeasuringPointLongText measuringPointLongText)
MeasuringPointLongText
entity and save it to the S/4HANA system.measuringPointLongText
- MeasuringPointLongText
entity object that will be created in the S/4HANA system.MeasuringPointLongText
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<MeasuringPointLongText> updateMeasuringPointLongText(@Nonnull MeasuringPointLongText measuringPointLongText)
MeasuringPointLongText
entity and save it to the S/4HANA system.measuringPointLongText
- MeasuringPointLongText
entity object that will be updated in the S/4HANA system.MeasuringPointLongText
entity. To perform execution, call the
execute
method on the request builder object.Copyright © 2021 SAP SE. All rights reserved.