Interface PraFundsTransferService

All Known Implementing Classes:
DefaultPraFundsTransferService

@Deprecated public interface PraFundsTransferService
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 process Funds Transfer in Production and Revenue Accounting (PRA) Ownership. This service is published on the SAP API Business Hub. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: PRAFUNDSTRANSFER_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_PRAFUNDSTRANSFER
Business Object: Production Revenue Accounting Owner Transfer Document
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull PraFundsTransferService 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.
    • getAllFundsDetail

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

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

      @Nonnull GetByKeyRequestBuilder<Funds_Detials> getFundsDetailByKey(String pRAFundsTransferChangeNumber, String pRATransferFromCustSuplrCode, String pRAFundsTransferFromOwner, String pRAFndsTransfFrmOwnrIntrstType, String pRAFndsTransfFrmOwnrIntrstSeq, String pRATransferToCustSuplrCode, String pRAFundsTransferToOwner, String pRAFndsTransfToOwnrIntrstType, String pRAFndsTransfToOwnrIntrstSeq, String companyCode, String pRAJointVenture, String divisionOfInterest, LocalDate pRATransferEffectiveFromDate)
      Deprecated.
      Fetch a single Funds_Detials entity using key fields.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      pRAFundsTransferFromOwner - Transferor - owner

      Constraints: Not nullable, Maximum length: 10

      pRAFundsTransferToOwner - Transferee - owner

      Constraints: Not nullable, Maximum length: 10

      pRAFndsTransfToOwnrIntrstSeq - Transferee owner interest sequence number

      Constraints: Not nullable, Maximum length: 2

      pRAFndsTransfFrmOwnrIntrstType - Transferor participant interest type

      Constraints: Not nullable, Maximum length: 2

      pRAFundsTransferChangeNumber - RD transfer change number

      Constraints: Not nullable, Maximum length: 12

      pRAFndsTransfFrmOwnrIntrstSeq - Transferor owner interest sequence number

      Constraints: Not nullable, Maximum length: 2

      divisionOfInterest - Division of Interest (DOI)

      Constraints: Not nullable, Maximum length: 5

      pRATransferFromCustSuplrCode - Transferor customer / vendor indicator

      Constraints: Not nullable, Maximum length: 1

      pRAFndsTransfToOwnrIntrstType - Transferee participant interest type

      Constraints: Not nullable, Maximum length: 2

      pRATransferEffectiveFromDate - Effective from date

      Constraints: Not nullable

      pRATransferToCustSuplrCode - Transferee customer / vendor indicator

      Constraints: Not nullable, Maximum length: 1

      pRAJointVenture - Joint Venture

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull GetByKeyRequestBuilder<Funds_Header> getFundsHeaderByKey(String pRAFundsTransferChangeNumber)
      Deprecated.
      Fetch a single Funds_Header entity using key fields.
      Parameters:
      pRAFundsTransferChangeNumber - RD transfer change number

      Constraints: Not nullable, Maximum length: 12

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

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