Interface MeasuringPointService

All Known Implementing Classes:
DefaultMeasuringPointService

@Deprecated public interface MeasuringPointService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

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. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: MEASURINGPOINT_0001
API Version: 1.2.0
Minimum ERP Version: 2302
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), Reactive Maintenance(4HH), Proactive Maintenance(4HI), Improvement Maintenance(4VT), Operational and Overhead Maintenance(4WM), Corrective Maintenance(BH1), Emergency Maintenance(BH2), Preventive Maintenance(BJ2), Reactive Maintenance(OHH), Proactive Maintenance(OHI), PSM: Preventive Maintenance(OJ2), Improvement Maintenance(OVT), Operational and Overhead Maintenance(OWM), Service Order Processing with SAP Field Service Management(49X), Service Quotation(4GA)
Authentication Methods: x509
Service Group Name: API_MEASURINGPOINT
Business Object: Measuring Point
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull MeasuringPointService 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

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllMeasuringPoint

      @Nonnull GetAllRequestBuilder<MeasuringPoint> getAllMeasuringPoint()
      Deprecated.
      Fetch multiple MeasuringPoint entities.
      Returns:
      A request builder to fetch multiple 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.
    • countMeasuringPoint

      @Nonnull CountRequestBuilder<MeasuringPoint> countMeasuringPoint()
      Deprecated.
      Fetch the number of entries from the MeasuringPoint entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of 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.
    • getMeasuringPointByKey

      @Nonnull GetByKeyRequestBuilder<MeasuringPoint> getMeasuringPointByKey(String measuringPoint)
      Deprecated.
      Fetch a single MeasuringPoint entity using key fields.
      Parameters:
      measuringPoint - Measuring Point

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A request builder to fetch a single 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.
    • createMeasuringPoint

      @Nonnull CreateRequestBuilder<MeasuringPoint> createMeasuringPoint(@Nonnull MeasuringPoint measuringPoint)
      Deprecated.
      Create a new MeasuringPoint entity and save it to the S/4HANA system.
      Parameters:
      measuringPoint - MeasuringPoint entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new MeasuringPoint entity. To perform execution, call the execute method on the request builder object.
    • updateMeasuringPoint

      @Nonnull UpdateRequestBuilder<MeasuringPoint> updateMeasuringPoint(@Nonnull MeasuringPoint measuringPoint)
      Deprecated.
      Update an existing MeasuringPoint entity and save it to the S/4HANA system.
      Parameters:
      measuringPoint - MeasuringPoint entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing MeasuringPoint entity. To perform execution, call the execute method on the request builder object.
    • getAllMeasuringPointLongText

      @Nonnull GetAllRequestBuilder<MeasuringPointLongText> getAllMeasuringPointLongText()
      Deprecated.
      Fetch multiple MeasuringPointLongText entities.
      Returns:
      A request builder to fetch multiple 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.
    • countMeasuringPointLongText

      @Nonnull CountRequestBuilder<MeasuringPointLongText> countMeasuringPointLongText()
      Deprecated.
      Fetch the number of entries from the MeasuringPointLongText entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of 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.
    • getMeasuringPointLongTextByKey

      @Nonnull GetByKeyRequestBuilder<MeasuringPointLongText> getMeasuringPointLongTextByKey(String measuringPoint)
      Deprecated.
      Fetch a single MeasuringPointLongText entity using key fields.
      Parameters:
      measuringPoint - Measuring Point

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A request builder to fetch a single 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.
    • createMeasuringPointLongText

      @Nonnull CreateRequestBuilder<MeasuringPointLongText> createMeasuringPointLongText(@Nonnull MeasuringPointLongText measuringPointLongText)
      Deprecated.
      Create a new MeasuringPointLongText entity and save it to the S/4HANA system.
      Parameters:
      measuringPointLongText - MeasuringPointLongText entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new MeasuringPointLongText entity. To perform execution, call the execute method on the request builder object.
    • updateMeasuringPointLongText

      @Nonnull UpdateRequestBuilder<MeasuringPointLongText> updateMeasuringPointLongText(@Nonnull MeasuringPointLongText measuringPointLongText)
      Deprecated.
      Update an existing MeasuringPointLongText entity and save it to the S/4HANA system.
      Parameters:
      measuringPointLongText - MeasuringPointLongText entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing MeasuringPointLongText entity. To perform execution, call the execute method on the request builder object.