public interface EventBasedRevenueRecognitionIntegrationService extends BatchService<EventBasedRevenueRecognitionIntegrationServiceBatch>
The service clears the revenue recognition postings, which enables the assigned object (such as a profit center) to be changed. After the object is changed, the revenue recognition values can be reposted for the new object by means of a recalculation run..
Reference: SAP API Business Hub
OData Service: | API_EVENT_BASED_REVREC_PROJECT_SRV |
API Version: | 1 |
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: | Basic, x509, OAuth2 |
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 |
---|---|
CallActionFluentHelper |
callAction(Short year,
Short period,
String actionName,
String wBSElementExternalID)
Creates a fluent helper for the CallAction OData function import.
|
EventBasedRevenueRecognitionIntegrationService |
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 EventBasedRevenueRecognitionIntegrationService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull CallActionFluentHelper callAction(Short year, Short period, String actionName, String wBSElementExternalID)
Creates a fluent helper for the CallAction OData function import.
period
- Signed INT2 / int16
Constraints: none
Original parameter name from the Odata EDM: Period
year
- Signed INT2 / int16
Constraints: none
Original parameter name from the Odata EDM: Year
wBSElementExternalID
- Constraints: Not nullable, Maximum length: 24
Original parameter name from the Odata EDM: WBSElementExternalID
actionName
- Constraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: ActionName
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.