Class DefaultProductionRoutingService
- All Implemented Interfaces:
BatchService<ProductionRoutingServiceBatch>,ProductionRoutingService
A routing is a description of the operations (or steps in a process) that are performed to manufacture a product (or material). It is used as a reference for production orders, to run schedules and in calculating the costs of products..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_PRODUCTION_ROUTING |
| API Version: | 1.0.2 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Production Planning Master Data Integration(SAP_COM_0519) |
| Scope Items: | Third-Party Shop Floor Execution - Process Industry(3W3), Third-Party Shop Floor Execution - Discrete Industry(3W4) |
| Authentication Methods: | x509 |
| Business Object: | Production Routing |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.ProductionRoutingService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingProductionRoutingService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createProductionRoutingHeader(ProductionRoutingHeader productionRoutingHeader) Deprecated.Create a newProductionRoutingHeaderentity and save it to the S/4HANA system.createProductionRoutingOpCompAlloc(ProductionRoutingOpCompAlloc productionRoutingOpCompAlloc) Deprecated.Create a newProductionRoutingOpCompAllocentity and save it to the S/4HANA system.createProductionRoutingOperation(ProductionRoutingOperation productionRoutingOperation) Deprecated.Create a newProductionRoutingOperationentity and save it to the S/4HANA system.createProductionRoutingSequence(ProductionRoutingSequence productionRoutingSequence) Deprecated.Create a newProductionRoutingSequenceentity and save it to the S/4HANA system.createProductionRoutingSubOperation(ProductionRoutingSubOperation productionRoutingSubOperation) Deprecated.Create a newProductionRoutingSubOperationentity and save it to the S/4HANA system.Deprecated.Fetch multipleOperationDocumentPRTAssignmententities.Deprecated.Fetch multipleOperationEquipmentPRTAssignmententities.Deprecated.Fetch multipleOperationMaterialPRTAssignmententities.Deprecated.Fetch multipleOperationMiscellaneousPRTAssignmententities.Deprecated.Fetch multipleProductionRoutingHeaderentities.Deprecated.Fetch multipleProductionRoutingMatlAssgmtentities.Deprecated.Fetch multipleProductionRoutingOpCompAllocentities.Deprecated.Fetch multipleProductionRoutingOperationentities.Deprecated.Fetch multipleProductionRoutingSequenceentities.Deprecated.Fetch multipleProductionRoutingSubOperationentities.getOperationDocumentPRTAssignmentByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingOpIntID, String bOOOperationPRTInternalID, String bOOOperationPRTIntVersCounter) Deprecated.Fetch a singleOperationDocumentPRTAssignmententity using key fields.getOperationEquipmentPRTAssignmentByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingOpIntID, String bOOOperationPRTInternalID, String bOOOperationPRTIntVersCounter) Deprecated.Fetch a singleOperationEquipmentPRTAssignmententity using key fields.getOperationMaterialPRTAssignmentByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingOpIntID, String bOOOperationPRTInternalID, String bOOOperationPRTIntVersCounter) Deprecated.Fetch a singleOperationMaterialPRTAssignmententity using key fields.getOperationMiscellaneousPRTAssignmentByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingOpIntID, String bOOOperationPRTInternalID, String bOOOperationPRTIntVersCounter) Deprecated.Fetch a singleOperationMiscellaneousPRTAssignmententity using key fields.getProductionRoutingHeaderByKey(String productionRoutingGroup, String productionRouting, String productionRoutingInternalVers) Deprecated.Fetch a singleProductionRoutingHeaderentity using key fields.getProductionRoutingMatlAssgmtByKey(String product, String plant, String productionRoutingGroup, String productionRouting, String productionRoutingMatlAssgmt, String productionRtgMatlAssgmtIntVers) Deprecated.Fetch a singleProductionRoutingMatlAssgmtentity using key fields.getProductionRoutingOpCompAllocByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingOpIntID, String prodnRtgOpBOMItemInternalID, String prodnRtgOpBOMItemIntVersion) Deprecated.Fetch a singleProductionRoutingOpCompAllocentity using key fields.getProductionRoutingOperationByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingOpIntID, String productionRoutingOpIntVersion) Deprecated.Fetch a singleProductionRoutingOperationentity using key fields.getProductionRoutingSequenceByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingSqncIntVers) Deprecated.Fetch a singleProductionRoutingSequenceentity using key fields.getProductionRoutingSubOperationByKey(String productionRoutingGroup, String productionRouting, String productionRoutingOpIntID, String productionRoutingSequence, String productionRoutingOpIntVersion) Deprecated.Fetch a singleProductionRoutingSubOperationentity using key fields.updateProductionRoutingHeader(ProductionRoutingHeader productionRoutingHeader) Deprecated.Update an existingProductionRoutingHeaderentity and save it to the S/4HANA system.updateProductionRoutingOpCompAlloc(ProductionRoutingOpCompAlloc productionRoutingOpCompAlloc) Deprecated.Update an existingProductionRoutingOpCompAllocentity and save it to the S/4HANA system.updateProductionRoutingOperation(ProductionRoutingOperation productionRoutingOperation) Deprecated.Update an existingProductionRoutingOperationentity and save it to the S/4HANA system.updateProductionRoutingSequence(ProductionRoutingSequence productionRoutingSequence) Deprecated.Update an existingProductionRoutingSequenceentity and save it to the S/4HANA system.updateProductionRoutingSubOperation(ProductionRoutingSubOperation productionRoutingSubOperation) Deprecated.Update an existingProductionRoutingSubOperationentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultProductionRoutingService
public DefaultProductionRoutingService()Deprecated.Creates a service usingProductionRoutingService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ProductionRoutingServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceProductionRoutingService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<ProductionRoutingServiceBatch>
-
getAllOperationDocumentPRTAssignment
Deprecated.Description copied from interface:ProductionRoutingServiceFetch multipleOperationDocumentPRTAssignmententities.- Specified by:
getAllOperationDocumentPRTAssignmentin interfaceProductionRoutingService- Returns:
- A fluent helper to fetch multiple
OperationDocumentPRTAssignmententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getOperationDocumentPRTAssignmentByKey
@Nonnull public OperationDocumentPRTAssignmentByKeyFluentHelper getOperationDocumentPRTAssignmentByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingOpIntID, String bOOOperationPRTInternalID, String bOOOperationPRTIntVersCounter) Deprecated.Description copied from interface:ProductionRoutingServiceFetch a singleOperationDocumentPRTAssignmententity using key fields.- Specified by:
getOperationDocumentPRTAssignmentByKeyin interfaceProductionRoutingService- Parameters:
productionRoutingGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
productionRouting- Group CounterConstraints: Not nullable, Maximum length: 2
productionRoutingSequence- SequenceConstraints: Not nullable, Maximum length: 6
productionRoutingOpIntID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
bOOOperationPRTInternalID- Item Counter for Production Resources/ToolsConstraints: Not nullable, Maximum length: 8
bOOOperationPRTIntVersCounter- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
OperationDocumentPRTAssignmententity 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 theexecutemethod on the fluent helper object.
-
getAllOperationEquipmentPRTAssignment
Deprecated.Description copied from interface:ProductionRoutingServiceFetch multipleOperationEquipmentPRTAssignmententities.- Specified by:
getAllOperationEquipmentPRTAssignmentin interfaceProductionRoutingService- Returns:
- A fluent helper to fetch multiple
OperationEquipmentPRTAssignmententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getOperationEquipmentPRTAssignmentByKey
@Nonnull public OperationEquipmentPRTAssignmentByKeyFluentHelper getOperationEquipmentPRTAssignmentByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingOpIntID, String bOOOperationPRTInternalID, String bOOOperationPRTIntVersCounter) Deprecated.Description copied from interface:ProductionRoutingServiceFetch a singleOperationEquipmentPRTAssignmententity using key fields.- Specified by:
getOperationEquipmentPRTAssignmentByKeyin interfaceProductionRoutingService- Parameters:
productionRoutingGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
productionRouting- Group CounterConstraints: Not nullable, Maximum length: 2
productionRoutingSequence- SequenceConstraints: Not nullable, Maximum length: 6
productionRoutingOpIntID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
bOOOperationPRTInternalID- Item Counter for Production Resources/ToolsConstraints: Not nullable, Maximum length: 8
bOOOperationPRTIntVersCounter- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
OperationEquipmentPRTAssignmententity 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 theexecutemethod on the fluent helper object.
-
getAllOperationMaterialPRTAssignment
Deprecated.Description copied from interface:ProductionRoutingServiceFetch multipleOperationMaterialPRTAssignmententities.- Specified by:
getAllOperationMaterialPRTAssignmentin interfaceProductionRoutingService- Returns:
- A fluent helper to fetch multiple
OperationMaterialPRTAssignmententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getOperationMaterialPRTAssignmentByKey
@Nonnull public OperationMaterialPRTAssignmentByKeyFluentHelper getOperationMaterialPRTAssignmentByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingOpIntID, String bOOOperationPRTInternalID, String bOOOperationPRTIntVersCounter) Deprecated.Description copied from interface:ProductionRoutingServiceFetch a singleOperationMaterialPRTAssignmententity using key fields.- Specified by:
getOperationMaterialPRTAssignmentByKeyin interfaceProductionRoutingService- Parameters:
productionRoutingGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
productionRouting- Group CounterConstraints: Not nullable, Maximum length: 2
productionRoutingSequence- SequenceConstraints: Not nullable, Maximum length: 6
productionRoutingOpIntID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
bOOOperationPRTInternalID- Item Counter for Production Resources/ToolsConstraints: Not nullable, Maximum length: 8
bOOOperationPRTIntVersCounter- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
OperationMaterialPRTAssignmententity 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 theexecutemethod on the fluent helper object.
-
getAllOperationMiscellaneousPRTAssignment
@Nonnull public OperationMiscellaneousPRTAssignmentFluentHelper getAllOperationMiscellaneousPRTAssignment()Deprecated.Description copied from interface:ProductionRoutingServiceFetch multipleOperationMiscellaneousPRTAssignmententities.- Specified by:
getAllOperationMiscellaneousPRTAssignmentin interfaceProductionRoutingService- Returns:
- A fluent helper to fetch multiple
OperationMiscellaneousPRTAssignmententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getOperationMiscellaneousPRTAssignmentByKey
@Nonnull public OperationMiscellaneousPRTAssignmentByKeyFluentHelper getOperationMiscellaneousPRTAssignmentByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingOpIntID, String bOOOperationPRTInternalID, String bOOOperationPRTIntVersCounter) Deprecated.Description copied from interface:ProductionRoutingServiceFetch a singleOperationMiscellaneousPRTAssignmententity using key fields.- Specified by:
getOperationMiscellaneousPRTAssignmentByKeyin interfaceProductionRoutingService- Parameters:
productionRoutingGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
productionRouting- Group CounterConstraints: Not nullable, Maximum length: 2
productionRoutingSequence- SequenceConstraints: Not nullable, Maximum length: 6
productionRoutingOpIntID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
bOOOperationPRTInternalID- Item Counter for Production Resources/ToolsConstraints: Not nullable, Maximum length: 8
bOOOperationPRTIntVersCounter- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
OperationMiscellaneousPRTAssignmententity 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 theexecutemethod on the fluent helper object.
-
getAllProductionRoutingHeader
Deprecated.Description copied from interface:ProductionRoutingServiceFetch multipleProductionRoutingHeaderentities.- Specified by:
getAllProductionRoutingHeaderin interfaceProductionRoutingService- Returns:
- A fluent helper to fetch multiple
ProductionRoutingHeaderentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionRoutingHeaderByKey
@Nonnull public ProductionRoutingHeaderByKeyFluentHelper getProductionRoutingHeaderByKey(String productionRoutingGroup, String productionRouting, String productionRoutingInternalVers) Deprecated.Description copied from interface:ProductionRoutingServiceFetch a singleProductionRoutingHeaderentity using key fields.- Specified by:
getProductionRoutingHeaderByKeyin interfaceProductionRoutingService- Parameters:
productionRoutingGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
productionRouting- Group CounterConstraints: Not nullable, Maximum length: 2
productionRoutingInternalVers- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
ProductionRoutingHeaderentity 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 theexecutemethod on the fluent helper object.
-
createProductionRoutingHeader
@Nonnull public ProductionRoutingHeaderCreateFluentHelper createProductionRoutingHeader(@Nonnull ProductionRoutingHeader productionRoutingHeader) Deprecated.Description copied from interface:ProductionRoutingServiceCreate a newProductionRoutingHeaderentity and save it to the S/4HANA system.- Specified by:
createProductionRoutingHeaderin interfaceProductionRoutingService- Parameters:
productionRoutingHeader-ProductionRoutingHeaderentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProductionRoutingHeaderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateProductionRoutingHeader
@Nonnull public ProductionRoutingHeaderUpdateFluentHelper updateProductionRoutingHeader(@Nonnull ProductionRoutingHeader productionRoutingHeader) Deprecated.Description copied from interface:ProductionRoutingServiceUpdate an existingProductionRoutingHeaderentity and save it to the S/4HANA system.- Specified by:
updateProductionRoutingHeaderin interfaceProductionRoutingService- Parameters:
productionRoutingHeader-ProductionRoutingHeaderentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProductionRoutingHeaderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProductionRoutingMatlAssgmt
Deprecated.Description copied from interface:ProductionRoutingServiceFetch multipleProductionRoutingMatlAssgmtentities.- Specified by:
getAllProductionRoutingMatlAssgmtin interfaceProductionRoutingService- Returns:
- A fluent helper to fetch multiple
ProductionRoutingMatlAssgmtentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionRoutingMatlAssgmtByKey
@Nonnull public ProductionRoutingMatlAssgmtByKeyFluentHelper getProductionRoutingMatlAssgmtByKey(String product, String plant, String productionRoutingGroup, String productionRouting, String productionRoutingMatlAssgmt, String productionRtgMatlAssgmtIntVers) Deprecated.Description copied from interface:ProductionRoutingServiceFetch a singleProductionRoutingMatlAssgmtentity using key fields.- Specified by:
getProductionRoutingMatlAssgmtByKeyin interfaceProductionRoutingService- Parameters:
product- Material NumberConstraints: Not nullable, Maximum length: 18
plant- PlantConstraints: Not nullable, Maximum length: 4
productionRoutingGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
productionRouting- Group CounterConstraints: Not nullable, Maximum length: 2
productionRoutingMatlAssgmt- Counter for Additional CriteriaConstraints: Not nullable, Maximum length: 7
productionRtgMatlAssgmtIntVers- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
ProductionRoutingMatlAssgmtentity 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 theexecutemethod on the fluent helper object.
-
getAllProductionRoutingOpCompAlloc
Deprecated.Description copied from interface:ProductionRoutingServiceFetch multipleProductionRoutingOpCompAllocentities.- Specified by:
getAllProductionRoutingOpCompAllocin interfaceProductionRoutingService- Returns:
- A fluent helper to fetch multiple
ProductionRoutingOpCompAllocentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionRoutingOpCompAllocByKey
@Nonnull public ProductionRoutingOpCompAllocByKeyFluentHelper getProductionRoutingOpCompAllocByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingOpIntID, String prodnRtgOpBOMItemInternalID, String prodnRtgOpBOMItemIntVersion) Deprecated.Description copied from interface:ProductionRoutingServiceFetch a singleProductionRoutingOpCompAllocentity using key fields.- Specified by:
getProductionRoutingOpCompAllocByKeyin interfaceProductionRoutingService- Parameters:
productionRoutingGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
productionRouting- Group CounterConstraints: Not nullable, Maximum length: 2
productionRoutingSequence- SequenceConstraints: Not nullable, Maximum length: 6
productionRoutingOpIntID- Task list node number for operationConstraints: Not nullable, Maximum length: 8
prodnRtgOpBOMItemInternalID- No. for material comp. allocation to task listConstraints: Not nullable, Maximum length: 8
prodnRtgOpBOMItemIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
ProductionRoutingOpCompAllocentity 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 theexecutemethod on the fluent helper object.
-
createProductionRoutingOpCompAlloc
@Nonnull public ProductionRoutingOpCompAllocCreateFluentHelper createProductionRoutingOpCompAlloc(@Nonnull ProductionRoutingOpCompAlloc productionRoutingOpCompAlloc) Deprecated.Description copied from interface:ProductionRoutingServiceCreate a newProductionRoutingOpCompAllocentity and save it to the S/4HANA system.- Specified by:
createProductionRoutingOpCompAllocin interfaceProductionRoutingService- Parameters:
productionRoutingOpCompAlloc-ProductionRoutingOpCompAllocentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProductionRoutingOpCompAllocentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateProductionRoutingOpCompAlloc
@Nonnull public ProductionRoutingOpCompAllocUpdateFluentHelper updateProductionRoutingOpCompAlloc(@Nonnull ProductionRoutingOpCompAlloc productionRoutingOpCompAlloc) Deprecated.Description copied from interface:ProductionRoutingServiceUpdate an existingProductionRoutingOpCompAllocentity and save it to the S/4HANA system.- Specified by:
updateProductionRoutingOpCompAllocin interfaceProductionRoutingService- Parameters:
productionRoutingOpCompAlloc-ProductionRoutingOpCompAllocentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProductionRoutingOpCompAllocentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProductionRoutingOperation
Deprecated.Description copied from interface:ProductionRoutingServiceFetch multipleProductionRoutingOperationentities.- Specified by:
getAllProductionRoutingOperationin interfaceProductionRoutingService- Returns:
- A fluent helper to fetch multiple
ProductionRoutingOperationentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionRoutingOperationByKey
@Nonnull public ProductionRoutingOperationByKeyFluentHelper getProductionRoutingOperationByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingOpIntID, String productionRoutingOpIntVersion) Deprecated.Description copied from interface:ProductionRoutingServiceFetch a singleProductionRoutingOperationentity using key fields.- Specified by:
getProductionRoutingOperationByKeyin interfaceProductionRoutingService- Parameters:
productionRoutingGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
productionRouting- Group CounterConstraints: Not nullable, Maximum length: 2
productionRoutingSequence- SequenceConstraints: Not nullable, Maximum length: 6
productionRoutingOpIntID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
productionRoutingOpIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
ProductionRoutingOperationentity 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 theexecutemethod on the fluent helper object.
-
createProductionRoutingOperation
@Nonnull public ProductionRoutingOperationCreateFluentHelper createProductionRoutingOperation(@Nonnull ProductionRoutingOperation productionRoutingOperation) Deprecated.Description copied from interface:ProductionRoutingServiceCreate a newProductionRoutingOperationentity and save it to the S/4HANA system.- Specified by:
createProductionRoutingOperationin interfaceProductionRoutingService- Parameters:
productionRoutingOperation-ProductionRoutingOperationentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProductionRoutingOperationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateProductionRoutingOperation
@Nonnull public ProductionRoutingOperationUpdateFluentHelper updateProductionRoutingOperation(@Nonnull ProductionRoutingOperation productionRoutingOperation) Deprecated.Description copied from interface:ProductionRoutingServiceUpdate an existingProductionRoutingOperationentity and save it to the S/4HANA system.- Specified by:
updateProductionRoutingOperationin interfaceProductionRoutingService- Parameters:
productionRoutingOperation-ProductionRoutingOperationentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProductionRoutingOperationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProductionRoutingSequence
Deprecated.Description copied from interface:ProductionRoutingServiceFetch multipleProductionRoutingSequenceentities.- Specified by:
getAllProductionRoutingSequencein interfaceProductionRoutingService- Returns:
- A fluent helper to fetch multiple
ProductionRoutingSequenceentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionRoutingSequenceByKey
@Nonnull public ProductionRoutingSequenceByKeyFluentHelper getProductionRoutingSequenceByKey(String productionRoutingGroup, String productionRouting, String productionRoutingSequence, String productionRoutingSqncIntVers) Deprecated.Description copied from interface:ProductionRoutingServiceFetch a singleProductionRoutingSequenceentity using key fields.- Specified by:
getProductionRoutingSequenceByKeyin interfaceProductionRoutingService- Parameters:
productionRoutingGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
productionRouting- Group CounterConstraints: Not nullable, Maximum length: 2
productionRoutingSequence- SequenceConstraints: Not nullable, Maximum length: 6
productionRoutingSqncIntVers- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
ProductionRoutingSequenceentity 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 theexecutemethod on the fluent helper object.
-
createProductionRoutingSequence
@Nonnull public ProductionRoutingSequenceCreateFluentHelper createProductionRoutingSequence(@Nonnull ProductionRoutingSequence productionRoutingSequence) Deprecated.Description copied from interface:ProductionRoutingServiceCreate a newProductionRoutingSequenceentity and save it to the S/4HANA system.- Specified by:
createProductionRoutingSequencein interfaceProductionRoutingService- Parameters:
productionRoutingSequence-ProductionRoutingSequenceentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProductionRoutingSequenceentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateProductionRoutingSequence
@Nonnull public ProductionRoutingSequenceUpdateFluentHelper updateProductionRoutingSequence(@Nonnull ProductionRoutingSequence productionRoutingSequence) Deprecated.Description copied from interface:ProductionRoutingServiceUpdate an existingProductionRoutingSequenceentity and save it to the S/4HANA system.- Specified by:
updateProductionRoutingSequencein interfaceProductionRoutingService- Parameters:
productionRoutingSequence-ProductionRoutingSequenceentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProductionRoutingSequenceentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllProductionRoutingSubOperation
Deprecated.Description copied from interface:ProductionRoutingServiceFetch multipleProductionRoutingSubOperationentities.- Specified by:
getAllProductionRoutingSubOperationin interfaceProductionRoutingService- Returns:
- A fluent helper to fetch multiple
ProductionRoutingSubOperationentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getProductionRoutingSubOperationByKey
@Nonnull public ProductionRoutingSubOperationByKeyFluentHelper getProductionRoutingSubOperationByKey(String productionRoutingGroup, String productionRouting, String productionRoutingOpIntID, String productionRoutingSequence, String productionRoutingOpIntVersion) Deprecated.Description copied from interface:ProductionRoutingServiceFetch a singleProductionRoutingSubOperationentity using key fields.- Specified by:
getProductionRoutingSubOperationByKeyin interfaceProductionRoutingService- Parameters:
productionRoutingGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
productionRouting- Group CounterConstraints: Not nullable, Maximum length: 2
productionRoutingOpIntID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
productionRoutingSequence- SequenceConstraints: Not nullable, Maximum length: 6
productionRoutingOpIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
ProductionRoutingSubOperationentity 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 theexecutemethod on the fluent helper object.
-
createProductionRoutingSubOperation
@Nonnull public ProductionRoutingSubOperationCreateFluentHelper createProductionRoutingSubOperation(@Nonnull ProductionRoutingSubOperation productionRoutingSubOperation) Deprecated.Description copied from interface:ProductionRoutingServiceCreate a newProductionRoutingSubOperationentity and save it to the S/4HANA system.- Specified by:
createProductionRoutingSubOperationin interfaceProductionRoutingService- Parameters:
productionRoutingSubOperation-ProductionRoutingSubOperationentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ProductionRoutingSubOperationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateProductionRoutingSubOperation
@Nonnull public ProductionRoutingSubOperationUpdateFluentHelper updateProductionRoutingSubOperation(@Nonnull ProductionRoutingSubOperation productionRoutingSubOperation) Deprecated.Description copied from interface:ProductionRoutingServiceUpdate an existingProductionRoutingSubOperationentity and save it to the S/4HANA system.- Specified by:
updateProductionRoutingSubOperationin interfaceProductionRoutingService- Parameters:
productionRoutingSubOperation-ProductionRoutingSubOperationentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ProductionRoutingSubOperationentity. To perform execution, call theexecutemethod on the fluent helper object.
-