Interface PraUnitTractParticipationService

All Known Implementing Classes:
DefaultPraUnitTractParticipationService

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

This inbound OData service enables you to create, read, and update data about Unit Tract Participation in Production and Revenue Accounting (PRA) Ownership. You can query the entities in this service to retrieve the corresponding data about Unit Tract Participation. This service is published on the SAP API Business Hub..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: PRAMAINTUNITVNTRCTRL_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: PRA XI inbound Integration(SAP_COM_0806)
Scope Items: Revenue Accounting - Oil and Gas Production(5NM)
Authentication Methods: x509
Service Group Name: API_PRAMAINTUNITVNTCTRL_O4
Business Object: Production Revenue Accounting Unit to Tract Participation
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull PraUnitTractParticipationService 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.
    • getAllTract

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

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

      @Nonnull GetByKeyRequestBuilder<UnitTract> getTractByKey(String companyCode, String pRAUnitVenture, String pRACombinedProductCode, LocalDate pRAUnitVentureEffctvFrmDte, String pRAUnitVentureUseCtrlNmbr, String pRAUnitVentureTractSqncNmbr)
      Deprecated.
      Fetch a single UnitTract entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      pRAUnitVentureUseCtrlNmbr - Property Unit Use Control Number

      Constraints: Not nullable, Maximum length: 12

      pRAUnitVenture - Joint Venture

      Constraints: Not nullable, Maximum length: 6

      pRAUnitVentureEffctvFrmDte - Effective from date

      Constraints: Not nullable

      pRAUnitVentureTractSqncNmbr - Sequence number

      Constraints: Not nullable, Maximum length: 4

      pRACombinedProductCode - Combined product code

      Constraints: Not nullable, Maximum length: 3

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<UnitTrCtr> getUseControlByKey(String companyCode, String pRAUnitVenture, String pRACombinedProductCode, LocalDate pRAUnitVentureEffctvFrmDte)
      Deprecated.
      Fetch a single UnitTrCtr entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      pRAUnitVenture - Joint Venture

      Constraints: Not nullable, Maximum length: 6

      pRAUnitVentureEffctvFrmDte - Effective from date

      Constraints: Not nullable

      pRACombinedProductCode - Combined product code

      Constraints: Not nullable, Maximum length: 3

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

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

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