@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultLineItemOfTreasuryPostingJournalEntryService") public class DefaultLineItemOfTreasuryPostingJournalEntryService extends Object implements LineItemOfTreasuryPostingJournalEntryService
This inbound service enables you to read line items belonging to treasury posting journal entries. 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: | Treasury Posting Journal Integration (SAP_COM_0333) |
Scope Items: | Market Data for Treasury and Risk Management (1XN) |
Authentication Methods: | Basic, x509, OAuth2 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultLineItemOfTreasuryPostingJournalEntryService()
Creates a service using
LineItemOfTreasuryPostingJournalEntryService.DEFAULT_SERVICE_PATH to send the
requests. |
Modifier and Type | Method and Description |
---|---|
DefaultLineItemOfTreasuryPostingJournalEntryServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
TrsyPostgJrnlEntrItmFluentHelper |
getAllTrsyPostgJrnlEntrItm()
Fetch multiple
TrsyPostgJrnlEntrItm entities. |
TrsyPostgJrnlEntrItmByKeyFluentHelper |
getTrsyPostgJrnlEntrItmByKey(UUID trsyAccountingDocumentUUID,
String accountingDocumentItemRef,
UUID trsyPositionContextUUID)
Fetch a single
TrsyPostgJrnlEntrItm entity using key fields. |
DefaultLineItemOfTreasuryPostingJournalEntryService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultLineItemOfTreasuryPostingJournalEntryService()
LineItemOfTreasuryPostingJournalEntryService.DEFAULT_SERVICE_PATH
to send the
requests.@Nonnull public DefaultLineItemOfTreasuryPostingJournalEntryService withServicePath(@Nonnull String servicePath)
LineItemOfTreasuryPostingJournalEntryService
withServicePath
in interface LineItemOfTreasuryPostingJournalEntryService
servicePath
- Service path that will override the default.@Nonnull public DefaultLineItemOfTreasuryPostingJournalEntryServiceBatch batch()
batch
in interface BatchService<LineItemOfTreasuryPostingJournalEntryServiceBatch>
@Nonnull public TrsyPostgJrnlEntrItmFluentHelper getAllTrsyPostgJrnlEntrItm()
LineItemOfTreasuryPostingJournalEntryService
TrsyPostgJrnlEntrItm
entities.getAllTrsyPostgJrnlEntrItm
in interface LineItemOfTreasuryPostingJournalEntryService
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 public TrsyPostgJrnlEntrItmByKeyFluentHelper getTrsyPostgJrnlEntrItmByKey(UUID trsyAccountingDocumentUUID, String accountingDocumentItemRef, UUID trsyPositionContextUUID)
LineItemOfTreasuryPostingJournalEntryService
TrsyPostgJrnlEntrItm
entity using key fields.getTrsyPostgJrnlEntrItmByKey
in interface LineItemOfTreasuryPostingJournalEntryService
trsyAccountingDocumentUUID
- Object Identity in Database Format
Constraints: Not nullable
accountingDocumentItemRef
- Line item number of the accounting document.
Constraints: Not nullable, Maximum length: 10
trsyPositionContextUUID
- Object Identity in Database Format
Constraints: Not nullable
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 © 2019 SAP SE. All rights reserved.