Interface StatisticalKeyFigureService

All Superinterfaces:
BatchService<StatisticalKeyFigureServiceBatch>
All Known Implementing Classes:
DefaultStatisticalKeyFigureService

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

This service is based on the OData protocol and can be consumed in Fiori apps and on other user interfaces..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_STATISTICALKEYFIGURE_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Finance - Statistical Key Figure Integration(SAP_COM_0130)
Scope Items: Overhead Cost Accounting(J54)
Authentication Methods: x509
Business Object: Statistical Key Figure
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull StatisticalKeyFigureService 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.
    • getAllStatisticalKeyFigure

      @Nonnull StatisticalKeyFigureFluentHelper getAllStatisticalKeyFigure()
      Deprecated.
      Fetch multiple StatisticalKeyFigure entities.
      Returns:
      A fluent helper to fetch multiple StatisticalKeyFigure entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getStatisticalKeyFigureByKey

      @Nonnull StatisticalKeyFigureByKeyFluentHelper getStatisticalKeyFigureByKey(String statisticalKeyFigure, String controllingArea)
      Deprecated.
      Fetch a single StatisticalKeyFigure entity using key fields.
      Parameters:
      statisticalKeyFigure - Statistical Key Figure

      Constraints: Not nullable, Maximum length: 6

      controllingArea - Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single StatisticalKeyFigure entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createStatisticalKeyFigure

      @Nonnull StatisticalKeyFigureCreateFluentHelper createStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure)
      Deprecated.
      Create a new StatisticalKeyFigure entity and save it to the S/4HANA system.
      Parameters:
      statisticalKeyFigure - StatisticalKeyFigure entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new StatisticalKeyFigure entity. To perform execution, call the execute method on the fluent helper object.
    • updateStatisticalKeyFigure

      @Nonnull StatisticalKeyFigureUpdateFluentHelper updateStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure)
      Deprecated.
      Update an existing StatisticalKeyFigure entity and save it to the S/4HANA system.
      Parameters:
      statisticalKeyFigure - StatisticalKeyFigure entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing StatisticalKeyFigure entity. To perform execution, call the execute method on the fluent helper object.
    • deleteStatisticalKeyFigure

      @Nonnull StatisticalKeyFigureDeleteFluentHelper deleteStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure)
      Deprecated.
      Deletes an existing StatisticalKeyFigure entity in the S/4HANA system.
      Parameters:
      statisticalKeyFigure - StatisticalKeyFigure entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing StatisticalKeyFigure entity. To perform execution, call the execute method on the fluent helper object.
    • getAllStatisticalKeyFigureText

      @Nonnull StatisticalKeyFigureTextFluentHelper getAllStatisticalKeyFigureText()
      Deprecated.
      Fetch multiple StatisticalKeyFigureText entities.
      Returns:
      A fluent helper to fetch multiple StatisticalKeyFigureText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getStatisticalKeyFigureTextByKey

      @Nonnull StatisticalKeyFigureTextByKeyFluentHelper getStatisticalKeyFigureTextByKey(String language, String controllingArea, String statisticalKeyFigure)
      Deprecated.
      Fetch a single StatisticalKeyFigureText entity using key fields.
      Parameters:
      statisticalKeyFigure - Statistical Key Figure

      Constraints: Not nullable, Maximum length: 6

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      controllingArea - Controlling Area

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single StatisticalKeyFigureText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createStatisticalKeyFigureText

      @Nonnull StatisticalKeyFigureTextCreateFluentHelper createStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText)
      Deprecated.
      Create a new StatisticalKeyFigureText entity and save it to the S/4HANA system.
      Parameters:
      statisticalKeyFigureText - StatisticalKeyFigureText entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new StatisticalKeyFigureText entity. To perform execution, call the execute method on the fluent helper object.
    • updateStatisticalKeyFigureText

      @Nonnull StatisticalKeyFigureTextUpdateFluentHelper updateStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText)
      Deprecated.
      Update an existing StatisticalKeyFigureText entity and save it to the S/4HANA system.
      Parameters:
      statisticalKeyFigureText - StatisticalKeyFigureText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing StatisticalKeyFigureText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteStatisticalKeyFigureText

      @Nonnull StatisticalKeyFigureTextDeleteFluentHelper deleteStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText)
      Deprecated.
      Deletes an existing StatisticalKeyFigureText entity in the S/4HANA system.
      Parameters:
      statisticalKeyFigureText - StatisticalKeyFigureText entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing StatisticalKeyFigureText entity. To perform execution, call the execute method on the fluent helper object.