public interface ManualContractAccrualService extends BatchService<ManualContractAccrualServiceBatch>
This service enables you to post manual contract accruals that are relevant for revenue recognition processing. The cost or revenue adjustments are not changed by the Revenue Recognition Run. The adjustments are posted to extra accounts. When the stage of the project can be considered as completed, they are canceled by the next closing run. The service will group entries with the same WBS Element, Fiscal Period, Fiscal Year, and Ledger and only posts one document in the system..
Reference: SAP API Business Hub
OData Service: | API_EBRR_MANUAL_ACCRUALS_SRV |
API Version: | 1 |
Communication Scenario: | Finance - EBRR Manual Accruals Integration (SAP_COM_0705) |
Scope Items: | Event-Based Revenue Recognition - Project-Based Services (1IL), Event-Based Revenue Recognition - Project-Based Services - IFRS (1P0), Event-Based Revenue Recognition - Project-Based Services - US GAAP (33O), Event-Based Revenue Recognition - Project-Based Sales (4GQ), Event-Based Revenue Recognition - Project-Based Sales - IFRS (4GR), Event-Based Revenue Recognition - Project-Based Sales - US GAAP (4GS) |
Authentication Methods: | Basic, x509 |
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 |
---|---|
Post_manual_accrualsFluentHelper |
post_manual_accruals(String accrualDataJSON)
Creates a fluent helper for the post_manual_accruals OData function import.
|
ManualContractAccrualService |
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 ManualContractAccrualService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull Post_manual_accrualsFluentHelper post_manual_accruals(@Nonnull String accrualDataJSON)
Creates a fluent helper for the post_manual_accruals OData function import.
accrualDataJSON
- Constraints: none
Original parameter name from the Odata EDM: accrualDataJSON
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.