Interface StandardWorkFormulaParameterGroupService

All Superinterfaces:
BatchService<StandardWorkFormulaParameterGroupServiceBatch>
All Known Implementing Classes:
DefaultStandardWorkFormulaParameterGroupService

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

This service is based on OData V2 protocol and can be consumed in Fiori apps and on other user interfaces. It enables you to read standard work formula parameter group, standard work formula parameter group text and standard work formula parameter text in an API call..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CE_API_STDWRKFMLAPARAM_GROUP_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Production Planning Integration(SAP_COM_0104)
Scope Items: Make-to-Stock Production - Discrete Manufacturing(BJ5), Make-to-Stock - Process Manufacturing Based on Process Order(BJ8), Material Requirements Planning(J44), Material Requirements Planning(O44)
Authentication Methods: x509
Business Object: Work Center
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull StandardWorkFormulaParameterGroupService 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.
    • getAllStandardWorkFmlaParamGroup

      @Nonnull StandardWorkFmlaParamGroupFluentHelper getAllStandardWorkFmlaParamGroup()
      Deprecated.
      Fetch multiple StandardWorkFmlaParamGroup entities.
      Returns:
      A fluent helper to fetch multiple StandardWorkFmlaParamGroup 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.
    • getStandardWorkFmlaParamGroupByKey

      @Nonnull StandardWorkFmlaParamGroupByKeyFluentHelper getStandardWorkFmlaParamGroupByKey(String standardWorkFormulaParamGroup)
      Deprecated.
      Fetch a single StandardWorkFmlaParamGroup entity using key fields.
      Parameters:
      standardWorkFormulaParamGroup - Standard Value Key

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull StandardWorkFmlaParamGrpTextFluentHelper getAllStandardWorkFmlaParamGrpText()
      Deprecated.
      Fetch multiple StandardWorkFmlaParamGrpText entities.
      Returns:
      A fluent helper to fetch multiple StandardWorkFmlaParamGrpText 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.
    • getStandardWorkFmlaParamGrpTextByKey

      @Nonnull StandardWorkFmlaParamGrpTextByKeyFluentHelper getStandardWorkFmlaParamGrpTextByKey(String standardWorkFormulaParamGroup, String language)
      Deprecated.
      Fetch a single StandardWorkFmlaParamGrpText entity using key fields.
      Parameters:
      standardWorkFormulaParamGroup - Standard Value Key

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

      @Nonnull StandardWorkFormulaParamTextFluentHelper getAllStandardWorkFormulaParamText()
      Deprecated.
      Fetch multiple StandardWorkFormulaParamText entities.
      Returns:
      A fluent helper to fetch multiple StandardWorkFormulaParamText 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.
    • getStandardWorkFormulaParamTextByKey

      @Nonnull StandardWorkFormulaParamTextByKeyFluentHelper getStandardWorkFormulaParamTextByKey(String standardWorkFormulaParameter, String language)
      Deprecated.
      Fetch a single StandardWorkFormulaParamText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      standardWorkFormulaParameter - Standard Work Formula Parameter

      Constraints: Not nullable, Maximum length: 6

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