Interface PraFundsTransferService
- All Known Implementing Classes:
DefaultPraFundsTransferService
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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
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.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
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
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllFundsDetail
Deprecated.Fetch multipleFunds_Detialsentities.- 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.Fetch the number of entries from theFunds_Detialsentity collection matching the filter and search expressions.- 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 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 singleFunds_Detialsentity using key fields.- Parameters:
companyCode- Company CodeConstraints: Not nullable, Maximum length: 4
pRAFundsTransferFromOwner- Transferor - ownerConstraints: Not nullable, Maximum length: 10
pRAFundsTransferToOwner- Transferee - ownerConstraints: Not nullable, Maximum length: 10
pRAFndsTransfToOwnrIntrstSeq- Transferee owner interest sequence numberConstraints: Not nullable, Maximum length: 2
pRAFndsTransfFrmOwnrIntrstType- Transferor participant interest typeConstraints: Not nullable, Maximum length: 2
pRAFundsTransferChangeNumber- RD transfer change numberConstraints: Not nullable, Maximum length: 12
pRAFndsTransfFrmOwnrIntrstSeq- Transferor owner interest sequence numberConstraints: Not nullable, Maximum length: 2
divisionOfInterest- Division of Interest (DOI)Constraints: Not nullable, Maximum length: 5
pRATransferFromCustSuplrCode- Transferor customer / vendor indicatorConstraints: Not nullable, Maximum length: 1
pRAFndsTransfToOwnrIntrstType- Transferee participant interest typeConstraints: Not nullable, Maximum length: 2
pRATransferEffectiveFromDate- Effective from dateConstraints: Not nullable
pRATransferToCustSuplrCode- Transferee customer / vendor indicatorConstraints: Not nullable, Maximum length: 1
pRAJointVenture- Joint VentureConstraints: Not nullable, Maximum length: 6
- 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.Fetch multipleFunds_Headerentities.- 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.Fetch the number of entries from theFunds_Headerentity collection matching the filter and search expressions.- 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 GetByKeyRequestBuilder<Funds_Header> getFundsHeaderByKey(String pRAFundsTransferChangeNumber) Deprecated.Fetch a singleFunds_Headerentity using key fields.- 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
Deprecated.Create a newFunds_Headerentity and save it to the S/4HANA system.- 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.
-