Interface CharacteristicAttributeCatalogService

All Superinterfaces:
BatchService<CharacteristicAttributeCatalogServiceBatch>
All Known Implementing Classes:
DefaultCharacteristicAttributeCatalogService

@Deprecated public interface CharacteristicAttributeCatalogService extends BatchService<CharacteristicAttributeCatalogServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

The catalog data that is read with this service consists of plant-specific selected sets with their codes that are used to record inspection results for qualitative characteristics, for example, the codes 01 (Smooth) and 02 (Rough) for the characteristic ***Surface***..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_CHARCATTRIBUTECATALOG_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Inspection Master Data Integration(SAP_COM_0110)
Scope Items: Quality Management in Discrete Manufacturing(1E1), Quality Management in Procurement(1FM), Quality Management in Sales(1MP), Quality Management in Stock Handling(1MR), Nonconformance Management(2QN)
Authentication Methods: x509
Business Object: Characteristic Attribute Selected Code Set
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull CharacteristicAttributeCatalogService 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.
    • getAllCharcAttribSeldCodeSet

      @Nonnull CharcAttribSeldCodeSetFluentHelper getAllCharcAttribSeldCodeSet()
      Deprecated.
      Fetch multiple CharcAttribSeldCodeSet entities.
      Returns:
      A fluent helper to fetch multiple CharcAttribSeldCodeSet 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.
    • getCharcAttribSeldCodeSetByKey

      @Nonnull CharcAttribSeldCodeSetByKeyFluentHelper getCharcAttribSeldCodeSetByKey(String selectedCodeSetPlant, String selectedCodeSet)
      Deprecated.
      Fetch a single CharcAttribSeldCodeSet entity using key fields.
      Parameters:
      selectedCodeSetPlant - Plant

      Constraints: Not nullable, Maximum length: 4

      selectedCodeSet - Selected Set

      Constraints: Not nullable, Maximum length: 8

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

      @Nonnull CharcAttribSeldSetCodeFluentHelper getAllCharcAttribSeldSetCode()
      Deprecated.
      Fetch multiple CharcAttribSeldSetCode entities.
      Returns:
      A fluent helper to fetch multiple CharcAttribSeldSetCode 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.
    • getCharcAttribSeldSetCodeByKey

      @Nonnull CharcAttribSeldSetCodeByKeyFluentHelper getCharcAttribSeldSetCodeByKey(String selectedCodeSetPlant, String selectedCodeSet, String characteristicAttributeCodeGrp, String characteristicAttributeCode)
      Deprecated.
      Fetch a single CharcAttribSeldSetCode entity using key fields.
      Parameters:
      selectedCodeSetPlant - Plant

      Constraints: Not nullable, Maximum length: 4

      characteristicAttributeCode - Code

      Constraints: Not nullable, Maximum length: 4

      selectedCodeSet - Selected Set

      Constraints: Not nullable, Maximum length: 8

      characteristicAttributeCodeGrp - Code Group

      Constraints: Not nullable, Maximum length: 8

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

      @Nonnull CharcAttribSeldSetCodeTFluentHelper getAllCharcAttribSeldSetCodeT()
      Deprecated.
      Fetch multiple CharcAttribSeldSetCodeT entities.
      Returns:
      A fluent helper to fetch multiple CharcAttribSeldSetCodeT 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.
    • getCharcAttribSeldSetCodeTByKey

      @Nonnull CharcAttribSeldSetCodeTByKeyFluentHelper getCharcAttribSeldSetCodeTByKey(String selectedCodeSetPlant, String selectedCodeSet, String characteristicAttributeCodeGrp, String characteristicAttributeCode, String language)
      Deprecated.
      Fetch a single CharcAttribSeldSetCodeT entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      selectedCodeSetPlant - Plant

      Constraints: Not nullable, Maximum length: 4

      characteristicAttributeCode - Code

      Constraints: Not nullable, Maximum length: 4

      selectedCodeSet - Selected Set

      Constraints: Not nullable, Maximum length: 8

      characteristicAttributeCodeGrp - Code Group

      Constraints: Not nullable, Maximum length: 8

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

      @Nonnull CharcAttribSeldSetTFluentHelper getAllCharcAttribSeldSetT()
      Deprecated.
      Fetch multiple CharcAttribSeldSetT entities.
      Returns:
      A fluent helper to fetch multiple CharcAttribSeldSetT 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.
    • getCharcAttribSeldSetTByKey

      @Nonnull CharcAttribSeldSetTByKeyFluentHelper getCharcAttribSeldSetTByKey(String selectedCodeSetPlant, String selectedCodeSet, String language)
      Deprecated.
      Fetch a single CharcAttribSeldSetT entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      selectedCodeSetPlant - Plant

      Constraints: Not nullable, Maximum length: 4

      selectedCodeSet - Selected Set

      Constraints: Not nullable, Maximum length: 8

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