@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultStatisticalKeyFigureService") public class DefaultStatisticalKeyFigureService extends Object implements 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) |
Constructor and Description |
---|
DefaultStatisticalKeyFigureService() |
public StatisticalKeyFigureFluentHelper getAllStatisticalKeyFigure()
StatisticalKeyFigureService
StatisticalKeyFigure
entities.getAllStatisticalKeyFigure
in interface StatisticalKeyFigureService
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.public StatisticalKeyFigureByKeyFluentHelper getStatisticalKeyFigureByKey(String statisticalKeyFigure, String controllingArea)
StatisticalKeyFigureService
StatisticalKeyFigure
entity using key fields.getStatisticalKeyFigureByKey
in interface StatisticalKeyFigureService
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.public StatisticalKeyFigureCreateFluentHelper createStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure)
StatisticalKeyFigureService
StatisticalKeyFigure
entity and save it to the S/4HANA system.createStatisticalKeyFigure
in interface StatisticalKeyFigureService
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.public StatisticalKeyFigureUpdateFluentHelper updateStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure)
StatisticalKeyFigureService
StatisticalKeyFigure
entity and save it to the S/4HANA system.updateStatisticalKeyFigure
in interface StatisticalKeyFigureService
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.public StatisticalKeyFigureDeleteFluentHelper deleteStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure)
StatisticalKeyFigureService
StatisticalKeyFigure
entity in the S/4HANA system.deleteStatisticalKeyFigure
in interface StatisticalKeyFigureService
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.public StatisticalKeyFigureTextFluentHelper getAllStatisticalKeyFigureText()
StatisticalKeyFigureService
StatisticalKeyFigureText
entities.getAllStatisticalKeyFigureText
in interface StatisticalKeyFigureService
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.public StatisticalKeyFigureTextByKeyFluentHelper getStatisticalKeyFigureTextByKey(String language, String controllingArea, String statisticalKeyFigure)
StatisticalKeyFigureService
StatisticalKeyFigureText
entity using key fields.getStatisticalKeyFigureTextByKey
in interface StatisticalKeyFigureService
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
controllingArea
- Controlling AreaConstraints: Not nullable, Maximum length: 4
statisticalKeyFigure
- Statistical Key FigureConstraints: Not nullable, Maximum length: 6
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.public StatisticalKeyFigureTextCreateFluentHelper createStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText)
StatisticalKeyFigureService
StatisticalKeyFigureText
entity and save it to the S/4HANA system.createStatisticalKeyFigureText
in interface StatisticalKeyFigureService
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.public StatisticalKeyFigureTextUpdateFluentHelper updateStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText)
StatisticalKeyFigureService
StatisticalKeyFigureText
entity and save it to the S/4HANA system.updateStatisticalKeyFigureText
in interface StatisticalKeyFigureService
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.public StatisticalKeyFigureTextDeleteFluentHelper deleteStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText)
StatisticalKeyFigureService
StatisticalKeyFigureText
entity in the S/4HANA system.deleteStatisticalKeyFigureText
in interface StatisticalKeyFigureService
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.