public interface MaintenanceTasklistService
The service describes the sequence of individual maintenance activities that must be performed repeatedly within a company. There are three types of task list. The task list comprises equipment task list, functional location task list, and general maintenance task list. The payload used to create a task list through this API is sent in JSON format as a request object. The long text of the task list is included within the payload as a nested object. .
Reference: SAP API Business Hub
OData Service: | MAINTENANCETASKLIST_0001 |
API Version: | 1 |
Communication Scenario: | Asset Management Master Data Integration (SAP_COM_0395) |
Scope Items: | Service Order Management and Monitoring (3D2), Service Contract Management (3MO), In-House Repair (3XK), Service Order processing with SAP Field service management (49X), Service Quotation (4GA), Reactive Maintenance (4HH), Proactive Maintenance (4HI), Improvement Maintenance (4VT), Operational and Overhead Maintenance (4WM), Corrective Maintenance (BH1), Emergency Maintenance (BH2), Preventive Maintenance (BJ2) |
Authentication Methods: | Basic, x509, OAuth2 |
Service Group Name: | API_MAINTENANCETASKLIST |
Business Object: | MaintenanceTaskList |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull MaintenanceTasklistService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<MaintenanceTaskList> getAllMaintenanceTaskList()
MaintenanceTaskList
entities.MaintenanceTaskList
entities. This request builder allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<MaintenanceTaskList> countMaintenanceTaskList()
MaintenanceTaskList
entity collection matching the filter and search expressions.MaintenanceTaskList
entities. This request builder allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<MaintenanceTaskList> getMaintenanceTaskListByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListVersionCounter)
MaintenanceTaskList
entity using key fields.taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListVersionCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskList
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CreateRequestBuilder<MaintenanceTaskList> createMaintenanceTaskList(@Nonnull MaintenanceTaskList maintenanceTaskList)
MaintenanceTaskList
entity and save it to the S/4HANA system.maintenanceTaskList
- MaintenanceTaskList
entity object that will be created in the S/4HANA system.MaintenanceTaskList
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<MaintenanceTaskList> updateMaintenanceTaskList(@Nonnull MaintenanceTaskList maintenanceTaskList)
MaintenanceTaskList
entity and save it to the S/4HANA system.maintenanceTaskList
- MaintenanceTaskList
entity object that will be updated in the S/4HANA system.MaintenanceTaskList
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<MaintenanceTaskListLongText> getAllMaintenanceTaskListLongText()
MaintenanceTaskListLongText
entities.MaintenanceTaskListLongText
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<MaintenanceTaskListLongText> countMaintenanceTaskListLongText()
MaintenanceTaskListLongText
entity collection matching the filter and search expressions.MaintenanceTaskListLongText
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<MaintenanceTaskListLongText> getMaintenanceTaskListLongTextByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListVersionCounter)
MaintenanceTaskListLongText
entity using key fields.taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListVersionCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListLongText
entity using key fields. This request builder allows methods which modify
the underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CreateRequestBuilder<MaintenanceTaskListLongText> createMaintenanceTaskListLongText(@Nonnull MaintenanceTaskListLongText maintenanceTaskListLongText)
MaintenanceTaskListLongText
entity and save it to the S/4HANA system.maintenanceTaskListLongText
- MaintenanceTaskListLongText
entity object that will be created in the S/4HANA system.MaintenanceTaskListLongText
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<MaintenanceTaskListLongText> updateMaintenanceTaskListLongText(@Nonnull MaintenanceTaskListLongText maintenanceTaskListLongText)
MaintenanceTaskListLongText
entity and save it to the S/4HANA system.maintenanceTaskListLongText
- MaintenanceTaskListLongText
entity object that will be updated in the S/4HANA system.MaintenanceTaskListLongText
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<MaintenanceTaskListOperation> getAllMaintenanceTaskListOperation()
MaintenanceTaskListOperation
entities.MaintenanceTaskListOperation
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<MaintenanceTaskListOperation> countMaintenanceTaskListOperation()
MaintenanceTaskListOperation
entity collection matching the filter and search expressions.MaintenanceTaskListOperation
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<MaintenanceTaskListOperation> getMaintenanceTaskListOperationByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListSequence, @Nonnull String taskListOperationInternalId, @Nonnull String taskListOpBOMItmIntVersCounter)
MaintenanceTaskListOperation
entity using key fields.taskListSequence
- Sequence
Constraints: Not nullable, Maximum length: 6
taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListOpBOMItmIntVersCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
taskListOperationInternalId
- Number of the Task List Node
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListOperation
entity using key fields. This request builder allows methods which modify
the underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CreateRequestBuilder<MaintenanceTaskListOperation> createMaintenanceTaskListOperation(@Nonnull MaintenanceTaskListOperation maintenanceTaskListOperation)
MaintenanceTaskListOperation
entity and save it to the S/4HANA system.maintenanceTaskListOperation
- MaintenanceTaskListOperation
entity object that will be created in the S/4HANA system.MaintenanceTaskListOperation
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<MaintenanceTaskListOperation> updateMaintenanceTaskListOperation(@Nonnull MaintenanceTaskListOperation maintenanceTaskListOperation)
MaintenanceTaskListOperation
entity and save it to the S/4HANA system.maintenanceTaskListOperation
- MaintenanceTaskListOperation
entity object that will be updated in the S/4HANA system.MaintenanceTaskListOperation
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<MaintenanceTaskListOpLongText> getAllMaintenanceTaskListOpLongText()
MaintenanceTaskListOpLongText
entities.MaintenanceTaskListOpLongText
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<MaintenanceTaskListOpLongText> countMaintenanceTaskListOpLongText()
MaintenanceTaskListOpLongText
entity collection matching the filter and search expressions.MaintenanceTaskListOpLongText
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<MaintenanceTaskListOpLongText> getMaintenanceTaskListOpLongTextByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListSequence, @Nonnull String taskListOperationInternalId, @Nonnull String taskListOpBOMItmIntVersCounter)
MaintenanceTaskListOpLongText
entity using key fields.taskListSequence
- Sequence
Constraints: Not nullable, Maximum length: 6
taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListOpBOMItmIntVersCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
taskListOperationInternalId
- Number of the Task List Node
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListOpLongText
entity using key fields. This request builder allows methods which modify
the underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CreateRequestBuilder<MaintenanceTaskListOpLongText> createMaintenanceTaskListOpLongText(@Nonnull MaintenanceTaskListOpLongText maintenanceTaskListOpLongText)
MaintenanceTaskListOpLongText
entity and save it to the S/4HANA system.maintenanceTaskListOpLongText
- MaintenanceTaskListOpLongText
entity object that will be created in the S/4HANA system.MaintenanceTaskListOpLongText
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<MaintenanceTaskListOpLongText> updateMaintenanceTaskListOpLongText(@Nonnull MaintenanceTaskListOpLongText maintenanceTaskListOpLongText)
MaintenanceTaskListOpLongText
entity and save it to the S/4HANA system.maintenanceTaskListOpLongText
- MaintenanceTaskListOpLongText
entity object that will be updated in the S/4HANA system.MaintenanceTaskListOpLongText
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<MaintenanceTaskListOpMat> getAllMaintenanceTaskListOpMat()
MaintenanceTaskListOpMat
entities.MaintenanceTaskListOpMat
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<MaintenanceTaskListOpMat> countMaintenanceTaskListOpMat()
MaintenanceTaskListOpMat
entity collection matching the filter and search expressions.MaintenanceTaskListOpMat
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<MaintenanceTaskListOpMat> getMaintenanceTaskListOpMatByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListSequence, @Nonnull String taskListOperationInternalId, @Nonnull String taskListOpBOMItmInternalID, @Nonnull String taskListOpBOMItmIntVersCounter)
MaintenanceTaskListOpMat
entity using key fields.taskListSequence
- Sequence
Constraints: Not nullable, Maximum length: 6
taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListOpBOMItmIntVersCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
taskListOpBOMItmInternalID
- No. for material comp. allocation to task list
Constraints: Not nullable, Maximum length: 8
taskListOperationInternalId
- Task list node number for operation
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListOpMat
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CreateRequestBuilder<MaintenanceTaskListOpMat> createMaintenanceTaskListOpMat(@Nonnull MaintenanceTaskListOpMat maintenanceTaskListOpMat)
MaintenanceTaskListOpMat
entity and save it to the S/4HANA system.maintenanceTaskListOpMat
- MaintenanceTaskListOpMat
entity object that will be created in the S/4HANA system.MaintenanceTaskListOpMat
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<MaintenanceTaskListOpMat> updateMaintenanceTaskListOpMat(@Nonnull MaintenanceTaskListOpMat maintenanceTaskListOpMat)
MaintenanceTaskListOpMat
entity and save it to the S/4HANA system.maintenanceTaskListOpMat
- MaintenanceTaskListOpMat
entity object that will be updated in the S/4HANA system.MaintenanceTaskListOpMat
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<MaintenanceTaskListOpReltnshp> getAllMaintenanceTaskListOpReltnshp()
MaintenanceTaskListOpReltnshp
entities.MaintenanceTaskListOpReltnshp
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<MaintenanceTaskListOpReltnshp> countMaintenanceTaskListOpReltnshp()
MaintenanceTaskListOpReltnshp
entity collection matching the filter and search expressions.MaintenanceTaskListOpReltnshp
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<MaintenanceTaskListOpReltnshp> getMaintenanceTaskListOpReltnshpByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListSequence, @Nonnull String taskListOperationInternalId, @Nonnull String taskListOpBOMItmIntVersCounter)
MaintenanceTaskListOpReltnshp
entity using key fields.taskListSequence
- Sequence
Constraints: Not nullable, Maximum length: 6
taskListType
- Header
Constraints: Not nullable, Maximum length: 1
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListGroup
- Number of the Standard Network
Constraints: Not nullable, Maximum length: 8
taskListOpBOMItmIntVersCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
taskListOperationInternalId
- Number of the Task List Node
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListOpReltnshp
entity using key fields. This request builder allows methods which modify
the underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CreateRequestBuilder<MaintenanceTaskListOpReltnshp> createMaintenanceTaskListOpReltnshp(@Nonnull MaintenanceTaskListOpReltnshp maintenanceTaskListOpReltnshp)
MaintenanceTaskListOpReltnshp
entity and save it to the S/4HANA system.maintenanceTaskListOpReltnshp
- MaintenanceTaskListOpReltnshp
entity object that will be created in the S/4HANA system.MaintenanceTaskListOpReltnshp
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<MaintenanceTaskListOpReltnshp> updateMaintenanceTaskListOpReltnshp(@Nonnull MaintenanceTaskListOpReltnshp maintenanceTaskListOpReltnshp)
MaintenanceTaskListOpReltnshp
entity and save it to the S/4HANA system.maintenanceTaskListOpReltnshp
- MaintenanceTaskListOpReltnshp
entity object that will be updated in the S/4HANA system.MaintenanceTaskListOpReltnshp
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<MaintenanceTaskListStrtgyPckg> getAllMaintenanceTaskListStrtgyPckg()
MaintenanceTaskListStrtgyPckg
entities.MaintenanceTaskListStrtgyPckg
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<MaintenanceTaskListStrtgyPckg> countMaintenanceTaskListStrtgyPckg()
MaintenanceTaskListStrtgyPckg
entity collection matching the filter and search expressions.MaintenanceTaskListStrtgyPckg
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<MaintenanceTaskListStrtgyPckg> getMaintenanceTaskListStrtgyPckgByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListSequence, @Nonnull String taskListOperationInternalId, @Nonnull String maintenancePackage, @Nonnull String maintPckgTskListOpAllocIntNmbr)
MaintenanceTaskListStrtgyPckg
entity using key fields.taskListSequence
- Sequence
Constraints: Not nullable, Maximum length: 6
taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
maintenancePackage
- Maintenance Package Number
Constraints: Not nullable, Maximum length: 2
maintPckgTskListOpAllocIntNmbr
- Internal counter
Constraints: Not nullable, Maximum length: 8
taskListOperationInternalId
- Number of the Task List Node
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListStrtgyPckg
entity using key fields. This request builder allows methods which modify
the underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CreateRequestBuilder<MaintenanceTaskListStrtgyPckg> createMaintenanceTaskListStrtgyPckg(@Nonnull MaintenanceTaskListStrtgyPckg maintenanceTaskListStrtgyPckg)
MaintenanceTaskListStrtgyPckg
entity and save it to the S/4HANA system.maintenanceTaskListStrtgyPckg
- MaintenanceTaskListStrtgyPckg
entity object that will be created in the S/4HANA system.MaintenanceTaskListStrtgyPckg
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<MaintenanceTaskListStrtgyPckg> updateMaintenanceTaskListStrtgyPckg(@Nonnull MaintenanceTaskListStrtgyPckg maintenanceTaskListStrtgyPckg)
MaintenanceTaskListStrtgyPckg
entity and save it to the S/4HANA system.maintenanceTaskListStrtgyPckg
- MaintenanceTaskListStrtgyPckg
entity object that will be updated in the S/4HANA system.MaintenanceTaskListStrtgyPckg
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<MaintenanceTaskListSubOp> getAllMaintenanceTaskListSubOp()
MaintenanceTaskListSubOp
entities.MaintenanceTaskListSubOp
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<MaintenanceTaskListSubOp> countMaintenanceTaskListSubOp()
MaintenanceTaskListSubOp
entity collection matching the filter and search expressions.MaintenanceTaskListSubOp
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<MaintenanceTaskListSubOp> getMaintenanceTaskListSubOpByKey(@Nonnull String taskListType, @Nonnull String taskListGroup, @Nonnull String taskListGroupCounter, @Nonnull String taskListSequence, @Nonnull String taskListOperationInternalId, @Nonnull String taskListOpBOMItmIntVersCounter)
MaintenanceTaskListSubOp
entity using key fields.taskListSequence
- Sequence
Constraints: Not nullable, Maximum length: 6
taskListType
- Task List Type
Constraints: Not nullable, Maximum length: 1
taskListGroupCounter
- Group Counter
Constraints: Not nullable, Maximum length: 2
taskListGroup
- Key for Task List Group
Constraints: Not nullable, Maximum length: 8
taskListOpBOMItmIntVersCounter
- Internal counter
Constraints: Not nullable, Maximum length: 8
taskListOperationInternalId
- Number of the Task List Node
Constraints: Not nullable, Maximum length: 8
MaintenanceTaskListSubOp
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CreateRequestBuilder<MaintenanceTaskListSubOp> createMaintenanceTaskListSubOp(@Nonnull MaintenanceTaskListSubOp maintenanceTaskListSubOp)
MaintenanceTaskListSubOp
entity and save it to the S/4HANA system.maintenanceTaskListSubOp
- MaintenanceTaskListSubOp
entity object that will be created in the S/4HANA system.MaintenanceTaskListSubOp
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<MaintenanceTaskListSubOp> updateMaintenanceTaskListSubOp(@Nonnull MaintenanceTaskListSubOp maintenanceTaskListSubOp)
MaintenanceTaskListSubOp
entity and save it to the S/4HANA system.maintenanceTaskListSubOp
- MaintenanceTaskListSubOp
entity object that will be updated in the S/4HANA system.MaintenanceTaskListSubOp
entity. To perform execution, call the
execute
method on the request builder object.Copyright © 2021 SAP SE. All rights reserved.