Interface RepetitiveManufacturingConfirmationService

All Known Implementing Classes:
DefaultRepetitiveManufacturingConfirmationService

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

You can create confirmations for make-to-stock and make-to-order repetitive manufacturing using the various processing types. Together with the confirmations, you can create material documents for the goods movements and batch characteristics. You can also confirm handling units. You can of course read the confirmations, as well as cancel them, either in a document-neutral or in a document-specific operation.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: REPETITIVEMFGCONFIRMATION_0001
API Version: 1.1.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
Service Group Name: API_RPTVMFGCONFIRMATION
Business Object: Repetitive Manufacturing Confirmation
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull RepetitiveManufacturingConfirmationService 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.
    • getAllRepetitiveMfgConfirmation

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

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

      @Nonnull GetByKeyRequestBuilder<RepetitiveMfgConfirmation> getRepetitiveMfgConfirmationByKey(String repetitiveMfgConfirmation)
      Deprecated.
      Fetch a single RepetitiveMfgConfirmation entity using key fields.
      Parameters:
      repetitiveMfgConfirmation - Repetitive Manufacturing Confirmation ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull GetByKeyRequestBuilder<RptvMfgConfGRBatchCharc> getRptvMfgConfGRBatchCharcByKey(String repetitiveMfgConfirmation, String plant, String material, String batch, String characteristic, String charcValue)
      Deprecated.
      Fetch a single RptvMfgConfGRBatchCharc entity using key fields.
      Parameters:
      charcValue - Characteristic Value

      Constraints: Not nullable, Maximum length: 70

      material - Material Number

      Constraints: Not nullable, Maximum length: 18

      repetitiveMfgConfirmation - Repetitive Manufacturing Confirmation ID

      Constraints: Not nullable, Maximum length: 10

      plant - Plant of a Batch

      Constraints: Not nullable, Maximum length: 4

      batch - Batch Number

      Constraints: Not nullable, Maximum length: 10

      characteristic - Characteristic Name

      Constraints: Not nullable, Maximum length: 30

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

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

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

      @Nonnull GetByKeyRequestBuilder<RptvMfgConfMatlDocHndlgUnit> getRptvMfgConfMatlDocHndlgUnitByKey(String repetitiveMfgConfirmation, String materialDocument, String materialDocumentYear, String materialDocumentItem, String handlingUnitExternalID, String handlingUnitItem)
      Deprecated.
      Fetch a single RptvMfgConfMatlDocHndlgUnit entity using key fields.
      Parameters:
      materialDocument - Number of Material Document

      Constraints: Not nullable, Maximum length: 10

      handlingUnitExternalID - External Handling Unit Identification

      Constraints: Not nullable, Maximum length: 20

      repetitiveMfgConfirmation - Repetitive Manufacturing Confirmation ID

      Constraints: Not nullable, Maximum length: 10

      materialDocumentItem - Material Document Item

      Constraints: Not nullable, Maximum length: 4

      handlingUnitItem - Handling Unit Item

      Constraints: Not nullable, Maximum length: 6

      materialDocumentYear - Material Document Year

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull GetByKeyRequestBuilder<RptvMfgConfMatlDocItem> getRptvMfgConfMatlDocItemByKey(String repetitiveMfgConfirmation, String materialDocument, String materialDocumentYear, String materialDocumentItem)
      Deprecated.
      Fetch a single RptvMfgConfMatlDocItem entity using key fields.
      Parameters:
      materialDocument - Number of Material Document

      Constraints: Not nullable, Maximum length: 10

      repetitiveMfgConfirmation - Repetitive Manufacturing Confirmation ID

      Constraints: Not nullable, Maximum length: 10

      materialDocumentItem - Material Document Item

      Constraints: Not nullable, Maximum length: 4

      materialDocumentYear - Material Document Year

      Constraints: Not nullable, Maximum length: 4

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