Interface ConsolidationPlantService

All Known Implementing Classes:
DefaultConsolidationPlantService

@Deprecated public interface ConsolidationPlantService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

A consolidation plant is a plant that can be used for financial consolidation in group reporting. It can either be a plant that’s been defined in an area other than group reporting, or it can be a plant that’s been specifically defined for exclusive use in group reporting.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_CNSLDTNPLANT_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Finance - Cloud Consolidation Master Data for Group Reporting Integration(SAP_COM_0336)
Scope Items: Group Reporting - Data from External Systems(2U6)
Authentication Methods: x509
Service Group Name: API_CNSLDTNPLANT
Business Object: Consolidation Plant
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ConsolidationPlantService 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.
    • batch

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllCnsldtnPlant

      @Nonnull GetAllRequestBuilder<CnsldtnPlant> getAllCnsldtnPlant()
      Deprecated.
      Fetch multiple CnsldtnPlant entities.
      Returns:
      A request builder to fetch multiple CnsldtnPlant entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countCnsldtnPlant

      @Nonnull CountRequestBuilder<CnsldtnPlant> countCnsldtnPlant()
      Deprecated.
      Fetch the number of entries from the CnsldtnPlant entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of CnsldtnPlant entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getCnsldtnPlantByKey

      @Nonnull GetByKeyRequestBuilder<CnsldtnPlant> getCnsldtnPlantByKey(String plant)
      Deprecated.
      Fetch a single CnsldtnPlant entity using key fields.
      Parameters:
      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single CnsldtnPlant entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • createCnsldtnPlant

      @Nonnull CreateRequestBuilder<CnsldtnPlant> createCnsldtnPlant(@Nonnull CnsldtnPlant cnsldtnPlant)
      Deprecated.
      Create a new CnsldtnPlant entity and save it to the S/4HANA system.
      Parameters:
      cnsldtnPlant - CnsldtnPlant entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new CnsldtnPlant entity. To perform execution, call the execute method on the request builder object.
    • updateCnsldtnPlant

      @Nonnull UpdateRequestBuilder<CnsldtnPlant> updateCnsldtnPlant(@Nonnull CnsldtnPlant cnsldtnPlant)
      Deprecated.
      Update an existing CnsldtnPlant entity and save it to the S/4HANA system.
      Parameters:
      cnsldtnPlant - CnsldtnPlant entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing CnsldtnPlant entity. To perform execution, call the execute method on the request builder object.
    • deleteCnsldtnPlant

      @Nonnull DeleteRequestBuilder<CnsldtnPlant> deleteCnsldtnPlant(@Nonnull CnsldtnPlant cnsldtnPlant)
      Deprecated.
      Deletes an existing CnsldtnPlant entity in the S/4HANA system.
      Parameters:
      cnsldtnPlant - CnsldtnPlant entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing CnsldtnPlant entity. To perform execution, call the execute method on the request builder object.
    • getAllCnsldtnPlantText

      @Nonnull GetAllRequestBuilder<CnsldtnPlantText> getAllCnsldtnPlantText()
      Deprecated.
      Fetch multiple CnsldtnPlantText entities.
      Returns:
      A request builder to fetch multiple CnsldtnPlantText entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countCnsldtnPlantText

      @Nonnull CountRequestBuilder<CnsldtnPlantText> countCnsldtnPlantText()
      Deprecated.
      Fetch the number of entries from the CnsldtnPlantText entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of CnsldtnPlantText entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getCnsldtnPlantTextByKey

      @Nonnull GetByKeyRequestBuilder<CnsldtnPlantText> getCnsldtnPlantTextByKey(String language, String plant)
      Deprecated.
      Fetch a single CnsldtnPlantText entity using key fields.
      Parameters:
      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A request builder to fetch a single CnsldtnPlantText entity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • updateCnsldtnPlantText

      @Nonnull UpdateRequestBuilder<CnsldtnPlantText> updateCnsldtnPlantText(@Nonnull CnsldtnPlantText cnsldtnPlantText)
      Deprecated.
      Update an existing CnsldtnPlantText entity and save it to the S/4HANA system.
      Parameters:
      cnsldtnPlantText - CnsldtnPlantText entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing CnsldtnPlantText entity. To perform execution, call the execute method on the request builder object.
    • deleteCnsldtnPlantText

      @Nonnull DeleteRequestBuilder<CnsldtnPlantText> deleteCnsldtnPlantText(@Nonnull CnsldtnPlantText cnsldtnPlantText)
      Deprecated.
      Deletes an existing CnsldtnPlantText entity in the S/4HANA system.
      Parameters:
      cnsldtnPlantText - CnsldtnPlantText entity object that will be deleted in the S/4HANA system.
      Returns:
      A request builder to delete an existing CnsldtnPlantText entity. To perform execution, call the execute method on the request builder object.