Interface MasterRecipeService
- All Superinterfaces:
BatchService<MasterRecipeServiceBatch>
- All Known Implementing Classes:
DefaultMasterRecipeService
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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncreateMasterRecipeHeader(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.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
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.
-
getAllMasterRecipeHeader
Deprecated.Fetch multipleMasterRecipeHeaderentities.- 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 MasterRecipeHeaderByKeyFluentHelper getMasterRecipeHeaderByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeInternalVersion) Deprecated.Fetch a singleMasterRecipeHeaderentity using key fields.- Parameters:
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
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 MasterRecipeHeaderCreateFluentHelper createMasterRecipeHeader(@Nonnull MasterRecipeHeader masterRecipeHeader) Deprecated.Create a newMasterRecipeHeaderentity and save it to the S/4HANA system.- 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 MasterRecipeHeaderUpdateFluentHelper updateMasterRecipeHeader(@Nonnull MasterRecipeHeader masterRecipeHeader) Deprecated.Update an existingMasterRecipeHeaderentity and save it to the S/4HANA system.- 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.Fetch multipleMasterRecipeMatlAssgmtentities.- 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 MasterRecipeMatlAssgmtByKeyFluentHelper getMasterRecipeMatlAssgmtByKey(String product, String plant, String masterRecipeGroup, String masterRecipe, String masterRecipeMaterialAssignment, String mstrRcpMatlAssgmtIntVersion) Deprecated.Fetch a singleMasterRecipeMatlAssgmtentity using key fields.- Parameters:
product- Material NumberConstraints: Not nullable, Maximum length: 18
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
plant- PlantConstraints: Not nullable, Maximum length: 4
mstrRcpMatlAssgmtIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
masterRecipeMaterialAssignment- Counter for additional criteriaConstraints: Not nullable, Maximum length: 7
- 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.Fetch multipleMasterRecipeOpCompAllocentities.- 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 MasterRecipeOpCompAllocByKeyFluentHelper getMasterRecipeOpCompAllocByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOpBOMItemInternalID, String mstrRcpOpBOMItemIntVersion) Deprecated.Fetch a singleMasterRecipeOpCompAllocentity using key fields.- Parameters:
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
mstrRcpOpBOMItemIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
mstrRcpOpBOMItemInternalID- No. for material comp. allocation to task listConstraints: Not nullable, Maximum length: 8
masterRecipeOperationIntID- Task list node number for operationConstraints: 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.Fetch multipleMasterRecipeOperationentities.- 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 MasterRecipeOperationByKeyFluentHelper getMasterRecipeOperationByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOperationIntVersion) Deprecated.Fetch a singleMasterRecipeOperationentity using key fields.- Parameters:
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
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 MasterRecipeOperationCreateFluentHelper createMasterRecipeOperation(@Nonnull MasterRecipeOperation masterRecipeOperation) Deprecated.Create a newMasterRecipeOperationentity and save it to the S/4HANA system.- 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 MasterRecipeOperationUpdateFluentHelper updateMasterRecipeOperation(@Nonnull MasterRecipeOperation masterRecipeOperation) Deprecated.Update an existingMasterRecipeOperationentity and save it to the S/4HANA system.- 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.Fetch multipleMasterRecipeOpSecdryRsceentities.- 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 MasterRecipeOpSecdryRsceByKeyFluentHelper getMasterRecipeOpSecdryRsceByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOperationIntVersion) Deprecated.Fetch a singleMasterRecipeOpSecdryRsceentity using key fields.- Parameters:
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
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 MasterRecipeOpSecdryRsceCreateFluentHelper createMasterRecipeOpSecdryRsce(@Nonnull MasterRecipeOpSecdryRsce masterRecipeOpSecdryRsce) Deprecated.Create a newMasterRecipeOpSecdryRsceentity and save it to the S/4HANA system.- 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 MasterRecipeOpSecdryRsceUpdateFluentHelper updateMasterRecipeOpSecdryRsce(@Nonnull MasterRecipeOpSecdryRsce masterRecipeOpSecdryRsce) Deprecated.Update an existingMasterRecipeOpSecdryRsceentity and save it to the S/4HANA system.- 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.Fetch multipleMasterRecipePhaseentities.- 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 MasterRecipePhaseByKeyFluentHelper getMasterRecipePhaseByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpSuperiorOpIntVersion, String mstrRcpOperationIntVersion) Deprecated.Fetch a singleMasterRecipePhaseentity using key fields.- Parameters:
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
mstrRcpSuperiorOpIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
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
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 MasterRecipePhaseCreateFluentHelper createMasterRecipePhase(@Nonnull MasterRecipePhase masterRecipePhase) Deprecated.Create a newMasterRecipePhaseentity and save it to the S/4HANA system.- 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 MasterRecipePhaseUpdateFluentHelper updateMasterRecipePhase(@Nonnull MasterRecipePhase masterRecipePhase) Deprecated.Update an existingMasterRecipePhaseentity and save it to the S/4HANA system.- 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.Fetch multipleMasterRecipePhseCompAllocentities.- 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 MasterRecipePhseCompAllocByKeyFluentHelper getMasterRecipePhseCompAllocByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOpBOMItemInternalID, String mstrRcpOpBOMItemIntVersion) Deprecated.Fetch a singleMasterRecipePhseCompAllocentity using key fields.- Parameters:
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
mstrRcpOpBOMItemIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
mstrRcpOpBOMItemInternalID- No. for material comp. allocation to task listConstraints: Not nullable, Maximum length: 8
masterRecipeOperationIntID- Task list node number for operationConstraints: 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 MasterRecipePhseCompAllocCreateFluentHelper createMasterRecipePhseCompAlloc(@Nonnull MasterRecipePhseCompAlloc masterRecipePhseCompAlloc) Deprecated.Create a newMasterRecipePhseCompAllocentity and save it to the S/4HANA system.- 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 MasterRecipePhseCompAllocUpdateFluentHelper updateMasterRecipePhseCompAlloc(@Nonnull MasterRecipePhseCompAlloc masterRecipePhseCompAlloc) Deprecated.Update an existingMasterRecipePhseCompAllocentity and save it to the S/4HANA system.- 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.Fetch multipleMasterRecipePhseSecdryRsceentities.- 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 MasterRecipePhseSecdryRsceByKeyFluentHelper getMasterRecipePhseSecdryRsceByKey(String masterRecipeGroup, String masterRecipe, String masterRecipeOperationIntID, String mstrRcpOperationIntVersion) Deprecated.Fetch a singleMasterRecipePhseSecdryRsceentity using key fields.- Parameters:
masterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
masterRecipeGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
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 MasterRecipePhseSecdryRsceCreateFluentHelper createMasterRecipePhseSecdryRsce(@Nonnull MasterRecipePhseSecdryRsce masterRecipePhseSecdryRsce) Deprecated.Create a newMasterRecipePhseSecdryRsceentity and save it to the S/4HANA system.- 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 MasterRecipePhseSecdryRsceUpdateFluentHelper updateMasterRecipePhseSecdryRsce(@Nonnull MasterRecipePhseSecdryRsce masterRecipePhseSecdryRsce) Deprecated.Update an existingMasterRecipePhseSecdryRsceentity and save it to the S/4HANA system.- 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.Fetch multipleMasterRecipePhseRelshpentities.- 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 MasterRecipePhseRelshpByKeyFluentHelper 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.- Parameters:
succssrMstrRcpOpInternalID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
masterRecipeRelationshipType- Type of relationshipConstraints: Not nullable, Maximum length: 2
succssrMasterRecipeGroup- Number of the Standard NetworkConstraints: Not nullable, Maximum length: 8
mstrRcpRelationshipIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
prdcssrMstrRcpOpInternalID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
succssrMasterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
prdcssrMasterRecipeGroup- Number of the Standard NetworkConstraints: Not nullable, Maximum length: 8
maxTimeIntvlIsUsedForSchedg- Indicates whether maximum time interval will be consideredConstraints: Not nullable
prdcssrMasterRecipe- Group CounterConstraints: Not nullable, Maximum length: 2
- 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 MasterRecipePhseRelshpCreateFluentHelper createMasterRecipePhseRelshp(@Nonnull MasterRecipePhseRelshp masterRecipePhseRelshp) Deprecated.Create a newMasterRecipePhseRelshpentity and save it to the S/4HANA system.- 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 MasterRecipePhseRelshpUpdateFluentHelper updateMasterRecipePhseRelshp(@Nonnull MasterRecipePhseRelshp masterRecipePhseRelshp) Deprecated.Update an existingMasterRecipePhseRelshpentity and save it to the S/4HANA system.- 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.
-