Interface ConsolidationOrderService

All Known Implementing Classes:
DefaultConsolidationOrderService

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

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

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_CNSLDTNORDER_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_CNSLDTNORDER
Business Object: Consolidation Order
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ConsolidationOrderService 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.
    • getAllCnsldtnOrder

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnOrder> getCnsldtnOrderByKey(String orderID)
      Deprecated.
      Fetch a single CnsldtnOrder entity using key fields.
      Parameters:
      orderID - Order

      Constraints: Not nullable, Maximum length: 12

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

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<CnsldtnOrderText> getCnsldtnOrderTextByKey(String language, String orderID)
      Deprecated.
      Fetch a single CnsldtnOrderText entity using key fields.
      Parameters:
      orderID - Order

      Constraints: Not nullable, Maximum length: 12

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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

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