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..
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncreateStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) Deprecated.Create a newStatisticalKeyFigureentity and save it to the S/4HANA system.createStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) Deprecated.Create a newStatisticalKeyFigureTextentity and save it to the S/4HANA system.deleteStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) Deprecated.Deletes an existingStatisticalKeyFigureentity in the S/4HANA system.deleteStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) Deprecated.Deletes an existingStatisticalKeyFigureTextentity in the S/4HANA system.Deprecated.Fetch multipleStatisticalKeyFigureentities.Deprecated.Fetch multipleStatisticalKeyFigureTextentities.getStatisticalKeyFigureByKey(String statisticalKeyFigure, String controllingArea) Deprecated.Fetch a singleStatisticalKeyFigureentity using key fields.getStatisticalKeyFigureTextByKey(String language, String controllingArea, String statisticalKeyFigure) Deprecated.Fetch a singleStatisticalKeyFigureTextentity using key fields.updateStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) Deprecated.Update an existingStatisticalKeyFigureentity and save it to the S/4HANA system.updateStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) Deprecated.Update an existingStatisticalKeyFigureTextentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
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
Deprecated.Fetch multipleStatisticalKeyFigureentities.- Returns:
- A fluent helper to fetch multiple
StatisticalKeyFigureentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getStatisticalKeyFigureByKey
@Nonnull StatisticalKeyFigureByKeyFluentHelper getStatisticalKeyFigureByKey(String statisticalKeyFigure, String controllingArea) Deprecated.Fetch a singleStatisticalKeyFigureentity using key fields.- Parameters:
statisticalKeyFigure- Statistical Key FigureConstraints: Not nullable, Maximum length: 6
controllingArea- Controlling AreaConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
StatisticalKeyFigureentity 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 theexecutemethod on the fluent helper object.
-
createStatisticalKeyFigure
@Nonnull StatisticalKeyFigureCreateFluentHelper createStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure) Deprecated.Create a newStatisticalKeyFigureentity and save it to the S/4HANA system.- Parameters:
statisticalKeyFigure-StatisticalKeyFigureentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
StatisticalKeyFigureentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateStatisticalKeyFigure
@Nonnull StatisticalKeyFigureUpdateFluentHelper updateStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure) Deprecated.Update an existingStatisticalKeyFigureentity and save it to the S/4HANA system.- Parameters:
statisticalKeyFigure-StatisticalKeyFigureentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
StatisticalKeyFigureentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteStatisticalKeyFigure
@Nonnull StatisticalKeyFigureDeleteFluentHelper deleteStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure) Deprecated.Deletes an existingStatisticalKeyFigureentity in the S/4HANA system.- Parameters:
statisticalKeyFigure-StatisticalKeyFigureentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
StatisticalKeyFigureentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllStatisticalKeyFigureText
Deprecated.Fetch multipleStatisticalKeyFigureTextentities.- Returns:
- A fluent helper to fetch multiple
StatisticalKeyFigureTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getStatisticalKeyFigureTextByKey
@Nonnull StatisticalKeyFigureTextByKeyFluentHelper getStatisticalKeyFigureTextByKey(String language, String controllingArea, String statisticalKeyFigure) Deprecated.Fetch a singleStatisticalKeyFigureTextentity using key fields.- Parameters:
statisticalKeyFigure- Statistical Key FigureConstraints: Not nullable, Maximum length: 6
language- Language KeyConstraints: Not nullable, Maximum length: 2
controllingArea- Controlling AreaConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
StatisticalKeyFigureTextentity 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 theexecutemethod on the fluent helper object.
-
createStatisticalKeyFigureText
@Nonnull StatisticalKeyFigureTextCreateFluentHelper createStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText) Deprecated.Create a newStatisticalKeyFigureTextentity and save it to the S/4HANA system.- Parameters:
statisticalKeyFigureText-StatisticalKeyFigureTextentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
StatisticalKeyFigureTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateStatisticalKeyFigureText
@Nonnull StatisticalKeyFigureTextUpdateFluentHelper updateStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText) Deprecated.Update an existingStatisticalKeyFigureTextentity and save it to the S/4HANA system.- Parameters:
statisticalKeyFigureText-StatisticalKeyFigureTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
StatisticalKeyFigureTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteStatisticalKeyFigureText
@Nonnull StatisticalKeyFigureTextDeleteFluentHelper deleteStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText) Deprecated.Deletes an existingStatisticalKeyFigureTextentity in the S/4HANA system.- Parameters:
statisticalKeyFigureText-StatisticalKeyFigureTextentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
StatisticalKeyFigureTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-