@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 (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 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultStatisticalKeyFigureService()
Creates a service using
StatisticalKeyFigureService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultStatisticalKeyFigureService()
StatisticalKeyFigureService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultStatisticalKeyFigureService withServicePath(@Nonnull String servicePath)
StatisticalKeyFigureService
withServicePath
in interface StatisticalKeyFigureService
servicePath
- Service path that will override the default.@Nonnull public DefaultStatisticalKeyFigureServiceBatch batch()
batch
in interface BatchService<StatisticalKeyFigureServiceBatch>
@Nonnull 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.@Nonnull public StatisticalKeyFigureByKeyFluentHelper getStatisticalKeyFigureByKey(String statisticalKeyFigure, String controllingArea)
StatisticalKeyFigureService
StatisticalKeyFigure
entity using key fields.getStatisticalKeyFigureByKey
in interface StatisticalKeyFigureService
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 public StatisticalKeyFigureCreateFluentHelper createStatisticalKeyFigure(@Nonnull 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.@Nonnull public StatisticalKeyFigureUpdateFluentHelper updateStatisticalKeyFigure(@Nonnull 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.@Nonnull public StatisticalKeyFigureDeleteFluentHelper deleteStatisticalKeyFigure(@Nonnull 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.@Nonnull 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.@Nonnull public StatisticalKeyFigureTextByKeyFluentHelper getStatisticalKeyFigureTextByKey(String language, String controllingArea, String statisticalKeyFigure)
StatisticalKeyFigureService
StatisticalKeyFigureText
entity using key fields.getStatisticalKeyFigureTextByKey
in interface StatisticalKeyFigureService
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
controllingArea
- Controlling Area
Constraints: Not nullable, Maximum length: 4
statisticalKeyFigure
- Statistical Key Figure
Constraints: 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.@Nonnull public StatisticalKeyFigureTextCreateFluentHelper createStatisticalKeyFigureText(@Nonnull 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.@Nonnull public StatisticalKeyFigureTextUpdateFluentHelper updateStatisticalKeyFigureText(@Nonnull 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.@Nonnull public StatisticalKeyFigureTextDeleteFluentHelper deleteStatisticalKeyFigureText(@Nonnull 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 © 2019 SAP SE. All rights reserved.