public interface LineItemOfTreasuryPostingJournalEntryService extends BatchService<LineItemOfTreasuryPostingJournalEntryServiceBatch>
This gives you detailed information about the posted and reversed flows of financial transactions and treasury positions. It is based on the OData protocol and can be consumed in Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_TRSYPOSTGJRNLENTRITM_SRV |
API Version: | 1 |
Communication Scenario: | Finance - Treasury Posting Journal Integration (SAP_COM_0333) |
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 |
---|---|
TrsyPostgJrnlEntrItmFluentHelper |
getAllTrsyPostgJrnlEntrItm()
Fetch multiple
TrsyPostgJrnlEntrItm entities. |
TrsyPostgJrnlEntrItmByKeyFluentHelper |
getTrsyPostgJrnlEntrItmByKey(UUID trsyAccountingDocumentUUID,
String accountingDocumentItemRef,
UUID trsyPositionContextUUID)
Fetch a single
TrsyPostgJrnlEntrItm entity using key fields. |
LineItemOfTreasuryPostingJournalEntryService |
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 LineItemOfTreasuryPostingJournalEntryService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull TrsyPostgJrnlEntrItmFluentHelper getAllTrsyPostgJrnlEntrItm()
TrsyPostgJrnlEntrItm
entities.TrsyPostgJrnlEntrItm
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 TrsyPostgJrnlEntrItmByKeyFluentHelper getTrsyPostgJrnlEntrItmByKey(UUID trsyAccountingDocumentUUID, String accountingDocumentItemRef, UUID trsyPositionContextUUID)
TrsyPostgJrnlEntrItm
entity using key fields.trsyPositionContextUUID
- Object Identity in Database Format
Constraints: Not nullable
trsyAccountingDocumentUUID
- Object Identity in Database Format
Constraints: Not nullable
accountingDocumentItemRef
- Line item number of the accounting document.
Constraints: Not nullable, Maximum length: 10
TrsyPostgJrnlEntrItm
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 © 2020 SAP SE. All rights reserved.