Interface EventBasedRevenueRecognitionIntegrationService
- All Superinterfaces:
BatchService<EventBasedRevenueRecognitionIntegrationServiceBatch>
- All Known Implementing Classes:
DefaultEventBasedRevenueRecognitionIntegrationService
The service first allows for a clearing of the balance sheet GL accounts, a procedure by which the open items belonging to one or more accounts are indicated as cleared. Second, it allows for using the revalue function, which recalculates the posted revenue recognition values if you have changed, for example, the planned cost. This service also allows changing the revenue recognition key that was originally assigned to a particular WBS element (project) to a new one..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_EVENT_BASED_REVREC_PROJECT_SRV |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Finance - Event-Based Revenue Recognition Integration(SAP_COM_0312) |
| 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) |
| Authentication Methods: | x509 |
| Business Object: | Enterprise Project |
-
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 TypeMethodDescriptioncallAction(Short year, Short period, String actionName, String wBSElementExternalID) Deprecated.Creates a fluent helper for the CallAction OData function import.changeRecognitionKey(String wBSElementExternalID, String recognitionKey) Deprecated.Creates a fluent helper for the ChangeRecognitionKey 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
@Nonnull EventBasedRevenueRecognitionIntegrationService withServicePath(@Nonnull String servicePath) 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.
-
callAction
@Nonnull CallActionFluentHelper callAction(@Nonnull Short year, @Nonnull Short period, @Nonnull String actionName, @Nonnull String wBSElementExternalID) Deprecated.Creates a fluent helper for the CallAction OData function import.
- Parameters:
period- Signed INT2 / int16Constraints: none
Original parameter name from the Odata EDM: Period
year- Signed INT2 / int16Constraints: none
Original parameter name from the Odata EDM: Year
wBSElementExternalID- Constraints: Not nullable, Maximum length: 24Original parameter name from the Odata EDM: WBSElementExternalID
actionName- Constraints: Not nullable, Maximum length: 1Original parameter name from the Odata EDM: ActionName
- Returns:
- A fluent helper object that will execute the CallAction OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
changeRecognitionKey
@Nonnull ChangeRecognitionKeyFluentHelper changeRecognitionKey(@Nonnull String wBSElementExternalID, @Nonnull String recognitionKey) Deprecated.Creates a fluent helper for the ChangeRecognitionKey OData function import.
- Parameters:
wBSElementExternalID- Constraints: Not nullable, Maximum length: 24Original parameter name from the Odata EDM: WBSElementExternalID
recognitionKey- Constraints: Not nullable, Maximum length: 6Original parameter name from the Odata EDM: RecognitionKey
- Returns:
- A fluent helper object that will execute the ChangeRecognitionKey OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-