public interface StatisticalKeyFigureService
This service enables you to create, read, update, or delete the master data of statistical key figures.
Reference: SAP API Business Hub
OData Service: | API_STATISTICALKEYFIGURE_SRV |
API Version: | 1 |
Communication Scenario: | Finance - Statistical Key Figure Integration (SAP_COM_0130) |
Scope Items: | Overhead Cost Accounting (J54) |
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. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path used to access the endpoint.StatisticalKeyFigureService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull StatisticalKeyFigureFluentHelper getAllStatisticalKeyFigure()
StatisticalKeyFigure
entities.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.@Nonnull StatisticalKeyFigureByKeyFluentHelper getStatisticalKeyFigureByKey(String statisticalKeyFigure, String controllingArea)
StatisticalKeyFigure
entity using key fields.statisticalKeyFigure
- Statistical Key FigureConstraints: Not nullable, Maximum length: 6
controllingArea
- Controlling AreaConstraints: Not nullable, Maximum length: 4
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.@Nonnull StatisticalKeyFigureCreateFluentHelper createStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure)
StatisticalKeyFigure
entity and save it to the S/4HANA system.statisticalKeyFigure
- StatisticalKeyFigure
entity object that will be created in the S/4HANA system.StatisticalKeyFigure
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull StatisticalKeyFigureUpdateFluentHelper updateStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure)
StatisticalKeyFigure
entity and save it to the S/4HANA system.statisticalKeyFigure
- StatisticalKeyFigure
entity object that will be updated in the S/4HANA system.StatisticalKeyFigure
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull StatisticalKeyFigureDeleteFluentHelper deleteStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure)
StatisticalKeyFigure
entity in the S/4HANA system.statisticalKeyFigure
- StatisticalKeyFigure
entity object that will be deleted in the S/4HANA system.StatisticalKeyFigure
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull StatisticalKeyFigureTextFluentHelper getAllStatisticalKeyFigureText()
StatisticalKeyFigureText
entities.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.@Nonnull StatisticalKeyFigureTextByKeyFluentHelper getStatisticalKeyFigureTextByKey(String language, String controllingArea, String statisticalKeyFigure)
StatisticalKeyFigureText
entity using key fields.statisticalKeyFigure
- Statistical Key FigureConstraints: Not nullable, Maximum length: 6
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
controllingArea
- Controlling AreaConstraints: Not nullable, Maximum length: 4
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.@Nonnull StatisticalKeyFigureTextCreateFluentHelper createStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText)
StatisticalKeyFigureText
entity and save it to the S/4HANA system.statisticalKeyFigureText
- StatisticalKeyFigureText
entity object that will be created in the S/4HANA system.StatisticalKeyFigureText
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull StatisticalKeyFigureTextUpdateFluentHelper updateStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText)
StatisticalKeyFigureText
entity and save it to the S/4HANA system.statisticalKeyFigureText
- StatisticalKeyFigureText
entity object that will be updated in the S/4HANA system.StatisticalKeyFigureText
entity. To perform execution, call the execute
method on the fluent helper object.@Nonnull StatisticalKeyFigureTextDeleteFluentHelper deleteStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText)
StatisticalKeyFigureText
entity in the S/4HANA system.statisticalKeyFigureText
- StatisticalKeyFigureText
entity object that will be deleted in the S/4HANA system.StatisticalKeyFigureText
entity. To perform execution, call the execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.