Class DefaultEventBasedRevenueRecognitionIntegrationService
- All Implemented Interfaces:
BatchService<EventBasedRevenueRecognitionIntegrationServiceBatch>,EventBasedRevenueRecognitionIntegrationService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.EventBasedRevenueRecognitionIntegrationService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingEventBasedRevenueRecognitionIntegrationService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.callAction(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.
-
Constructor Details
-
DefaultEventBasedRevenueRecognitionIntegrationService
public DefaultEventBasedRevenueRecognitionIntegrationService()Deprecated.Creates a service usingEventBasedRevenueRecognitionIntegrationService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultEventBasedRevenueRecognitionIntegrationService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:EventBasedRevenueRecognitionIntegrationServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceEventBasedRevenueRecognitionIntegrationService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<EventBasedRevenueRecognitionIntegrationServiceBatch>
-
callAction
@Nonnull public CallActionFluentHelper callAction(@Nonnull Short year, @Nonnull Short period, @Nonnull String actionName, @Nonnull String wBSElementExternalID) Deprecated.Description copied from interface:EventBasedRevenueRecognitionIntegrationServiceCreates a fluent helper for the CallAction OData function import.
- Specified by:
callActionin interfaceEventBasedRevenueRecognitionIntegrationService- Parameters:
year- Signed INT2 / int16Constraints: none
Original parameter name from the Odata EDM: Year
period- Signed INT2 / int16Constraints: none
Original parameter name from the Odata EDM: Period
actionName- Constraints: Not nullable, Maximum length: 1Original parameter name from the Odata EDM: ActionName
wBSElementExternalID- Constraints: Not nullable, Maximum length: 24Original parameter name from the Odata EDM: WBSElementExternalID
- 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 public ChangeRecognitionKeyFluentHelper changeRecognitionKey(@Nonnull String wBSElementExternalID, @Nonnull String recognitionKey) Deprecated.Description copied from interface:EventBasedRevenueRecognitionIntegrationServiceCreates a fluent helper for the ChangeRecognitionKey OData function import.
- Specified by:
changeRecognitionKeyin interfaceEventBasedRevenueRecognitionIntegrationService- 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.
-