@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultMaintenancePlanService") public class DefaultMaintenancePlanService extends Object implements MaintenancePlanService
This API allows you to read, create, and update maintenance plans. It contains maintenance plans, schedules, maintenance items, maintenance cycles and classification details. The request contains all the information that is necessary to read, create, and update maintenance plans. If the input in the request is not as expected, the system displays appropriate error or warning messages in the response. .
Reference: SAP API Business Hub
OData Service: | API_MAINTENANCEPLAN |
API Version: | 1.2.0 |
Minimum ERP Version: | 2208 |
Communication Scenario: | Maintenance Planning Integration(SAP_COM_0396) |
Scope Items: | Reactive Maintenance(OHH), Proactive Maintenance(OHI), PSM: Preventive Maintenance(OJ2), Improvement Maintenance(OVT), Operational and Overhead Maintenance(OWM), Service Order Management and Monitoring(3D2), Reactive Maintenance(4HH), Proactive Maintenance(4HI), Improvement Maintenance(4VT), Operational and Overhead Maintenance(4WM), Recurring Services(4X5), Corrective Maintenance(BH1), Emergency Maintenance(BH2), Preventive Maintenance(BJ2) |
Business Object: | Maintenance Plan |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultMaintenancePlanService()
Creates a service using
MaintenancePlanService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultMaintenancePlanService()
MaintenancePlanService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultMaintenancePlanService withServicePath(@Nonnull String servicePath)
MaintenancePlanService
withServicePath
in interface MaintenancePlanService
servicePath
- Service path that will override the default.@Nonnull public DefaultMaintenancePlanServiceBatch batch()
batch
in interface BatchService<MaintenancePlanServiceBatch>
@Nonnull public MaintenanceItemFluentHelper getAllMaintenanceItem()
MaintenancePlanService
MaintenanceItem
entities.getAllMaintenanceItem
in interface MaintenancePlanService
MaintenanceItem
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemByKeyFluentHelper getMaintenanceItemByKey(String maintenanceItem)
MaintenancePlanService
MaintenanceItem
entity using key fields.getMaintenanceItemByKey
in interface MaintenancePlanService
maintenanceItem
- Maintenance Item
Constraints: Not nullable, Maximum length: 16
MaintenanceItem
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemCreateFluentHelper createMaintenanceItem(@Nonnull MaintenanceItem maintenanceItem)
MaintenancePlanService
MaintenanceItem
entity and save it to the S/4HANA system.createMaintenanceItem
in interface MaintenancePlanService
maintenanceItem
- MaintenanceItem
entity object that will be created in the S/4HANA system.MaintenanceItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemUpdateFluentHelper updateMaintenanceItem(@Nonnull MaintenanceItem maintenanceItem)
MaintenancePlanService
MaintenanceItem
entity and save it to the S/4HANA system.updateMaintenanceItem
in interface MaintenancePlanService
maintenanceItem
- MaintenanceItem
entity object that will be updated in the S/4HANA system.MaintenanceItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemCauseFluentHelper getAllMaintenanceItemCause()
MaintenancePlanService
MaintenanceItemCause
entities.getAllMaintenanceItemCause
in interface MaintenancePlanService
MaintenanceItemCause
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemCauseByKeyFluentHelper getMaintenanceItemCauseByKey(String maintenanceItem, String nmbrOfMaintComplianceItems)
MaintenancePlanService
MaintenanceItemCause
entity using key fields.getMaintenanceItemCauseByKey
in interface MaintenancePlanService
maintenanceItem
- Maintenance Item
Constraints: Not nullable, Maximum length: 16
nmbrOfMaintComplianceItems
- Sequential Number for Compliance
Constraints: Not nullable, Maximum length: 4
MaintenanceItemCause
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemCauseCreateFluentHelper createMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause)
MaintenancePlanService
MaintenanceItemCause
entity and save it to the S/4HANA system.createMaintenanceItemCause
in interface MaintenancePlanService
maintenanceItemCause
- MaintenanceItemCause
entity object that will be created in the S/4HANA system.MaintenanceItemCause
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemCauseUpdateFluentHelper updateMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause)
MaintenancePlanService
MaintenanceItemCause
entity and save it to the S/4HANA system.updateMaintenanceItemCause
in interface MaintenancePlanService
maintenanceItemCause
- MaintenanceItemCause
entity object that will be updated in the S/4HANA system.MaintenanceItemCause
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemCauseDeleteFluentHelper deleteMaintenanceItemCause(@Nonnull MaintenanceItemCause maintenanceItemCause)
MaintenancePlanService
MaintenanceItemCause
entity in the S/4HANA system.deleteMaintenanceItemCause
in interface MaintenancePlanService
maintenanceItemCause
- MaintenanceItemCause
entity object that will be deleted in the S/4HANA system.MaintenanceItemCause
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemCauseTextFluentHelper getAllMaintenanceItemCauseText()
MaintenancePlanService
MaintenanceItemCauseText
entities.getAllMaintenanceItemCauseText
in interface MaintenancePlanService
MaintenanceItemCauseText
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemCauseTextByKeyFluentHelper getMaintenanceItemCauseTextByKey(String maintenanceItem, String nmbrOfMaintComplianceItems, String language)
MaintenancePlanService
MaintenanceItemCauseText
entity using key fields.getMaintenanceItemCauseTextByKey
in interface MaintenancePlanService
maintenanceItem
- Maintenance Item
Constraints: Not nullable, Maximum length: 16
nmbrOfMaintComplianceItems
- Sequential Number for Compliance
Constraints: Not nullable, Maximum length: 4
language
- Language Key
Constraints: Not nullable, Maximum length: 2
MaintenanceItemCauseText
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemCauseTextUpdateFluentHelper updateMaintenanceItemCauseText(@Nonnull MaintenanceItemCauseText maintenanceItemCauseText)
MaintenancePlanService
MaintenanceItemCauseText
entity and save it to the S/4HANA system.updateMaintenanceItemCauseText
in interface MaintenancePlanService
maintenanceItemCauseText
- MaintenanceItemCauseText
entity object that will be updated in the S/4HANA system.MaintenanceItemCauseText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemCauseTextDeleteFluentHelper deleteMaintenanceItemCauseText(@Nonnull MaintenanceItemCauseText maintenanceItemCauseText)
MaintenancePlanService
MaintenanceItemCauseText
entity in the S/4HANA system.deleteMaintenanceItemCauseText
in interface MaintenancePlanService
maintenanceItemCauseText
- MaintenanceItemCauseText
entity object that will be deleted in the S/4HANA system.MaintenanceItemCauseText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemReasonFluentHelper getAllMaintenanceItemReason()
MaintenancePlanService
MaintenanceItemReason
entities.getAllMaintenanceItemReason
in interface MaintenancePlanService
MaintenanceItemReason
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemReasonByKeyFluentHelper getMaintenanceItemReasonByKey(String maintenanceItem, String nmbrOfMaintComplianceItems)
MaintenancePlanService
MaintenanceItemReason
entity using key fields.getMaintenanceItemReasonByKey
in interface MaintenancePlanService
maintenanceItem
- Maintenance Item
Constraints: Not nullable, Maximum length: 16
nmbrOfMaintComplianceItems
- Sequential Number for Compliance
Constraints: Not nullable, Maximum length: 4
MaintenanceItemReason
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemReasonCreateFluentHelper createMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason)
MaintenancePlanService
MaintenanceItemReason
entity and save it to the S/4HANA system.createMaintenanceItemReason
in interface MaintenancePlanService
maintenanceItemReason
- MaintenanceItemReason
entity object that will be created in the S/4HANA system.MaintenanceItemReason
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemReasonUpdateFluentHelper updateMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason)
MaintenancePlanService
MaintenanceItemReason
entity and save it to the S/4HANA system.updateMaintenanceItemReason
in interface MaintenancePlanService
maintenanceItemReason
- MaintenanceItemReason
entity object that will be updated in the S/4HANA system.MaintenanceItemReason
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemReasonDeleteFluentHelper deleteMaintenanceItemReason(@Nonnull MaintenanceItemReason maintenanceItemReason)
MaintenancePlanService
MaintenanceItemReason
entity in the S/4HANA system.deleteMaintenanceItemReason
in interface MaintenancePlanService
maintenanceItemReason
- MaintenanceItemReason
entity object that will be deleted in the S/4HANA system.MaintenanceItemReason
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemReasonTextFluentHelper getAllMaintenanceItemReasonText()
MaintenancePlanService
MaintenanceItemReasonText
entities.getAllMaintenanceItemReasonText
in interface MaintenancePlanService
MaintenanceItemReasonText
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemReasonTextByKeyFluentHelper getMaintenanceItemReasonTextByKey(String maintenanceItem, String nmbrOfMaintComplianceItems, String language)
MaintenancePlanService
MaintenanceItemReasonText
entity using key fields.getMaintenanceItemReasonTextByKey
in interface MaintenancePlanService
maintenanceItem
- Maintenance Item
Constraints: Not nullable, Maximum length: 16
nmbrOfMaintComplianceItems
- Sequential Number for Compliance
Constraints: Not nullable, Maximum length: 4
language
- Language Key
Constraints: Not nullable, Maximum length: 2
MaintenanceItemReasonText
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemReasonTextUpdateFluentHelper updateMaintenanceItemReasonText(@Nonnull MaintenanceItemReasonText maintenanceItemReasonText)
MaintenancePlanService
MaintenanceItemReasonText
entity and save it to the S/4HANA system.updateMaintenanceItemReasonText
in interface MaintenancePlanService
maintenanceItemReasonText
- MaintenanceItemReasonText
entity object that will be updated in the S/4HANA system.MaintenanceItemReasonText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemReasonTextDeleteFluentHelper deleteMaintenanceItemReasonText(@Nonnull MaintenanceItemReasonText maintenanceItemReasonText)
MaintenancePlanService
MaintenanceItemReasonText
entity in the S/4HANA system.deleteMaintenanceItemReasonText
in interface MaintenancePlanService
maintenanceItemReasonText
- MaintenanceItemReasonText
entity object that will be deleted in the S/4HANA system.MaintenanceItemReasonText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemTextFluentHelper getAllMaintenanceItemText()
MaintenancePlanService
MaintenanceItemText
entities.getAllMaintenanceItemText
in interface MaintenancePlanService
MaintenanceItemText
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemTextByKeyFluentHelper getMaintenanceItemTextByKey(String maintenanceItem, String language)
MaintenancePlanService
MaintenanceItemText
entity using key fields.getMaintenanceItemTextByKey
in interface MaintenancePlanService
maintenanceItem
- Maintenance Item
Constraints: Not nullable, Maximum length: 16
language
- Language Key
Constraints: Not nullable, Maximum length: 2
MaintenanceItemText
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintenanceItemTextUpdateFluentHelper updateMaintenanceItemText(@Nonnull MaintenanceItemText maintenanceItemText)
MaintenancePlanService
MaintenanceItemText
entity and save it to the S/4HANA system.updateMaintenanceItemText
in interface MaintenancePlanService
maintenanceItemText
- MaintenanceItemText
entity object that will be updated in the S/4HANA system.MaintenanceItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanFluentHelper getAllMaintenancePlan()
MaintenancePlanService
MaintenancePlan
entities.getAllMaintenancePlan
in interface MaintenancePlanService
MaintenancePlan
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanByKeyFluentHelper getMaintenancePlanByKey(String maintenancePlan)
MaintenancePlanService
MaintenancePlan
entity using key fields.getMaintenancePlanByKey
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
MaintenancePlan
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanCreateFluentHelper createMaintenancePlan(@Nonnull MaintenancePlan maintenancePlan)
MaintenancePlanService
MaintenancePlan
entity and save it to the S/4HANA system.createMaintenancePlan
in interface MaintenancePlanService
maintenancePlan
- MaintenancePlan
entity object that will be created in the S/4HANA system.MaintenancePlan
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanUpdateFluentHelper updateMaintenancePlan(@Nonnull MaintenancePlan maintenancePlan)
MaintenancePlanService
MaintenancePlan
entity and save it to the S/4HANA system.updateMaintenancePlan
in interface MaintenancePlanService
maintenancePlan
- MaintenancePlan
entity object that will be updated in the S/4HANA system.MaintenancePlan
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanCycleFluentHelper getAllMaintenancePlanCycle()
MaintenancePlanService
MaintenancePlanCycle
entities.getAllMaintenancePlanCycle
in interface MaintenancePlanService
MaintenancePlanCycle
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanCycleByKeyFluentHelper getMaintenancePlanCycleByKey(String maintenancePlan, String maintenancePlanCycle)
MaintenancePlanService
MaintenancePlanCycle
entity using key fields.getMaintenancePlanCycleByKey
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
maintenancePlanCycle
- Counter in Control Tables
Constraints: Not nullable, Maximum length: 2
MaintenancePlanCycle
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanCycleUpdateFluentHelper updateMaintenancePlanCycle(@Nonnull MaintenancePlanCycle maintenancePlanCycle)
MaintenancePlanService
MaintenancePlanCycle
entity and save it to the S/4HANA system.updateMaintenancePlanCycle
in interface MaintenancePlanService
maintenancePlanCycle
- MaintenancePlanCycle
entity object that will be updated in the S/4HANA system.MaintenancePlanCycle
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanScheduleFluentHelper getAllMaintenancePlanSchedule()
MaintenancePlanService
MaintenancePlanSchedule
entities.getAllMaintenancePlanSchedule
in interface MaintenancePlanService
MaintenancePlanSchedule
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanScheduleByKeyFluentHelper getMaintenancePlanScheduleByKey(String maintenancePlan, Integer maintenancePlanCallNumber, String maintenancePackage)
MaintenancePlanService
MaintenancePlanSchedule
entity using key fields.getMaintenancePlanScheduleByKey
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
maintenancePlanCallNumber
- Maintenance Plan Call Number
Constraints: Not nullable
maintenancePackage
- Maintenance Package Number
Constraints: Not nullable, Maximum length: 2
MaintenancePlanSchedule
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanTextFluentHelper getAllMaintenancePlanText()
MaintenancePlanService
MaintenancePlanText
entities.getAllMaintenancePlanText
in interface MaintenancePlanService
MaintenancePlanText
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanTextByKeyFluentHelper getMaintenancePlanTextByKey(String maintenancePlan, String language)
MaintenancePlanService
MaintenancePlanText
entity using key fields.getMaintenancePlanTextByKey
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
language
- Language Key
Constraints: Not nullable, Maximum length: 2
MaintenancePlanText
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanTextUpdateFluentHelper updateMaintenancePlanText(@Nonnull MaintenancePlanText maintenancePlanText)
MaintenancePlanService
MaintenancePlanText
entity and save it to the S/4HANA system.updateMaintenancePlanText
in interface MaintenancePlanService
maintenancePlanText
- MaintenancePlanText
entity object that will be updated in the S/4HANA system.MaintenancePlanText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintItemObjectListItemFluentHelper getAllMaintItemObjectListItem()
MaintenancePlanService
MaintItemObjectListItem
entities.getAllMaintItemObjectListItem
in interface MaintenancePlanService
MaintItemObjectListItem
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintItemObjectListItemByKeyFluentHelper getMaintItemObjectListItemByKey(String maintenanceItem, Long maintenanceItemObjectList, Integer maintenanceObjectListItem)
MaintenancePlanService
MaintItemObjectListItem
entity using key fields.getMaintItemObjectListItemByKey
in interface MaintenancePlanService
maintenanceItem
- Maintenance Item
Constraints: Not nullable, Maximum length: 16
maintenanceItemObjectList
- Object list number
Constraints: Not nullable
maintenanceObjectListItem
- Object list counters
Constraints: Not nullable
MaintItemObjectListItem
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintItemObjectListItemUpdateFluentHelper updateMaintItemObjectListItem(@Nonnull MaintItemObjectListItem maintItemObjectListItem)
MaintenancePlanService
MaintItemObjectListItem
entity and save it to the S/4HANA system.updateMaintItemObjectListItem
in interface MaintenancePlanService
maintItemObjectListItem
- MaintItemObjectListItem
entity object that will be updated in the S/4HANA system.MaintItemObjectListItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintItemObjectListItemDeleteFluentHelper deleteMaintItemObjectListItem(@Nonnull MaintItemObjectListItem maintItemObjectListItem)
MaintenancePlanService
MaintItemObjectListItem
entity in the S/4HANA system.deleteMaintItemObjectListItem
in interface MaintenancePlanService
maintItemObjectListItem
- MaintItemObjectListItem
entity object that will be deleted in the S/4HANA system.MaintItemObjectListItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanCallObjectFluentHelper getAllMaintenancePlanCallObject()
MaintenancePlanService
MaintenancePlanCallObject
entities.getAllMaintenancePlanCallObject
in interface MaintenancePlanService
MaintenancePlanCallObject
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanCallObjectByKeyFluentHelper getMaintenancePlanCallObjectByKey(String maintenancePlan, Integer maintenancePlanCallNumber, String maintenanceItem)
MaintenancePlanService
MaintenancePlanCallObject
entity using key fields.getMaintenancePlanCallObjectByKey
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
maintenancePlanCallNumber
- Maintenance Plan Call Number
Constraints: Not nullable
maintenanceItem
- Maintenance Item
Constraints: Not nullable, Maximum length: 16
MaintenancePlanCallObject
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintPlanClfnCharValueFluentHelper getAllMaintPlanClfnCharValue()
MaintenancePlanService
MaintPlanClfnCharValue
entities.getAllMaintPlanClfnCharValue
in interface MaintenancePlanService
MaintPlanClfnCharValue
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintPlanClfnCharValueByKeyFluentHelper getMaintPlanClfnCharValueByKey(String maintenancePlan, String classType, String clfnCharcValuePositionNumber, String charcInternalID)
MaintenancePlanService
MaintPlanClfnCharValue
entity using key fields.getMaintPlanClfnCharValueByKey
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
classType
- Class Type
Constraints: Not nullable, Maximum length: 3
clfnCharcValuePositionNumber
- Characteristic value counter
Constraints: Not nullable, Maximum length: 3
charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
MaintPlanClfnCharValue
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintPlanClfnClassFluentHelper getAllMaintPlanClfnClass()
MaintenancePlanService
MaintPlanClfnClass
entities.getAllMaintPlanClfnClass
in interface MaintenancePlanService
MaintPlanClfnClass
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintPlanClfnClassByKeyFluentHelper getMaintPlanClfnClassByKey(String maintenancePlan, String classInternalID, String classType)
MaintenancePlanService
MaintPlanClfnClass
entity using key fields.getMaintPlanClfnClassByKey
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
classType
- Class Type
Constraints: Not nullable, Maximum length: 3
MaintPlanClfnClass
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintPlanClfnClassCharFluentHelper getAllMaintPlanClfnClassChar()
MaintenancePlanService
MaintPlanClfnClassChar
entities.getAllMaintPlanClfnClassChar
in interface MaintenancePlanService
MaintPlanClfnClassChar
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintPlanClfnClassCharByKeyFluentHelper getMaintPlanClfnClassCharByKey(String maintenancePlan, String classInternalID, String charcInternalID)
MaintenancePlanService
MaintPlanClfnClassChar
entity using key fields.getMaintPlanClfnClassCharByKey
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
classInternalID
- Internal Class Number
Constraints: Not nullable, Maximum length: 10
charcInternalID
- Characteristic Internal ID
Constraints: Not nullable, Maximum length: 10
MaintPlanClfnClassChar
entity 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 the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanStrategyCycleFluentHelper getAllMaintenancePlanStrategyCycle()
MaintenancePlanService
MaintenancePlanStrategyCycle
entities.getAllMaintenancePlanStrategyCycle
in interface MaintenancePlanService
MaintenancePlanStrategyCycle
entities. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaintenancePlanStrategyCycleByKeyFluentHelper getMaintenancePlanStrategyCycleByKey(String maintenancePlan, String maintenancePlanCycle)
MaintenancePlanService
MaintenancePlanStrategyCycle
entity using key fields.getMaintenancePlanStrategyCycleByKey
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
maintenancePlanCycle
- Counter in Control Tables
Constraints: Not nullable, Maximum length: 2
MaintenancePlanStrategyCycle
entity 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 the
execute
method on the fluent helper object.@Nonnull public AssignMaintItemToMaintPlanFluentHelper assignMaintItemToMaintPlan(@Nonnull String maintenancePlan, @Nonnull String maintenanceitem)
MaintenancePlanService
Creates a fluent helper for the AssignMaintItemToMaintPlan OData function import.
assignMaintItemToMaintPlan
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
maintenanceitem
- Maintenance Item
Constraints: Not nullable, Maximum length: 16
Original parameter name from the Odata EDM: Maintenanceitem
execute
method on the fluent helper object.@Nonnull public ResetMaintPlanStsMrkdForDeltnFluentHelper resetMaintPlanStsMrkdForDeltn(@Nonnull String maintenancePlan)
MaintenancePlanService
Creates a fluent helper for the ResetMaintPlanStsMrkdForDeltn OData function import.
resetMaintPlanStsMrkdForDeltn
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
execute
method on the fluent helper object.@Nonnull public RestartMaintPlnScheduleFluentHelper restartMaintPlnSchedule(@Nonnull String maintenancePlan, @Nullable LocalDateTime schedulingStartDate, @Nullable LocalTime schedulingStartTime, @Nullable String maintPlanStartCntrReadingValue, @Nullable Boolean maintPlanSchedFutrCallsAreKept)
MaintenancePlanService
Creates a fluent helper for the RestartMaintPlnSchedule OData function import.
restartMaintPlnSchedule
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
schedulingStartDate
- Start of cycle
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: SchedulingStartDate
schedulingStartTime
- Start Time
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: SchedulingStartTime
maintPlanStartCntrReadingValue
- StartCounterReading
Constraints: Nullable, Maximum length: 22
Original parameter name from the Odata EDM: MaintPlanStartCntrReadingValue
maintPlanSchedFutrCallsAreKept
- Boolean Variable (X = True, - = False, Space = Unknown)
Constraints: Nullable
Original parameter name from the Odata EDM: MaintPlanSchedFutrCallsAreKept
execute
method on the fluent helper object.@Nonnull public SetMainPlanStsToMrkdForDeltnFluentHelper setMainPlanStsToMrkdForDeltn(@Nonnull String maintenancePlan)
MaintenancePlanService
Creates a fluent helper for the SetMainPlanStsToMrkdForDeltn OData function import.
setMainPlanStsToMrkdForDeltn
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
execute
method on the fluent helper object.@Nonnull public SetMaintPlanStatusToActiveFluentHelper setMaintPlanStatusToActive(@Nonnull String maintenancePlan)
MaintenancePlanService
Creates a fluent helper for the SetMaintPlanStatusToActive OData function import.
setMaintPlanStatusToActive
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
execute
method on the fluent helper object.@Nonnull public SetMaintPlanStatusToInactiveFluentHelper setMaintPlanStatusToInactive(@Nonnull String maintenancePlan)
MaintenancePlanService
Creates a fluent helper for the SetMaintPlanStatusToInactive OData function import.
setMaintPlanStatusToInactive
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
execute
method on the fluent helper object.@Nonnull public StartMaintPlnScheduleFluentHelper startMaintPlnSchedule(@Nonnull String maintenancePlan, @Nullable LocalDateTime schedulingStartDate, @Nullable LocalTime schedulingStartTime, @Nullable String maintPlanStartCntrReadingValue, @Nullable LocalDateTime maintPlnSchedgCallObjUpToDte)
MaintenancePlanService
Creates a fluent helper for the StartMaintPlnSchedule OData function import.
startMaintPlnSchedule
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
schedulingStartDate
- Start of cycle
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: SchedulingStartDate
schedulingStartTime
- Start Time
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: SchedulingStartTime
maintPlanStartCntrReadingValue
- StartCounterReading
Constraints: Nullable, Maximum length: 22
Original parameter name from the Odata EDM: MaintPlanStartCntrReadingValue
maintPlnSchedgCallObjUpToDte
- Current Date
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: MaintPlnSchedgCallObjUpToDte
execute
method on the fluent helper object.@Nonnull public StartScheduleInCycleFluentHelper startScheduleInCycle(@Nonnull String maintenancePlan, @Nullable String maintenancePackage, @Nullable Integer maintPlanCycleOffsetValue, @Nullable String maintenanceTaskPerformanceUnit, @Nullable Boolean maintPlanSchedFutrCallsAreKept, @Nullable LocalDateTime completionDate, @Nullable LocalTime completionTime, @Nullable String maintPlnCallCompltnCntrRdngVal)
MaintenancePlanService
Creates a fluent helper for the StartScheduleInCycle OData function import.
startScheduleInCycle
in interface MaintenancePlanService
maintenancePlan
- Maintenance Plan
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: MaintenancePlan
maintenancePackage
- Package
Constraints: Nullable, Maximum length: 2
Original parameter name from the Odata EDM: MaintenancePackage
maintPlanCycleOffsetValue
- Offset
Constraints: Nullable
Original parameter name from the Odata EDM: MaintPlanCycleOffsetValue
maintenanceTaskPerformanceUnit
- Unit
Constraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: MaintenanceTaskPerformanceUnit
maintPlanSchedFutrCallsAreKept
- Boolean Variable (X = True, - = False, Space = Unknown)
Constraints: Nullable
Original parameter name from the Odata EDM: MaintPlanSchedFutrCallsAreKept
completionDate
- Completion date
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: CompletionDate
completionTime
- Time
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: CompletionTime
maintPlnCallCompltnCntrRdngVal
- Compl.CountRead.
Constraints: Nullable, Maximum length: 22
Original parameter name from the Odata EDM: MaintPlnCallCompltnCntrRdngVal
execute
method on the fluent helper object.Copyright © 2022 SAP SE. All rights reserved.