Class DefaultMasterRecipeService
- All Implemented Interfaces:
BatchService<MasterRecipeServiceBatch>,MasterRecipeService
Master recipes are used for planning the manufacture of products. It is used as a reference for process orders and in calculating the costs of products. Master recipe is a description of the operations or phases (steps in a process) that must be carried out in a certain order to manufacture a product. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_MASTER_RECIPE |
| 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: | Master Recipe |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.MasterRecipeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingMasterRecipeService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createMasterRecipeHeader(MasterRecipeHeader masterRecipeHeader) Deprecated.Create a newMasterRecipeHeaderentity and save it to the S/4HANA system.createMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) Deprecated.Create a newMasterRecipeOperationentity and save it to the S/4HANA system.createMasterRecipeOpSecdryRsce(MasterRecipeOpSecdryRsce masterRecipeOpSecdryRsce) Deprecated.Create a newMasterRecipeOpSecdryRsceentity and save it to the S/4HANA system.createMasterRecipePhase(MasterRecipePhase masterRecipePhase) Deprecated.Create a newMasterRecipePhaseentity and save it to the S/4HANA system.createMasterRecipePhseCompAlloc(MasterRecipePhseCompAlloc masterRecipePhseCompAlloc) Deprecated.Create a newMasterRecipePhseCompAllocentity and save it to the S/4HANA system.createMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) Deprecated.Create a newMasterRecipePhseRelshpentity and save it to the S/4HANA system.createMasterRecipePhseSecdryRsce(MasterRecipePhseSecdryRsce masterRecipePhseSecdryRsce) Deprecated.Create a newMasterRecipePhseSecdryRsceentity and save it to the S/4HANA system.Deprecated.Fetch multipleMasterRecipeHeaderentities.Deprecated.Fetch multipleMasterRecipeMatlAssgmtentities.Deprecated.Fetch multipleMasterRecipeOpCompAllocentities.Deprecated.Fetch multipleMasterRecipeOperationentities.Deprecated.Fetch multipleMasterRecipeOpSecdryRsceentities.Deprecated.Fetch multipleMasterRecipePhaseentities.Deprecated.Fetch multipleMasterRecipePhseCompAllocentities.Deprecated.Fetch multipleMasterRecipePhseRelshpentities.Deprecated.Fetch multipleMasterRecipePhseSecdryRsceentities.getMasterRecipeHeaderByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeInternalVersion) Deprecated.Fetch a singleMasterRecipeHeaderentity using key fields.getMasterRecipeMatlAssgmtByKey(String product, String plant, String masterRecipeGroup, String masterRecipe, String masterRecipeMaterialAssignment, String mstrRcpMatlAssgmtIntVersion) Deprecated.Fetch a singleMasterRecipeMatlAssgmtentity using key fields.getMasterRecipeOpCompAllocByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOpBOMItemInternalID, String mstrRcpOpBOMItemIntVersion) Deprecated.Fetch a singleMasterRecipeOpCompAllocentity using key fields.getMasterRecipeOperationByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOperationIntVersion) Deprecated.Fetch a singleMasterRecipeOperationentity using key fields.getMasterRecipeOpSecdryRsceByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOperationIntVersion) Deprecated.Fetch a singleMasterRecipeOpSecdryRsceentity using key fields.getMasterRecipePhaseByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpSuperiorOpIntVersion, String mstrRcpOperationIntVersion) Deprecated.Fetch a singleMasterRecipePhaseentity using key fields.getMasterRecipePhseCompAllocByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOpBOMItemInternalID, String mstrRcpOpBOMItemIntVersion) Deprecated.Fetch a singleMasterRecipePhseCompAllocentity using key fields.getMasterRecipePhseRelshpByKey(String prdcssrMasterRecipeGroup, String prdcssrMasterRecipe, String prdcssrMstrRcpOpInternalID, String succssrMasterRecipeGroup, String succssrMasterRecipe, String succssrMstrRcpOpInternalID, String masterRecipeRelationshipType, Boolean maxTimeIntvlIsUsedForSchedg, String mstrRcpRelationshipIntVersion) Deprecated.Fetch a singleMasterRecipePhseRelshpentity using key fields.getMasterRecipePhseSecdryRsceByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOperationIntVersion) Deprecated.Fetch a singleMasterRecipePhseSecdryRsceentity using key fields.updateMasterRecipeHeader(MasterRecipeHeader masterRecipeHeader) Deprecated.Update an existingMasterRecipeHeaderentity and save it to the S/4HANA system.updateMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) Deprecated.Update an existingMasterRecipeOperationentity and save it to the S/4HANA system.updateMasterRecipeOpSecdryRsce(MasterRecipeOpSecdryRsce masterRecipeOpSecdryRsce) Deprecated.Update an existingMasterRecipeOpSecdryRsceentity and save it to the S/4HANA system.updateMasterRecipePhase(MasterRecipePhase masterRecipePhase) Deprecated.Update an existingMasterRecipePhaseentity and save it to the S/4HANA system.updateMasterRecipePhseCompAlloc(MasterRecipePhseCompAlloc masterRecipePhseCompAlloc) Deprecated.Update an existingMasterRecipePhseCompAllocentity and save it to the S/4HANA system.updateMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) Deprecated.Update an existingMasterRecipePhseRelshpentity and save it to the S/4HANA system.updateMasterRecipePhseSecdryRsce(MasterRecipePhseSecdryRsce masterRecipePhseSecdryRsce) Deprecated.Update an existingMasterRecipePhseSecdryRsceentity 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
-
DefaultMasterRecipeService
public DefaultMasterRecipeService()Deprecated.Creates a service usingMasterRecipeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:MasterRecipeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceMasterRecipeService- 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<MasterRecipeServiceBatch>
-
getAllMasterRecipeHeader
Deprecated.Description copied from interface:MasterRecipeServiceFetch multipleMasterRecipeHeaderentities.- Specified by:
getAllMasterRecipeHeaderin interfaceMasterRecipeService- Returns:
- A fluent helper to fetch multiple
MasterRecipeHeaderentities. 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.
-
getMasterRecipeHeaderByKey
@Nonnull public MasterRecipeHeaderByKeyFluentHelper getMasterRecipeHeaderByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeInternalVersion) Deprecated.Description copied from interface:MasterRecipeServiceFetch a singleMasterRecipeHeaderentity using key fields.- Specified by:
getMasterRecipeHeaderByKeyin interfaceMasterRecipeService- Parameters:
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
masterRecipeInternalVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
MasterRecipeHeaderentity 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.
-
createMasterRecipeHeader
@Nonnull public MasterRecipeHeaderCreateFluentHelper createMasterRecipeHeader(@Nonnull MasterRecipeHeader masterRecipeHeader) Deprecated.Description copied from interface:MasterRecipeServiceCreate a newMasterRecipeHeaderentity and save it to the S/4HANA system.- Specified by:
createMasterRecipeHeaderin interfaceMasterRecipeService- Parameters:
masterRecipeHeader-MasterRecipeHeaderentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MasterRecipeHeaderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMasterRecipeHeader
@Nonnull public MasterRecipeHeaderUpdateFluentHelper updateMasterRecipeHeader(@Nonnull MasterRecipeHeader masterRecipeHeader) Deprecated.Description copied from interface:MasterRecipeServiceUpdate an existingMasterRecipeHeaderentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipeHeaderin interfaceMasterRecipeService- Parameters:
masterRecipeHeader-MasterRecipeHeaderentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MasterRecipeHeaderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMasterRecipeMatlAssgmt
Deprecated.Description copied from interface:MasterRecipeServiceFetch multipleMasterRecipeMatlAssgmtentities.- Specified by:
getAllMasterRecipeMatlAssgmtin interfaceMasterRecipeService- Returns:
- A fluent helper to fetch multiple
MasterRecipeMatlAssgmtentities. 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.
-
getMasterRecipeMatlAssgmtByKey
@Nonnull public MasterRecipeMatlAssgmtByKeyFluentHelper getMasterRecipeMatlAssgmtByKey(String product, String plant, String masterRecipeGroup, String masterRecipe, String masterRecipeMaterialAssignment, String mstrRcpMatlAssgmtIntVersion) Deprecated.Description copied from interface:MasterRecipeServiceFetch a singleMasterRecipeMatlAssgmtentity using key fields.- Specified by:
getMasterRecipeMatlAssgmtByKeyin interfaceMasterRecipeService- Parameters:
product- Material NumberConstraints: Not nullable, Maximum length: 18
plant- PlantConstraints: Not nullable, Maximum length: 4
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
masterRecipeMaterialAssignment- Counter for additional criteriaConstraints: Not nullable, Maximum length: 7
mstrRcpMatlAssgmtIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
MasterRecipeMatlAssgmtentity 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.
-
getAllMasterRecipeOpCompAlloc
Deprecated.Description copied from interface:MasterRecipeServiceFetch multipleMasterRecipeOpCompAllocentities.- Specified by:
getAllMasterRecipeOpCompAllocin interfaceMasterRecipeService- Returns:
- A fluent helper to fetch multiple
MasterRecipeOpCompAllocentities. 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.
-
getMasterRecipeOpCompAllocByKey
@Nonnull public MasterRecipeOpCompAllocByKeyFluentHelper getMasterRecipeOpCompAllocByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOpBOMItemInternalID, String mstrRcpOpBOMItemIntVersion) Deprecated.Description copied from interface:MasterRecipeServiceFetch a singleMasterRecipeOpCompAllocentity using key fields.- Specified by:
getMasterRecipeOpCompAllocByKeyin interfaceMasterRecipeService- Parameters:
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
masterRecipeOperationIntID- Task list node number for operationConstraints: Not nullable, Maximum length: 8
mstrRcpOpBOMItemInternalID- No. for material comp. allocation to task listConstraints: Not nullable, Maximum length: 8
mstrRcpOpBOMItemIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
MasterRecipeOpCompAllocentity 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.
-
getAllMasterRecipeOperation
Deprecated.Description copied from interface:MasterRecipeServiceFetch multipleMasterRecipeOperationentities.- Specified by:
getAllMasterRecipeOperationin interfaceMasterRecipeService- Returns:
- A fluent helper to fetch multiple
MasterRecipeOperationentities. 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.
-
getMasterRecipeOperationByKey
@Nonnull public MasterRecipeOperationByKeyFluentHelper getMasterRecipeOperationByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOperationIntVersion) Deprecated.Description copied from interface:MasterRecipeServiceFetch a singleMasterRecipeOperationentity using key fields.- Specified by:
getMasterRecipeOperationByKeyin interfaceMasterRecipeService- Parameters:
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
masterRecipeOperationIntID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
mstrRcpOperationIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
MasterRecipeOperationentity 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.
-
createMasterRecipeOperation
@Nonnull public MasterRecipeOperationCreateFluentHelper createMasterRecipeOperation(@Nonnull MasterRecipeOperation masterRecipeOperation) Deprecated.Description copied from interface:MasterRecipeServiceCreate a newMasterRecipeOperationentity and save it to the S/4HANA system.- Specified by:
createMasterRecipeOperationin interfaceMasterRecipeService- Parameters:
masterRecipeOperation-MasterRecipeOperationentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MasterRecipeOperationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMasterRecipeOperation
@Nonnull public MasterRecipeOperationUpdateFluentHelper updateMasterRecipeOperation(@Nonnull MasterRecipeOperation masterRecipeOperation) Deprecated.Description copied from interface:MasterRecipeServiceUpdate an existingMasterRecipeOperationentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipeOperationin interfaceMasterRecipeService- Parameters:
masterRecipeOperation-MasterRecipeOperationentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MasterRecipeOperationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMasterRecipeOpSecdryRsce
Deprecated.Description copied from interface:MasterRecipeServiceFetch multipleMasterRecipeOpSecdryRsceentities.- Specified by:
getAllMasterRecipeOpSecdryRscein interfaceMasterRecipeService- Returns:
- A fluent helper to fetch multiple
MasterRecipeOpSecdryRsceentities. 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.
-
getMasterRecipeOpSecdryRsceByKey
@Nonnull public MasterRecipeOpSecdryRsceByKeyFluentHelper getMasterRecipeOpSecdryRsceByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOperationIntVersion) Deprecated.Description copied from interface:MasterRecipeServiceFetch a singleMasterRecipeOpSecdryRsceentity using key fields.- Specified by:
getMasterRecipeOpSecdryRsceByKeyin interfaceMasterRecipeService- Parameters:
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
masterRecipeOperationIntID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
mstrRcpOperationIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
MasterRecipeOpSecdryRsceentity 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.
-
createMasterRecipeOpSecdryRsce
@Nonnull public MasterRecipeOpSecdryRsceCreateFluentHelper createMasterRecipeOpSecdryRsce(@Nonnull MasterRecipeOpSecdryRsce masterRecipeOpSecdryRsce) Deprecated.Description copied from interface:MasterRecipeServiceCreate a newMasterRecipeOpSecdryRsceentity and save it to the S/4HANA system.- Specified by:
createMasterRecipeOpSecdryRscein interfaceMasterRecipeService- Parameters:
masterRecipeOpSecdryRsce-MasterRecipeOpSecdryRsceentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MasterRecipeOpSecdryRsceentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMasterRecipeOpSecdryRsce
@Nonnull public MasterRecipeOpSecdryRsceUpdateFluentHelper updateMasterRecipeOpSecdryRsce(@Nonnull MasterRecipeOpSecdryRsce masterRecipeOpSecdryRsce) Deprecated.Description copied from interface:MasterRecipeServiceUpdate an existingMasterRecipeOpSecdryRsceentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipeOpSecdryRscein interfaceMasterRecipeService- Parameters:
masterRecipeOpSecdryRsce-MasterRecipeOpSecdryRsceentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MasterRecipeOpSecdryRsceentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMasterRecipePhase
Deprecated.Description copied from interface:MasterRecipeServiceFetch multipleMasterRecipePhaseentities.- Specified by:
getAllMasterRecipePhasein interfaceMasterRecipeService- Returns:
- A fluent helper to fetch multiple
MasterRecipePhaseentities. 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.
-
getMasterRecipePhaseByKey
@Nonnull public MasterRecipePhaseByKeyFluentHelper getMasterRecipePhaseByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpSuperiorOpIntVersion, String mstrRcpOperationIntVersion) Deprecated.Description copied from interface:MasterRecipeServiceFetch a singleMasterRecipePhaseentity using key fields.- Specified by:
getMasterRecipePhaseByKeyin interfaceMasterRecipeService- Parameters:
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
masterRecipeOperationIntID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
mstrRcpSuperiorOpIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
mstrRcpOperationIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
MasterRecipePhaseentity 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.
-
createMasterRecipePhase
@Nonnull public MasterRecipePhaseCreateFluentHelper createMasterRecipePhase(@Nonnull MasterRecipePhase masterRecipePhase) Deprecated.Description copied from interface:MasterRecipeServiceCreate a newMasterRecipePhaseentity and save it to the S/4HANA system.- Specified by:
createMasterRecipePhasein interfaceMasterRecipeService- Parameters:
masterRecipePhase-MasterRecipePhaseentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MasterRecipePhaseentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMasterRecipePhase
@Nonnull public MasterRecipePhaseUpdateFluentHelper updateMasterRecipePhase(@Nonnull MasterRecipePhase masterRecipePhase) Deprecated.Description copied from interface:MasterRecipeServiceUpdate an existingMasterRecipePhaseentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipePhasein interfaceMasterRecipeService- Parameters:
masterRecipePhase-MasterRecipePhaseentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MasterRecipePhaseentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMasterRecipePhseCompAlloc
Deprecated.Description copied from interface:MasterRecipeServiceFetch multipleMasterRecipePhseCompAllocentities.- Specified by:
getAllMasterRecipePhseCompAllocin interfaceMasterRecipeService- Returns:
- A fluent helper to fetch multiple
MasterRecipePhseCompAllocentities. 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.
-
getMasterRecipePhseCompAllocByKey
@Nonnull public MasterRecipePhseCompAllocByKeyFluentHelper getMasterRecipePhseCompAllocByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOpBOMItemInternalID, String mstrRcpOpBOMItemIntVersion) Deprecated.Description copied from interface:MasterRecipeServiceFetch a singleMasterRecipePhseCompAllocentity using key fields.- Specified by:
getMasterRecipePhseCompAllocByKeyin interfaceMasterRecipeService- Parameters:
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
masterRecipeOperationIntID- Task list node number for operationConstraints: Not nullable, Maximum length: 8
mstrRcpOpBOMItemInternalID- No. for material comp. allocation to task listConstraints: Not nullable, Maximum length: 8
mstrRcpOpBOMItemIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
MasterRecipePhseCompAllocentity 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.
-
createMasterRecipePhseCompAlloc
@Nonnull public MasterRecipePhseCompAllocCreateFluentHelper createMasterRecipePhseCompAlloc(@Nonnull MasterRecipePhseCompAlloc masterRecipePhseCompAlloc) Deprecated.Description copied from interface:MasterRecipeServiceCreate a newMasterRecipePhseCompAllocentity and save it to the S/4HANA system.- Specified by:
createMasterRecipePhseCompAllocin interfaceMasterRecipeService- Parameters:
masterRecipePhseCompAlloc-MasterRecipePhseCompAllocentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MasterRecipePhseCompAllocentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMasterRecipePhseCompAlloc
@Nonnull public MasterRecipePhseCompAllocUpdateFluentHelper updateMasterRecipePhseCompAlloc(@Nonnull MasterRecipePhseCompAlloc masterRecipePhseCompAlloc) Deprecated.Description copied from interface:MasterRecipeServiceUpdate an existingMasterRecipePhseCompAllocentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipePhseCompAllocin interfaceMasterRecipeService- Parameters:
masterRecipePhseCompAlloc-MasterRecipePhseCompAllocentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MasterRecipePhseCompAllocentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMasterRecipePhseSecdryRsce
Deprecated.Description copied from interface:MasterRecipeServiceFetch multipleMasterRecipePhseSecdryRsceentities.- Specified by:
getAllMasterRecipePhseSecdryRscein interfaceMasterRecipeService- Returns:
- A fluent helper to fetch multiple
MasterRecipePhseSecdryRsceentities. 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.
-
getMasterRecipePhseSecdryRsceByKey
@Nonnull public MasterRecipePhseSecdryRsceByKeyFluentHelper getMasterRecipePhseSecdryRsceByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOperationIntVersion) Deprecated.Description copied from interface:MasterRecipeServiceFetch a singleMasterRecipePhseSecdryRsceentity using key fields.- Specified by:
getMasterRecipePhseSecdryRsceByKeyin interfaceMasterRecipeService- Parameters:
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
masterRecipeOperationIntID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
mstrRcpOperationIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
MasterRecipePhseSecdryRsceentity 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.
-
createMasterRecipePhseSecdryRsce
@Nonnull public MasterRecipePhseSecdryRsceCreateFluentHelper createMasterRecipePhseSecdryRsce(@Nonnull MasterRecipePhseSecdryRsce masterRecipePhseSecdryRsce) Deprecated.Description copied from interface:MasterRecipeServiceCreate a newMasterRecipePhseSecdryRsceentity and save it to the S/4HANA system.- Specified by:
createMasterRecipePhseSecdryRscein interfaceMasterRecipeService- Parameters:
masterRecipePhseSecdryRsce-MasterRecipePhseSecdryRsceentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MasterRecipePhseSecdryRsceentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMasterRecipePhseSecdryRsce
@Nonnull public MasterRecipePhseSecdryRsceUpdateFluentHelper updateMasterRecipePhseSecdryRsce(@Nonnull MasterRecipePhseSecdryRsce masterRecipePhseSecdryRsce) Deprecated.Description copied from interface:MasterRecipeServiceUpdate an existingMasterRecipePhseSecdryRsceentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipePhseSecdryRscein interfaceMasterRecipeService- Parameters:
masterRecipePhseSecdryRsce-MasterRecipePhseSecdryRsceentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MasterRecipePhseSecdryRsceentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllMasterRecipePhseRelshp
Deprecated.Description copied from interface:MasterRecipeServiceFetch multipleMasterRecipePhseRelshpentities.- Specified by:
getAllMasterRecipePhseRelshpin interfaceMasterRecipeService- Returns:
- A fluent helper to fetch multiple
MasterRecipePhseRelshpentities. 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.
-
getMasterRecipePhseRelshpByKey
@Nonnull public MasterRecipePhseRelshpByKeyFluentHelper getMasterRecipePhseRelshpByKey(String prdcssrMasterRecipeGroup, String prdcssrMasterRecipe, String prdcssrMstrRcpOpInternalID, String succssrMasterRecipeGroup, String succssrMasterRecipe, String succssrMstrRcpOpInternalID, String masterRecipeRelationshipType, Boolean maxTimeIntvlIsUsedForSchedg, String mstrRcpRelationshipIntVersion) Deprecated.Description copied from interface:MasterRecipeServiceFetch a singleMasterRecipePhseRelshpentity using key fields.- Specified by:
getMasterRecipePhseRelshpByKeyin interfaceMasterRecipeService- Parameters:
prdcssrMasterRecipeGroup- Number of the Standard NetworkConstraints: Not nullable, Maximum length: 8
prdcssrMasterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
prdcssrMstrRcpOpInternalID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
succssrMasterRecipeGroup- Number of the Standard NetworkConstraints: Not nullable, Maximum length: 8
succssrMasterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
succssrMstrRcpOpInternalID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
masterRecipeRelationshipType- Type of relationshipConstraints: Not nullable, Maximum length: 2
maxTimeIntvlIsUsedForSchedg- Indicates whether maximum time interval will be consideredConstraints: Not nullable
mstrRcpRelationshipIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
MasterRecipePhseRelshpentity 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.
-
createMasterRecipePhseRelshp
@Nonnull public MasterRecipePhseRelshpCreateFluentHelper createMasterRecipePhseRelshp(@Nonnull MasterRecipePhseRelshp masterRecipePhseRelshp) Deprecated.Description copied from interface:MasterRecipeServiceCreate a newMasterRecipePhseRelshpentity and save it to the S/4HANA system.- Specified by:
createMasterRecipePhseRelshpin interfaceMasterRecipeService- Parameters:
masterRecipePhseRelshp-MasterRecipePhseRelshpentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
MasterRecipePhseRelshpentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateMasterRecipePhseRelshp
@Nonnull public MasterRecipePhseRelshpUpdateFluentHelper updateMasterRecipePhseRelshp(@Nonnull MasterRecipePhseRelshp masterRecipePhseRelshp) Deprecated.Description copied from interface:MasterRecipeServiceUpdate an existingMasterRecipePhseRelshpentity and save it to the S/4HANA system.- Specified by:
updateMasterRecipePhseRelshpin interfaceMasterRecipeService- Parameters:
masterRecipePhseRelshp-MasterRecipePhseRelshpentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
MasterRecipePhseRelshpentity. To perform execution, call theexecutemethod on the fluent helper object.
-