Interface EventBasedRevenueRecognitionIntegrationService

All Superinterfaces:
BatchService<EventBasedRevenueRecognitionIntegrationServiceBatch>
All Known Implementing Classes:
DefaultEventBasedRevenueRecognitionIntegrationService

@Deprecated public interface EventBasedRevenueRecognitionIntegrationService extends BatchService<EventBasedRevenueRecognitionIntegrationServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

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..

Business Documentation

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 Details

  • 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 / 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

      Returns:
      A fluent helper object that will execute the CallAction OData function import with the provided parameters. To perform execution, call the execute method 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: 24

      Original parameter name from the Odata EDM: WBSElementExternalID

      recognitionKey - Constraints: Not nullable, Maximum length: 6

      Original 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 execute method on the fluent helper object.