Interface PraJointVentureService

All Known Implementing Classes:
DefaultPraJointVentureService

@Deprecated public interface PraJointVentureService
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 Joint Venture in Production Revenue Accounting (PRA) Ownership. You can query the entities in this service to retrieve the corresponding data about Joint Venture. This service is published on the SAP API Business Hub. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: PRAMAINTVENTURE_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_PRAMAINTVENTURE_O4
Business Object: Production Revenue Accounting Joint Venture
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull PraJointVentureService 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.
    • getAllUnitVenture

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

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

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

      Constraints: Not nullable, Maximum length: 4

      pRAUnitVenture - Joint Venture

      Constraints: Not nullable, Maximum length: 6

      pRACombinedProductCode - Combined product code

      Constraints: Not nullable, Maximum length: 3

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<PRAVenture> getVentureByKey(String companyCode, String pRAJointVenture)
      Deprecated.
      Fetch a single PRAVenture entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      pRAJointVenture - Joint Venture

      Constraints: Not nullable, Maximum length: 6

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

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

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