Interface CodesForUsageDecisionService

All Known Implementing Classes:
DefaultCodesForUsageDecisionService

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

You can read data of selected sets for usage decisions and the codes of the selected sets. You can also read short texts of the selected sets, codes and code groups..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: USAGEDECISIONSELDCODESET_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Quality Inspection Process Integration(SAP_COM_0318)
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
Service Group Name: API_USAGEDCSNSELDCODESET
Business Object: Usage Decision Selected Code Set
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull CodesForUsageDecisionService 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.
    • getAllUsgeDcsnSeldCodeGroupText

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

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

      @Nonnull GetByKeyRequestBuilder<UsageDecisionSelectedCodeGroupText> getUsgeDcsnSeldCodeGroupTextByKey(String selectedCodeSetPlant, String selectedCodeSet, String usageDecisionCodeGroup, String language)
      Deprecated.
      Fetch a single UsageDecisionSelectedCodeGroupText entity using key fields.
      Parameters:
      usageDecisionCodeGroup - Code Group

      Constraints: Not nullable, Maximum length: 8

      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 request builder to fetch a single UsageDecisionSelectedCodeGroupText 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.
    • getAllUsgeDcsnSeldCodeSetText

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

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

      @Nonnull GetByKeyRequestBuilder<UsageDecisionSelectedCodeSetText> getUsgeDcsnSeldCodeSetTextByKey(String selectedCodeSetPlant, String selectedCodeSet, String language)
      Deprecated.
      Fetch a single UsageDecisionSelectedCodeSetText 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 request builder to fetch a single UsageDecisionSelectedCodeSetText 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.
    • getAllUsgeDcsnSeldCodeText

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

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

      @Nonnull GetByKeyRequestBuilder<UsageDecisionSelectedCodeText> getUsgeDcsnSeldCodeTextByKey(String selectedCodeSetPlant, String selectedCodeSet, String usageDecisionCodeGroup, String usageDecisionCode, String language)
      Deprecated.
      Fetch a single UsageDecisionSelectedCodeText entity using key fields.
      Parameters:
      usageDecisionCode - Code

      Constraints: Not nullable, Maximum length: 4

      usageDecisionCodeGroup - Code Group

      Constraints: Not nullable, Maximum length: 8

      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 request builder to fetch a single UsageDecisionSelectedCodeText 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.
    • getAllUsgeDcsnSelectedCode

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

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

      @Nonnull GetByKeyRequestBuilder<UsageDecisionSelectedCode> getUsgeDcsnSelectedCodeByKey(String selectedCodeSetPlant, String selectedCodeSet, String usageDecisionCodeGroup, String usageDecisionCode)
      Deprecated.
      Fetch a single UsageDecisionSelectedCode entity using key fields.
      Parameters:
      usageDecisionCode - Code

      Constraints: Not nullable, Maximum length: 4

      usageDecisionCodeGroup - Code Group

      Constraints: Not nullable, Maximum length: 8

      selectedCodeSetPlant - Plant

      Constraints: Not nullable, Maximum length: 4

      selectedCodeSet - Selected Set

      Constraints: Not nullable, Maximum length: 8

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

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

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

      @Nonnull GetByKeyRequestBuilder<UsageDecisionSelectedCodeSet> getUsgeDcsnSelectedCodeSetByKey(String selectedCodeSetPlant, String selectedCodeSet)
      Deprecated.
      Fetch a single UsageDecisionSelectedCodeSet entity using key fields.
      Parameters:
      selectedCodeSetPlant - Plant

      Constraints: Not nullable, Maximum length: 4

      selectedCodeSet - Selected Set

      Constraints: Not nullable, Maximum length: 8

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