Class DefaultPraFundsTransferService

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultPraFundsTransferService
All Implemented Interfaces:
OperationsOnEntityCollections, ServiceWithNavigableEntities, PraFundsTransferService

@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultPraFundsTransferService") @Deprecated public class DefaultPraFundsTransferService extends Object implements ServiceWithNavigableEntities, 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
  • Constructor Details

  • Method Details

    • withServicePath

      @Nonnull public DefaultPraFundsTransferService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Description copied from interface: PraFundsTransferService
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Specified by:
      withServicePath in interface PraFundsTransferService
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      @Nonnull public BatchRequestBuilder batch()
      Deprecated.
      Description copied from interface: PraFundsTransferService
      Creates a batch request builder object.
      Specified by:
      batch in interface PraFundsTransferService
      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 public GetAllRequestBuilder<Funds_Detials> getAllFundsDetail()
      Deprecated.
      Description copied from interface: PraFundsTransferService
      Fetch multiple Funds_Detials entities.
      Specified by:
      getAllFundsDetail in interface PraFundsTransferService
      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 public CountRequestBuilder<Funds_Detials> countFundsDetail()
      Deprecated.
      Description copied from interface: PraFundsTransferService
      Fetch the number of entries from the Funds_Detials entity collection matching the filter and search expressions.
      Specified by:
      countFundsDetail in interface PraFundsTransferService
      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 public 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.
      Description copied from interface: PraFundsTransferService
      Fetch a single Funds_Detials entity using key fields.
      Specified by:
      getFundsDetailByKey in interface PraFundsTransferService
      Parameters:
      pRAFundsTransferChangeNumber - RD transfer change number

      Constraints: Not nullable, Maximum length: 12

      pRATransferFromCustSuplrCode - Transferor customer / vendor indicator

      Constraints: Not nullable, Maximum length: 1

      pRAFundsTransferFromOwner - Transferor - owner

      Constraints: Not nullable, Maximum length: 10

      pRAFndsTransfFrmOwnrIntrstType - Transferor participant interest type

      Constraints: Not nullable, Maximum length: 2

      pRAFndsTransfFrmOwnrIntrstSeq - Transferor owner interest sequence number

      Constraints: Not nullable, Maximum length: 2

      pRATransferToCustSuplrCode - Transferee customer / vendor indicator

      Constraints: Not nullable, Maximum length: 1

      pRAFundsTransferToOwner - Transferee - owner

      Constraints: Not nullable, Maximum length: 10

      pRAFndsTransfToOwnrIntrstType - Transferee participant interest type

      Constraints: Not nullable, Maximum length: 2

      pRAFndsTransfToOwnrIntrstSeq - Transferee owner interest sequence number

      Constraints: Not nullable, Maximum length: 2

      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      pRAJointVenture - Joint Venture

      Constraints: Not nullable, Maximum length: 6

      divisionOfInterest - Division of Interest (DOI)

      Constraints: Not nullable, Maximum length: 5

      pRATransferEffectiveFromDate - Effective from date

      Constraints: Not nullable

      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 public GetAllRequestBuilder<Funds_Header> getAllFundsHeader()
      Deprecated.
      Description copied from interface: PraFundsTransferService
      Fetch multiple Funds_Header entities.
      Specified by:
      getAllFundsHeader in interface PraFundsTransferService
      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 public CountRequestBuilder<Funds_Header> countFundsHeader()
      Deprecated.
      Description copied from interface: PraFundsTransferService
      Fetch the number of entries from the Funds_Header entity collection matching the filter and search expressions.
      Specified by:
      countFundsHeader in interface PraFundsTransferService
      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 public GetByKeyRequestBuilder<Funds_Header> getFundsHeaderByKey(String pRAFundsTransferChangeNumber)
      Deprecated.
      Description copied from interface: PraFundsTransferService
      Fetch a single Funds_Header entity using key fields.
      Specified by:
      getFundsHeaderByKey in interface PraFundsTransferService
      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 public CreateRequestBuilder<Funds_Header> createFundsHeader(@Nonnull Funds_Header funds_Header)
      Deprecated.
      Description copied from interface: PraFundsTransferService
      Create a new Funds_Header entity and save it to the S/4HANA system.
      Specified by:
      createFundsHeader in interface PraFundsTransferService
      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.
    • getServicePath

      @Nonnull public String getServicePath()
      Deprecated.
      Specified by:
      getServicePath in interface ServiceWithNavigableEntities