public interface TreasuryPositionFlowService extends BatchService<TreasuryPositionFlowServiceBatch>
You can use this inbound service to read treasury position flows. The treasury position is the most detailed level in which you can break down the balance sheet accounts in the Treasury and Risk Management ledger. The treasury position flows are generated by the operative or derived business transactions to update the position components of the treasury positions. The service provides you with detailed information about each selected treasury position flow, such as amount, currency, dates, differentiation criteria of the affected treasury position, business transaction, and update type.
Reference: SAP API Business Hub
OData Service: | API_TRSYPOSFLOW_SRV |
API Version: | 1 |
Communication Scenario: | Finance - Treasury Position Flow Integration (SAP_COM_0332) |
Scope Items: | Market Rates Management - Manually via Upload (1XN) |
Authentication Methods: | Basic, x509, OAuth2 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
TrsyPosFlowFluentHelper |
getAllTrsyPosFlow()
Fetch multiple
TrsyPosFlow entities. |
TrsyPosFlowByKeyFluentHelper |
getTrsyPosFlowByKey(Integer treasuryTransactionFlow,
UUID businessTransactionDocUUID)
Fetch a single
TrsyPosFlow entity using key fields. |
TreasuryPositionFlowService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull TreasuryPositionFlowService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull TrsyPosFlowFluentHelper getAllTrsyPosFlow()
TrsyPosFlow
entities.TrsyPosFlow
entities. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull TrsyPosFlowByKeyFluentHelper getTrsyPosFlowByKey(Integer treasuryTransactionFlow, UUID businessTransactionDocUUID)
TrsyPosFlow
entity using key fields.businessTransactionDocUUID
- Business Transaction (GUID)
Constraints: Not nullable
treasuryTransactionFlow
- Number of TRL Flow
Constraints: Not nullable
TrsyPosFlow
entity using key fields. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.