@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.services.DefaultTreasuryPositionFlowService") public class DefaultTreasuryPositionFlowService extends Object implements TreasuryPositionFlowService
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: | OP_A_TRSYPOSFLOW_CDS_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultTreasuryPositionFlowService()
Creates a service using
TreasuryPositionFlowService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultTreasuryPositionFlowServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
TrsyPosFlowFluentHelper |
getAllTrsyPosFlow()
Fetch multiple
TrsyPosFlow entities. |
TrsyPosFlowByKeyFluentHelper |
getTrsyPosFlowByKey(Integer treasuryTransactionFlow,
UUID businessTransactionDocUUID)
Fetch a single
TrsyPosFlow entity using key fields. |
DefaultTreasuryPositionFlowService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultTreasuryPositionFlowService()
TreasuryPositionFlowService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultTreasuryPositionFlowService withServicePath(@Nonnull String servicePath)
TreasuryPositionFlowService
withServicePath
in interface TreasuryPositionFlowService
servicePath
- Service path that will override the default.@Nonnull public DefaultTreasuryPositionFlowServiceBatch batch()
batch
in interface BatchService<TreasuryPositionFlowServiceBatch>
@Nonnull public TrsyPosFlowFluentHelper getAllTrsyPosFlow()
TreasuryPositionFlowService
TrsyPosFlow
entities.getAllTrsyPosFlow
in interface TreasuryPositionFlowService
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 public TrsyPosFlowByKeyFluentHelper getTrsyPosFlowByKey(Integer treasuryTransactionFlow, UUID businessTransactionDocUUID)
TreasuryPositionFlowService
TrsyPosFlow
entity using key fields.getTrsyPosFlowByKey
in interface TreasuryPositionFlowService
treasuryTransactionFlow
- Number of TRL Flow
Constraints: Not nullable
businessTransactionDocUUID
- Business Transaction (GUID)
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.