Interface BudgetPeriodService
- All Superinterfaces:
BatchService<BudgetPeriodServiceBatch>
- All Known Implementing Classes:
DefaultBudgetPeriodService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service enables you to create, read, update, and delete the budget period master data from SAP S/4HANA Cloud system. This service is based on the OData protocol and can be consumed in SAP Fiori apps and other user interfaces..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_BUDGETPERIODCORE |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Public Sector API Integration(SAP_COM_0761) |
| Scope Items: | Government Budget Planning(6UC) |
| Authentication Methods: | x509 |
| Business Object: | Budget Period |
-
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 TypeMethodDescriptioncreateBudgetPeriod(BudgetPeriod budgetPeriod) Deprecated.Create a newBudgetPeriodentity and save it to the S/4HANA system.deleteBudgetPeriod(BudgetPeriod budgetPeriod) Deprecated.Deletes an existingBudgetPeriodentity in the S/4HANA system.Deprecated.Fetch multipleBudgetPeriodentities.Deprecated.Fetch multipleBudgetPeriodCoreTextentities.getBudgetPeriodByKey(String budgetPeriod) Deprecated.Fetch a singleBudgetPeriodentity using key fields.getBudgetPeriodCoreTextByKey(String language, String budgetPeriod) Deprecated.Fetch a singleBudgetPeriodCoreTextentity using key fields.updateBudgetPeriod(BudgetPeriod budgetPeriod) Deprecated.Update an existingBudgetPeriodentity and save it to the S/4HANA system.updateBudgetPeriodCoreText(BudgetPeriodCoreText budgetPeriodCoreText) Deprecated.Update an existingBudgetPeriodCoreTextentity 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.
-
getAllBudgetPeriod
Deprecated.Fetch multipleBudgetPeriodentities.- Returns:
- A fluent helper to fetch multiple
BudgetPeriodentities. 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.
-
getBudgetPeriodByKey
Deprecated.Fetch a singleBudgetPeriodentity using key fields.- Parameters:
budgetPeriod- Budget PeriodConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
BudgetPeriodentity 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.
-
createBudgetPeriod
Deprecated.Create a newBudgetPeriodentity and save it to the S/4HANA system.- Parameters:
budgetPeriod-BudgetPeriodentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
BudgetPeriodentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateBudgetPeriod
Deprecated.Update an existingBudgetPeriodentity and save it to the S/4HANA system.- Parameters:
budgetPeriod-BudgetPeriodentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
BudgetPeriodentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteBudgetPeriod
Deprecated.Deletes an existingBudgetPeriodentity in the S/4HANA system.- Parameters:
budgetPeriod-BudgetPeriodentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
BudgetPeriodentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllBudgetPeriodCoreText
Deprecated.Fetch multipleBudgetPeriodCoreTextentities.- Returns:
- A fluent helper to fetch multiple
BudgetPeriodCoreTextentities. 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.
-
getBudgetPeriodCoreTextByKey
@Nonnull BudgetPeriodCoreTextByKeyFluentHelper getBudgetPeriodCoreTextByKey(String language, String budgetPeriod) Deprecated.Fetch a singleBudgetPeriodCoreTextentity using key fields.- Parameters:
budgetPeriod- Budget PeriodConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
BudgetPeriodCoreTextentity 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.
-
updateBudgetPeriodCoreText
@Nonnull BudgetPeriodCoreTextUpdateFluentHelper updateBudgetPeriodCoreText(@Nonnull BudgetPeriodCoreText budgetPeriodCoreText) Deprecated.Update an existingBudgetPeriodCoreTextentity and save it to the S/4HANA system.- Parameters:
budgetPeriodCoreText-BudgetPeriodCoreTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
BudgetPeriodCoreTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-