Class DefaultPraFundsTransferService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,PraFundsTransferService
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. .
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 Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.PraFundsTransferService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingPraFundsTransferService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theFunds_Detialsentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFunds_Headerentity collection matching the filter and search expressions.createFundsHeader(Funds_Header funds_Header) Deprecated.Create a newFunds_Headerentity and save it to the S/4HANA system.Deprecated.Fetch multipleFunds_Detialsentities.Deprecated.Fetch multipleFunds_Headerentities.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 singleFunds_Detialsentity using key fields.getFundsHeaderByKey(String pRAFundsTransferChangeNumber) Deprecated.Fetch a singleFunds_Headerentity using key fields.Deprecated.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultPraFundsTransferService
public DefaultPraFundsTransferService()Deprecated.Creates a service usingPraFundsTransferService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:PraFundsTransferServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfacePraFundsTransferService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:PraFundsTransferServiceCreates a batch request builder object.- Specified by:
batchin interfacePraFundsTransferService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllFundsDetail
Deprecated.Description copied from interface:PraFundsTransferServiceFetch multipleFunds_Detialsentities.- Specified by:
getAllFundsDetailin interfacePraFundsTransferService- Returns:
- A request builder to fetch multiple
Funds_Detialsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countFundsDetail
Deprecated.Description copied from interface:PraFundsTransferServiceFetch the number of entries from theFunds_Detialsentity collection matching the filter and search expressions.- Specified by:
countFundsDetailin interfacePraFundsTransferService- Returns:
- A request builder to fetch the count of
Funds_Detialsentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod 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:PraFundsTransferServiceFetch a singleFunds_Detialsentity using key fields.- Specified by:
getFundsDetailByKeyin interfacePraFundsTransferService- Parameters:
pRAFundsTransferChangeNumber- RD transfer change numberConstraints: Not nullable, Maximum length: 12
pRATransferFromCustSuplrCode- Transferor customer / vendor indicatorConstraints: Not nullable, Maximum length: 1
pRAFundsTransferFromOwner- Transferor - ownerConstraints: Not nullable, Maximum length: 10
pRAFndsTransfFrmOwnrIntrstType- Transferor participant interest typeConstraints: Not nullable, Maximum length: 2
pRAFndsTransfFrmOwnrIntrstSeq- Transferor owner interest sequence numberConstraints: Not nullable, Maximum length: 2
pRATransferToCustSuplrCode- Transferee customer / vendor indicatorConstraints: Not nullable, Maximum length: 1
pRAFundsTransferToOwner- Transferee - ownerConstraints: Not nullable, Maximum length: 10
pRAFndsTransfToOwnrIntrstType- Transferee participant interest typeConstraints: Not nullable, Maximum length: 2
pRAFndsTransfToOwnrIntrstSeq- Transferee owner interest sequence numberConstraints: Not nullable, Maximum length: 2
companyCode- Company CodeConstraints: Not nullable, Maximum length: 4
pRAJointVenture- Joint VentureConstraints: Not nullable, Maximum length: 6
divisionOfInterest- Division of Interest (DOI)Constraints: Not nullable, Maximum length: 5
pRATransferEffectiveFromDate- Effective from dateConstraints: Not nullable
- Returns:
- A request builder to fetch a single
Funds_Detialsentity 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 theexecutemethod on the request builder object.
-
getAllFundsHeader
Deprecated.Description copied from interface:PraFundsTransferServiceFetch multipleFunds_Headerentities.- Specified by:
getAllFundsHeaderin interfacePraFundsTransferService- Returns:
- A request builder to fetch multiple
Funds_Headerentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countFundsHeader
Deprecated.Description copied from interface:PraFundsTransferServiceFetch the number of entries from theFunds_Headerentity collection matching the filter and search expressions.- Specified by:
countFundsHeaderin interfacePraFundsTransferService- Returns:
- A request builder to fetch the count of
Funds_Headerentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getFundsHeaderByKey
@Nonnull public GetByKeyRequestBuilder<Funds_Header> getFundsHeaderByKey(String pRAFundsTransferChangeNumber) Deprecated.Description copied from interface:PraFundsTransferServiceFetch a singleFunds_Headerentity using key fields.- Specified by:
getFundsHeaderByKeyin interfacePraFundsTransferService- Parameters:
pRAFundsTransferChangeNumber- RD transfer change numberConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
Funds_Headerentity 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 theexecutemethod on the request builder object.
-
createFundsHeader
@Nonnull public CreateRequestBuilder<Funds_Header> createFundsHeader(@Nonnull Funds_Header funds_Header) Deprecated.Description copied from interface:PraFundsTransferServiceCreate a newFunds_Headerentity and save it to the S/4HANA system.- Specified by:
createFundsHeaderin interfacePraFundsTransferService- Parameters:
funds_Header-Funds_Headerentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
Funds_Headerentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-