Interface BudgetPeriodService

All Superinterfaces:
BatchService<BudgetPeriodServiceBatch>
All Known Implementing Classes:
DefaultBudgetPeriodService

@Deprecated public interface BudgetPeriodService extends BatchService<BudgetPeriodServiceBatch>
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..

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull BudgetPeriodService withServicePath(@Nonnull String servicePath)
      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

      @Nonnull BudgetPeriodFluentHelper getAllBudgetPeriod()
      Deprecated.
      Fetch multiple BudgetPeriod entities.
      Returns:
      A fluent helper to fetch multiple BudgetPeriod 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.
    • getBudgetPeriodByKey

      @Nonnull BudgetPeriodByKeyFluentHelper getBudgetPeriodByKey(String budgetPeriod)
      Deprecated.
      Fetch a single BudgetPeriod entity using key fields.
      Parameters:
      budgetPeriod - Budget Period

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single BudgetPeriod 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.
    • createBudgetPeriod

      @Nonnull BudgetPeriodCreateFluentHelper createBudgetPeriod(@Nonnull BudgetPeriod budgetPeriod)
      Deprecated.
      Create a new BudgetPeriod entity and save it to the S/4HANA system.
      Parameters:
      budgetPeriod - BudgetPeriod entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new BudgetPeriod entity. To perform execution, call the execute method on the fluent helper object.
    • updateBudgetPeriod

      @Nonnull BudgetPeriodUpdateFluentHelper updateBudgetPeriod(@Nonnull BudgetPeriod budgetPeriod)
      Deprecated.
      Update an existing BudgetPeriod entity and save it to the S/4HANA system.
      Parameters:
      budgetPeriod - BudgetPeriod entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing BudgetPeriod entity. To perform execution, call the execute method on the fluent helper object.
    • deleteBudgetPeriod

      @Nonnull BudgetPeriodDeleteFluentHelper deleteBudgetPeriod(@Nonnull BudgetPeriod budgetPeriod)
      Deprecated.
      Deletes an existing BudgetPeriod entity in the S/4HANA system.
      Parameters:
      budgetPeriod - BudgetPeriod entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing BudgetPeriod entity. To perform execution, call the execute method on the fluent helper object.
    • getAllBudgetPeriodCoreText

      @Nonnull BudgetPeriodCoreTextFluentHelper getAllBudgetPeriodCoreText()
      Deprecated.
      Fetch multiple BudgetPeriodCoreText entities.
      Returns:
      A fluent helper to fetch multiple BudgetPeriodCoreText 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.
    • getBudgetPeriodCoreTextByKey

      @Nonnull BudgetPeriodCoreTextByKeyFluentHelper getBudgetPeriodCoreTextByKey(String language, String budgetPeriod)
      Deprecated.
      Fetch a single BudgetPeriodCoreText entity using key fields.
      Parameters:
      budgetPeriod - Budget Period

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single BudgetPeriodCoreText 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.
    • updateBudgetPeriodCoreText

      @Nonnull BudgetPeriodCoreTextUpdateFluentHelper updateBudgetPeriodCoreText(@Nonnull BudgetPeriodCoreText budgetPeriodCoreText)
      Deprecated.
      Update an existing BudgetPeriodCoreText entity and save it to the S/4HANA system.
      Parameters:
      budgetPeriodCoreText - BudgetPeriodCoreText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing BudgetPeriodCoreText entity. To perform execution, call the execute method on the fluent helper object.