Interface ManualContractAccrualService
- All Superinterfaces:
BatchService<ManualContractAccrualServiceBatch>
- All Known Implementing Classes:
DefaultManualContractAccrualService
@Deprecated
public interface ManualContractAccrualService
extends BatchService<ManualContractAccrualServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
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 Business Accelerator Hub
Details:
| OData Service: | API_EBRR_MANUAL_ACCRUALS_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| 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: | x509 |
| Business Object: | Journal Entry |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionpost_manual_accruals(String accrualDataJSON) Deprecated.Creates a fluent helper for the post_manual_accruals OData function import.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
post_manual_accruals
Deprecated.Creates a fluent helper for the post_manual_accruals OData function import.
- Parameters:
accrualDataJSON- Constraints: noneOriginal parameter name from the Odata EDM: accrualDataJSON
- Returns:
- A fluent helper object that will execute the post_manual_accruals OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-