Interface ConsolidationIndustryService

All Known Implementing Classes:
DefaultConsolidationIndustryService

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

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

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_CNSLDTNINDUSTRY_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_CNSLDTNINDUSTRY
Business Object: Consolidation Industry
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ConsolidationIndustryService 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.
    • getAllCnsldtnIndustry

      @Nonnull GetAllRequestBuilder<CnsldtnIndustry> getAllCnsldtnIndustry()
      Deprecated.
      Fetch multiple CnsldtnIndustry entities.
      Returns:
      A request builder to fetch multiple CnsldtnIndustry 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.
    • countCnsldtnIndustry

      @Nonnull CountRequestBuilder<CnsldtnIndustry> countCnsldtnIndustry()
      Deprecated.
      Fetch the number of entries from the CnsldtnIndustry entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of CnsldtnIndustry 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.
    • getCnsldtnIndustryByKey

      @Nonnull GetByKeyRequestBuilder<CnsldtnIndustry> getCnsldtnIndustryByKey(String industry)
      Deprecated.
      Fetch a single CnsldtnIndustry entity using key fields.
      Parameters:
      industry - Industry

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single CnsldtnIndustry 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.
    • createCnsldtnIndustry

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

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

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

      @Nonnull GetAllRequestBuilder<CnsldtnIndustryText> getAllCnsldtnIndustryText()
      Deprecated.
      Fetch multiple CnsldtnIndustryText entities.
      Returns:
      A request builder to fetch multiple CnsldtnIndustryText 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.
    • countCnsldtnIndustryText

      @Nonnull CountRequestBuilder<CnsldtnIndustryText> countCnsldtnIndustryText()
      Deprecated.
      Fetch the number of entries from the CnsldtnIndustryText entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of CnsldtnIndustryText 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.
    • getCnsldtnIndustryTextByKey

      @Nonnull GetByKeyRequestBuilder<CnsldtnIndustryText> getCnsldtnIndustryTextByKey(String language, String industry)
      Deprecated.
      Fetch a single CnsldtnIndustryText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      industry - Industry

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A request builder to fetch a single CnsldtnIndustryText 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.
    • updateCnsldtnIndustryText

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

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