Interface MerchandiseCategoryService

All Known Implementing Classes:
DefaultMerchandiseCategoryService

@Deprecated public interface MerchandiseCategoryService
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 merchandise category data. It includes merchandise category description, assignment of characteristic to merchandise category, assignment of merchandise category to merchandise category hierarchy node, and characteristic value restriction.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_MERCHANDISECATEGORY_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: RFM - Merchandise Category and Merchandise Category Hierarchy Node Integration(SAP_COM_0799)
Scope Items: Product Taxonomies for Retail(5FJ)
Authentication Methods: x509
Service Group Name: API_MERCHANDISECATEGORY
Business Object: MerchandiseCategory
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull MerchandiseCategoryService 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.
    • getAllMerchandiseCategory

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

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

      @Nonnull GetByKeyRequestBuilder<MerchandiseCategory> getMerchandiseCategoryByKey(String merchandiseCategory)
      Deprecated.
      Fetch a single MerchandiseCategory entity using key fields.
      Parameters:
      merchandiseCategory - Merchandise Category

      Constraints: Not nullable, Maximum length: 9

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

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

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

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

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

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

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

      Constraints: Not nullable, Maximum length: 2

      merchandiseCategory - Material Group

      Constraints: Not nullable, Maximum length: 9

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

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<MrchdsCatCharacteristic> getMrchdsCatCharacteristicByKey(String merchandiseCategory, String characteristic)
      Deprecated.
      Fetch a single MrchdsCatCharacteristic entity using key fields.
      Parameters:
      merchandiseCategory - Merchandise Category

      Constraints: Not nullable, Maximum length: 9

      characteristic - Characteristic Name

      Constraints: Not nullable, Maximum length: 30

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<MrchdsCatCharcValRstrcn> getMrchdsCatCharcValRstrcnByKey(String merchandiseCategory, String characteristic, String clfnCharcValuePositionNumber)
      Deprecated.
      Fetch a single MrchdsCatCharcValRstrcn entity using key fields.
      Parameters:
      clfnCharcValuePositionNumber - Characteristic value counter

      Constraints: Not nullable, Maximum length: 3

      merchandiseCategory - Merchandise Category

      Constraints: Not nullable, Maximum length: 9

      characteristic - Characteristic Name

      Constraints: Not nullable, Maximum length: 30

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

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