Class DefaultInspectionPlanService
- All Implemented Interfaces:
BatchService<InspectionPlanServiceBatch>,InspectionPlanService
Inspection plans help you to describe how a quality inspection of one or several materials is to take place. In the inspection plan, you define the sequence of inspection operations and the range of specifications available for inspecting inspection characteristics..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_INSPECTIONPLAN_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Inspection Master Data Integration(SAP_COM_0110) |
| Scope Items: | Quality Management in Discrete Manufacturing(1E1), Quality Management in Procurement(1FM), Quality Management in Sales(1MP), Quality Management in Stock Handling(1MR), Nonconformance Management(2QN) |
| Authentication Methods: | x509 |
| Business Object: | Inspection Plan |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.InspectionPlanService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingInspectionPlanService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createInspectionPlan(InspectionPlan inspectionPlan) Deprecated.Create a newInspectionPlanentity and save it to the S/4HANA system.createInspPlanDepdntCharc(InspPlanDepdntCharc inspPlanDepdntCharc) Deprecated.Create a newInspPlanDepdntCharcentity and save it to the S/4HANA system.createInspPlanMaterialAssgmt(InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Deprecated.Create a newInspPlanMaterialAssgmtentity and save it to the S/4HANA system.createInspPlanOpCharacteristic(InspPlanOpCharacteristic inspPlanOpCharacteristic) Deprecated.Create a newInspPlanOpCharacteristicentity and save it to the S/4HANA system.createInspPlanOperation(InspPlanOperation inspPlanOperation) Deprecated.Create a newInspPlanOperationentity and save it to the S/4HANA system.createInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Deprecated.Create a newInspPlanOpPRTentity and save it to the S/4HANA system.deleteInspectionPlan(InspectionPlan inspectionPlan) Deprecated.Deletes an existingInspectionPlanentity in the S/4HANA system.deleteInspPlanDepdntCharc(InspPlanDepdntCharc inspPlanDepdntCharc) Deprecated.Deletes an existingInspPlanDepdntCharcentity in the S/4HANA system.deleteInspPlanMaterialAssgmt(InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Deprecated.Deletes an existingInspPlanMaterialAssgmtentity in the S/4HANA system.deleteInspPlanOpCharacteristic(InspPlanOpCharacteristic inspPlanOpCharacteristic) Deprecated.Deletes an existingInspPlanOpCharacteristicentity in the S/4HANA system.deleteInspPlanOperation(InspPlanOperation inspPlanOperation) Deprecated.Deletes an existingInspPlanOperationentity in the S/4HANA system.deleteInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Deprecated.Deletes an existingInspPlanOpPRTentity in the S/4HANA system.Deprecated.Fetch multipleInspectionPlanentities.Deprecated.Fetch multipleInspPlanDepdntCharcentities.Deprecated.Fetch multipleInspPlanMaterialAssgmtentities.Deprecated.Fetch multipleInspPlanOpCharacteristicentities.Deprecated.Fetch multipleInspPlanOperationentities.Deprecated.Fetch multipleInspPlanOpPRTentities.getInspectionPlanByKey(String inspectionPlanGroup, String inspectionPlan, String inspectionPlanInternalVersion) Deprecated.Fetch a singleInspectionPlanentity using key fields.getInspPlanDepdntCharcByKey(String inspectionPlanGroup, String inspectionPlan, String inspectionPlanInternalVersion, String bOOOperationInternalID, String bOOOpInternalVersionCounter, String bOOCharacteristic, String bOOCharacteristicVersion, String bOODpndantCharcSpec, String bOODpndantCharcSpecVers) Deprecated.Fetch a singleInspPlanDepdntCharcentity using key fields.getInspPlanMaterialAssgmtByKey(String material, String plant, String inspectionPlanGroup, String inspectionPlan, String inspPlanMatlAssignment, String inspPlanMatlAssgmtIntVersion) Deprecated.Fetch a singleInspPlanMaterialAssgmtentity using key fields.getInspPlanOpCharacteristicByKey(String inspectionPlanGroup, String bOOOperationInternalID, String bOOCharacteristic, String bOOCharacteristicVersion, String bOOOpInternalVersionCounter, String inspectionPlanInternalVersion, String inspectionPlan) Deprecated.Fetch a singleInspPlanOpCharacteristicentity using key fields.getInspPlanOperationByKey(String inspectionPlanGroup, String bOOOperationInternalID, String inspectionPlanInternalVersion, String bOOOpInternalVersionCounter, String inspectionPlan) Deprecated.Fetch a singleInspPlanOperationentity using key fields.getInspPlanOpPRTByKey(String inspectionPlanGroup, String inspectionPlan, String inspectionPlanInternalVersion, String bOOOpInternalVersionCounter, String bOOOperationInternalID, String bOOOperationPRTInternalID) Deprecated.Fetch a singleInspPlanOpPRTentity using key fields.updateInspectionPlan(InspectionPlan inspectionPlan) Deprecated.Update an existingInspectionPlanentity and save it to the S/4HANA system.updateInspPlanDepdntCharc(InspPlanDepdntCharc inspPlanDepdntCharc) Deprecated.Update an existingInspPlanDepdntCharcentity and save it to the S/4HANA system.updateInspPlanMaterialAssgmt(InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Deprecated.Update an existingInspPlanMaterialAssgmtentity and save it to the S/4HANA system.updateInspPlanOpCharacteristic(InspPlanOpCharacteristic inspPlanOpCharacteristic) Deprecated.Update an existingInspPlanOpCharacteristicentity and save it to the S/4HANA system.updateInspPlanOperation(InspPlanOperation inspPlanOperation) Deprecated.Update an existingInspPlanOperationentity and save it to the S/4HANA system.updateInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Deprecated.Update an existingInspPlanOpPRTentity 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
-
DefaultInspectionPlanService
public DefaultInspectionPlanService()Deprecated.Creates a service usingInspectionPlanService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:InspectionPlanServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceInspectionPlanService- 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<InspectionPlanServiceBatch>
-
getAllInspectionPlan
Deprecated.Description copied from interface:InspectionPlanServiceFetch multipleInspectionPlanentities.- Specified by:
getAllInspectionPlanin interfaceInspectionPlanService- Returns:
- A fluent helper to fetch multiple
InspectionPlanentities. 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.
-
getInspectionPlanByKey
@Nonnull public InspectionPlanByKeyFluentHelper getInspectionPlanByKey(String inspectionPlanGroup, String inspectionPlan, String inspectionPlanInternalVersion) Deprecated.Description copied from interface:InspectionPlanServiceFetch a singleInspectionPlanentity using key fields.- Specified by:
getInspectionPlanByKeyin interfaceInspectionPlanService- Parameters:
inspectionPlanGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
inspectionPlan- Group CounterConstraints: Not nullable, Maximum length: 2
inspectionPlanInternalVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
InspectionPlanentity 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.
-
createInspectionPlan
@Nonnull public InspectionPlanCreateFluentHelper createInspectionPlan(@Nonnull InspectionPlan inspectionPlan) Deprecated.Description copied from interface:InspectionPlanServiceCreate a newInspectionPlanentity and save it to the S/4HANA system.- Specified by:
createInspectionPlanin interfaceInspectionPlanService- Parameters:
inspectionPlan-InspectionPlanentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspectionPlanentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInspectionPlan
@Nonnull public InspectionPlanUpdateFluentHelper updateInspectionPlan(@Nonnull InspectionPlan inspectionPlan) Deprecated.Description copied from interface:InspectionPlanServiceUpdate an existingInspectionPlanentity and save it to the S/4HANA system.- Specified by:
updateInspectionPlanin interfaceInspectionPlanService- Parameters:
inspectionPlan-InspectionPlanentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InspectionPlanentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteInspectionPlan
@Nonnull public InspectionPlanDeleteFluentHelper deleteInspectionPlan(@Nonnull InspectionPlan inspectionPlan) Deprecated.Description copied from interface:InspectionPlanServiceDeletes an existingInspectionPlanentity in the S/4HANA system.- Specified by:
deleteInspectionPlanin interfaceInspectionPlanService- Parameters:
inspectionPlan-InspectionPlanentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
InspectionPlanentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspPlanDepdntCharc
Deprecated.Description copied from interface:InspectionPlanServiceFetch multipleInspPlanDepdntCharcentities.- Specified by:
getAllInspPlanDepdntCharcin interfaceInspectionPlanService- Returns:
- A fluent helper to fetch multiple
InspPlanDepdntCharcentities. 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.
-
getInspPlanDepdntCharcByKey
@Nonnull public InspPlanDepdntCharcByKeyFluentHelper getInspPlanDepdntCharcByKey(String inspectionPlanGroup, String inspectionPlan, String inspectionPlanInternalVersion, String bOOOperationInternalID, String bOOOpInternalVersionCounter, String bOOCharacteristic, String bOOCharacteristicVersion, String bOODpndantCharcSpec, String bOODpndantCharcSpecVers) Deprecated.Description copied from interface:InspectionPlanServiceFetch a singleInspPlanDepdntCharcentity using key fields.- Specified by:
getInspPlanDepdntCharcByKeyin interfaceInspectionPlanService- Parameters:
inspectionPlanGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
inspectionPlan- Group CounterConstraints: Not nullable, Maximum length: 2
inspectionPlanInternalVersion- Internal counterConstraints: Not nullable, Maximum length: 8
bOOOperationInternalID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
bOOOpInternalVersionCounter- Internal counterConstraints: Not nullable, Maximum length: 8
bOOCharacteristic- Inspection Characteristic NumberConstraints: Not nullable, Maximum length: 4
bOOCharacteristicVersion- Internal counterConstraints: Not nullable, Maximum length: 8
bOODpndantCharcSpec- Number for Dependent Characteristic SpecificationsConstraints: Not nullable, Maximum length: 4
bOODpndantCharcSpecVers- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
InspPlanDepdntCharcentity 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.
-
createInspPlanDepdntCharc
@Nonnull public InspPlanDepdntCharcCreateFluentHelper createInspPlanDepdntCharc(@Nonnull InspPlanDepdntCharc inspPlanDepdntCharc) Deprecated.Description copied from interface:InspectionPlanServiceCreate a newInspPlanDepdntCharcentity and save it to the S/4HANA system.- Specified by:
createInspPlanDepdntCharcin interfaceInspectionPlanService- Parameters:
inspPlanDepdntCharc-InspPlanDepdntCharcentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspPlanDepdntCharcentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInspPlanDepdntCharc
@Nonnull public InspPlanDepdntCharcUpdateFluentHelper updateInspPlanDepdntCharc(@Nonnull InspPlanDepdntCharc inspPlanDepdntCharc) Deprecated.Description copied from interface:InspectionPlanServiceUpdate an existingInspPlanDepdntCharcentity and save it to the S/4HANA system.- Specified by:
updateInspPlanDepdntCharcin interfaceInspectionPlanService- Parameters:
inspPlanDepdntCharc-InspPlanDepdntCharcentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InspPlanDepdntCharcentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteInspPlanDepdntCharc
@Nonnull public InspPlanDepdntCharcDeleteFluentHelper deleteInspPlanDepdntCharc(@Nonnull InspPlanDepdntCharc inspPlanDepdntCharc) Deprecated.Description copied from interface:InspectionPlanServiceDeletes an existingInspPlanDepdntCharcentity in the S/4HANA system.- Specified by:
deleteInspPlanDepdntCharcin interfaceInspectionPlanService- Parameters:
inspPlanDepdntCharc-InspPlanDepdntCharcentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
InspPlanDepdntCharcentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspPlanMaterialAssgmt
Deprecated.Description copied from interface:InspectionPlanServiceFetch multipleInspPlanMaterialAssgmtentities.- Specified by:
getAllInspPlanMaterialAssgmtin interfaceInspectionPlanService- Returns:
- A fluent helper to fetch multiple
InspPlanMaterialAssgmtentities. 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.
-
getInspPlanMaterialAssgmtByKey
@Nonnull public InspPlanMaterialAssgmtByKeyFluentHelper getInspPlanMaterialAssgmtByKey(String material, String plant, String inspectionPlanGroup, String inspectionPlan, String inspPlanMatlAssignment, String inspPlanMatlAssgmtIntVersion) Deprecated.Description copied from interface:InspectionPlanServiceFetch a singleInspPlanMaterialAssgmtentity using key fields.- Specified by:
getInspPlanMaterialAssgmtByKeyin interfaceInspectionPlanService- Parameters:
material- Material NumberConstraints: Not nullable, Maximum length: 40
plant- PlantConstraints: Not nullable, Maximum length: 4
inspectionPlanGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
inspectionPlan- Group CounterConstraints: Not nullable, Maximum length: 2
inspPlanMatlAssignment- Counter for Additional CriteriaConstraints: Not nullable, Maximum length: 7
inspPlanMatlAssgmtIntVersion- Internal counterConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
InspPlanMaterialAssgmtentity 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.
-
createInspPlanMaterialAssgmt
@Nonnull public InspPlanMaterialAssgmtCreateFluentHelper createInspPlanMaterialAssgmt(@Nonnull InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Deprecated.Description copied from interface:InspectionPlanServiceCreate a newInspPlanMaterialAssgmtentity and save it to the S/4HANA system.- Specified by:
createInspPlanMaterialAssgmtin interfaceInspectionPlanService- Parameters:
inspPlanMaterialAssgmt-InspPlanMaterialAssgmtentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspPlanMaterialAssgmtentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInspPlanMaterialAssgmt
@Nonnull public InspPlanMaterialAssgmtUpdateFluentHelper updateInspPlanMaterialAssgmt(@Nonnull InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Deprecated.Description copied from interface:InspectionPlanServiceUpdate an existingInspPlanMaterialAssgmtentity and save it to the S/4HANA system.- Specified by:
updateInspPlanMaterialAssgmtin interfaceInspectionPlanService- Parameters:
inspPlanMaterialAssgmt-InspPlanMaterialAssgmtentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InspPlanMaterialAssgmtentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteInspPlanMaterialAssgmt
@Nonnull public InspPlanMaterialAssgmtDeleteFluentHelper deleteInspPlanMaterialAssgmt(@Nonnull InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Deprecated.Description copied from interface:InspectionPlanServiceDeletes an existingInspPlanMaterialAssgmtentity in the S/4HANA system.- Specified by:
deleteInspPlanMaterialAssgmtin interfaceInspectionPlanService- Parameters:
inspPlanMaterialAssgmt-InspPlanMaterialAssgmtentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
InspPlanMaterialAssgmtentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspPlanOpCharacteristic
Deprecated.Description copied from interface:InspectionPlanServiceFetch multipleInspPlanOpCharacteristicentities.- Specified by:
getAllInspPlanOpCharacteristicin interfaceInspectionPlanService- Returns:
- A fluent helper to fetch multiple
InspPlanOpCharacteristicentities. 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.
-
getInspPlanOpCharacteristicByKey
@Nonnull public InspPlanOpCharacteristicByKeyFluentHelper getInspPlanOpCharacteristicByKey(String inspectionPlanGroup, String bOOOperationInternalID, String bOOCharacteristic, String bOOCharacteristicVersion, String bOOOpInternalVersionCounter, String inspectionPlanInternalVersion, String inspectionPlan) Deprecated.Description copied from interface:InspectionPlanServiceFetch a singleInspPlanOpCharacteristicentity using key fields.- Specified by:
getInspPlanOpCharacteristicByKeyin interfaceInspectionPlanService- Parameters:
inspectionPlanGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
bOOOperationInternalID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
bOOCharacteristic- Inspection Characteristic NumberConstraints: Not nullable, Maximum length: 4
bOOCharacteristicVersion- Internal counterConstraints: Not nullable, Maximum length: 8
bOOOpInternalVersionCounter- Internal counterConstraints: Not nullable, Maximum length: 8
inspectionPlanInternalVersion- Internal counterConstraints: Not nullable, Maximum length: 8
inspectionPlan- Group CounterConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
InspPlanOpCharacteristicentity 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.
-
createInspPlanOpCharacteristic
@Nonnull public InspPlanOpCharacteristicCreateFluentHelper createInspPlanOpCharacteristic(@Nonnull InspPlanOpCharacteristic inspPlanOpCharacteristic) Deprecated.Description copied from interface:InspectionPlanServiceCreate a newInspPlanOpCharacteristicentity and save it to the S/4HANA system.- Specified by:
createInspPlanOpCharacteristicin interfaceInspectionPlanService- Parameters:
inspPlanOpCharacteristic-InspPlanOpCharacteristicentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspPlanOpCharacteristicentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInspPlanOpCharacteristic
@Nonnull public InspPlanOpCharacteristicUpdateFluentHelper updateInspPlanOpCharacteristic(@Nonnull InspPlanOpCharacteristic inspPlanOpCharacteristic) Deprecated.Description copied from interface:InspectionPlanServiceUpdate an existingInspPlanOpCharacteristicentity and save it to the S/4HANA system.- Specified by:
updateInspPlanOpCharacteristicin interfaceInspectionPlanService- Parameters:
inspPlanOpCharacteristic-InspPlanOpCharacteristicentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InspPlanOpCharacteristicentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteInspPlanOpCharacteristic
@Nonnull public InspPlanOpCharacteristicDeleteFluentHelper deleteInspPlanOpCharacteristic(@Nonnull InspPlanOpCharacteristic inspPlanOpCharacteristic) Deprecated.Description copied from interface:InspectionPlanServiceDeletes an existingInspPlanOpCharacteristicentity in the S/4HANA system.- Specified by:
deleteInspPlanOpCharacteristicin interfaceInspectionPlanService- Parameters:
inspPlanOpCharacteristic-InspPlanOpCharacteristicentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
InspPlanOpCharacteristicentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspPlanOperation
Deprecated.Description copied from interface:InspectionPlanServiceFetch multipleInspPlanOperationentities.- Specified by:
getAllInspPlanOperationin interfaceInspectionPlanService- Returns:
- A fluent helper to fetch multiple
InspPlanOperationentities. 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.
-
getInspPlanOperationByKey
@Nonnull public InspPlanOperationByKeyFluentHelper getInspPlanOperationByKey(String inspectionPlanGroup, String bOOOperationInternalID, String inspectionPlanInternalVersion, String bOOOpInternalVersionCounter, String inspectionPlan) Deprecated.Description copied from interface:InspectionPlanServiceFetch a singleInspPlanOperationentity using key fields.- Specified by:
getInspPlanOperationByKeyin interfaceInspectionPlanService- Parameters:
inspectionPlanGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
bOOOperationInternalID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
inspectionPlanInternalVersion- Internal counterConstraints: Not nullable, Maximum length: 8
bOOOpInternalVersionCounter- Internal counterConstraints: Not nullable, Maximum length: 8
inspectionPlan- Group CounterConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
InspPlanOperationentity 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.
-
createInspPlanOperation
@Nonnull public InspPlanOperationCreateFluentHelper createInspPlanOperation(@Nonnull InspPlanOperation inspPlanOperation) Deprecated.Description copied from interface:InspectionPlanServiceCreate a newInspPlanOperationentity and save it to the S/4HANA system.- Specified by:
createInspPlanOperationin interfaceInspectionPlanService- Parameters:
inspPlanOperation-InspPlanOperationentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspPlanOperationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInspPlanOperation
@Nonnull public InspPlanOperationUpdateFluentHelper updateInspPlanOperation(@Nonnull InspPlanOperation inspPlanOperation) Deprecated.Description copied from interface:InspectionPlanServiceUpdate an existingInspPlanOperationentity and save it to the S/4HANA system.- Specified by:
updateInspPlanOperationin interfaceInspectionPlanService- Parameters:
inspPlanOperation-InspPlanOperationentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InspPlanOperationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteInspPlanOperation
@Nonnull public InspPlanOperationDeleteFluentHelper deleteInspPlanOperation(@Nonnull InspPlanOperation inspPlanOperation) Deprecated.Description copied from interface:InspectionPlanServiceDeletes an existingInspPlanOperationentity in the S/4HANA system.- Specified by:
deleteInspPlanOperationin interfaceInspectionPlanService- Parameters:
inspPlanOperation-InspPlanOperationentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
InspPlanOperationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllInspPlanOpPRT
Deprecated.Description copied from interface:InspectionPlanServiceFetch multipleInspPlanOpPRTentities.- Specified by:
getAllInspPlanOpPRTin interfaceInspectionPlanService- Returns:
- A fluent helper to fetch multiple
InspPlanOpPRTentities. 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.
-
getInspPlanOpPRTByKey
@Nonnull public InspPlanOpPRTByKeyFluentHelper getInspPlanOpPRTByKey(String inspectionPlanGroup, String inspectionPlan, String inspectionPlanInternalVersion, String bOOOpInternalVersionCounter, String bOOOperationInternalID, String bOOOperationPRTInternalID) Deprecated.Description copied from interface:InspectionPlanServiceFetch a singleInspPlanOpPRTentity using key fields.- Specified by:
getInspPlanOpPRTByKeyin interfaceInspectionPlanService- Parameters:
inspectionPlanGroup- Key for Task List GroupConstraints: Not nullable, Maximum length: 8
inspectionPlan- Group CounterConstraints: Not nullable, Maximum length: 2
inspectionPlanInternalVersion- Internal counterConstraints: Not nullable, Maximum length: 8
bOOOpInternalVersionCounter- Internal counterConstraints: Not nullable, Maximum length: 8
bOOOperationInternalID- Number of the Task List NodeConstraints: Not nullable, Maximum length: 8
bOOOperationPRTInternalID- Item Counter for Production Resources/ToolsConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
InspPlanOpPRTentity 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.
-
createInspPlanOpPRT
@Nonnull public InspPlanOpPRTCreateFluentHelper createInspPlanOpPRT(@Nonnull InspPlanOpPRT inspPlanOpPRT) Deprecated.Description copied from interface:InspectionPlanServiceCreate a newInspPlanOpPRTentity and save it to the S/4HANA system.- Specified by:
createInspPlanOpPRTin interfaceInspectionPlanService- Parameters:
inspPlanOpPRT-InspPlanOpPRTentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
InspPlanOpPRTentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateInspPlanOpPRT
@Nonnull public InspPlanOpPRTUpdateFluentHelper updateInspPlanOpPRT(@Nonnull InspPlanOpPRT inspPlanOpPRT) Deprecated.Description copied from interface:InspectionPlanServiceUpdate an existingInspPlanOpPRTentity and save it to the S/4HANA system.- Specified by:
updateInspPlanOpPRTin interfaceInspectionPlanService- Parameters:
inspPlanOpPRT-InspPlanOpPRTentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
InspPlanOpPRTentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteInspPlanOpPRT
@Nonnull public InspPlanOpPRTDeleteFluentHelper deleteInspPlanOpPRT(@Nonnull InspPlanOpPRT inspPlanOpPRT) Deprecated.Description copied from interface:InspectionPlanServiceDeletes an existingInspPlanOpPRTentity in the S/4HANA system.- Specified by:
deleteInspPlanOpPRTin interfaceInspectionPlanService- Parameters:
inspPlanOpPRT-InspPlanOpPRTentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
InspPlanOpPRTentity. To perform execution, call theexecutemethod on the fluent helper object.
-