public interface StatisticalKeyFigureService extends BatchService<StatisticalKeyFigureServiceBatch>
This service enables you to create, read, update, or delete (CRUD) master data for statistical key figures. The service provides the data in an API call based on the open data protocol (OData). This service also supports you to create deep entity operation and batch processing..
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) |
Authentication Methods: | Basic, x509 |
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. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull 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 Figure
Constraints: Not nullable, Maximum length: 6
controllingArea
- Controlling Area
Constraints: 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 Figure
Constraints: Not nullable, Maximum length: 6
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
controllingArea
- Controlling Area
Constraints: 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 © 2019 SAP SE. All rights reserved.