Interface MaintenanceTasklistService

All Known Implementing Classes:
DefaultMaintenanceTasklistService

@Deprecated public interface MaintenanceTasklistService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service contains maintenance task list header details, operation, sub operation, operation material, operation relationship and package. The API uses a JSON payload to maintain the maintenance task list. The long text of the maintenance task list is included within the payload as a nested object. The request payload contains all the information required to create or update a maintenance task list with appropriate checks for restricted values and authorizations. If the input in the request is not as expected when you create or update maintenance task list, the system displays appropriate error or warning messages in the response. .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: MAINTENANCETASKLIST_0001
API Version: 1.0.0
Minimum ERP Version: 2302
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), Reactive Maintenance(4HH), Proactive Maintenance(4HI), Improvement Maintenance(4VT), Operational and Overhead Maintenance(4WM), Corrective Maintenance(BH1), Emergency Maintenance(BH2), Preventive Maintenance(BJ2), Reactive Maintenance(OHH), Proactive Maintenance(OHI), PSM: Preventive Maintenance(OJ2), Improvement Maintenance(OVT), Operational and Overhead Maintenance(OWM), Service Order Processing with SAP Field Service Management(49X), Service Quotation(4GA)
Authentication Methods: x509
Service Group Name: API_MAINTENANCETASKLIST
Business Object: Maintenance Task List
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull MaintenanceTasklistService withServicePath(@Nonnull String servicePath)
      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.
    • batch

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllMaintenanceTaskList

      @Nonnull GetAllRequestBuilder<MaintenanceTaskList> getAllMaintenanceTaskList()
      Deprecated.
      Fetch multiple MaintenanceTaskList entities.
      Returns:
      A request builder to fetch multiple 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.
    • countMaintenanceTaskList

      @Nonnull CountRequestBuilder<MaintenanceTaskList> countMaintenanceTaskList()
      Deprecated.
      Fetch the number of entries from the MaintenanceTaskList entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of 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.
    • getMaintenanceTaskListByKey

      @Nonnull GetByKeyRequestBuilder<MaintenanceTaskList> getMaintenanceTaskListByKey(String taskListType, String taskListGroup, String taskListGroupCounter, String taskListVersionCounter)
      Deprecated.
      Fetch a single MaintenanceTaskList entity using key fields.
      Parameters:
      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

      Returns:
      A request builder to fetch a single 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.
    • createMaintenanceTaskList

      @Nonnull CreateRequestBuilder<MaintenanceTaskList> createMaintenanceTaskList(@Nonnull MaintenanceTaskList maintenanceTaskList)
      Deprecated.
      Create a new MaintenanceTaskList entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskList - MaintenanceTaskList entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new MaintenanceTaskList entity. To perform execution, call the execute method on the request builder object.
    • updateMaintenanceTaskList

      @Nonnull UpdateRequestBuilder<MaintenanceTaskList> updateMaintenanceTaskList(@Nonnull MaintenanceTaskList maintenanceTaskList)
      Deprecated.
      Update an existing MaintenanceTaskList entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskList - MaintenanceTaskList entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing MaintenanceTaskList entity. To perform execution, call the execute method on the request builder object.
    • getAllMaintenanceTaskListLongText

      @Nonnull GetAllRequestBuilder<MaintenanceTaskListLongText> getAllMaintenanceTaskListLongText()
      Deprecated.
      Fetch multiple MaintenanceTaskListLongText entities.
      Returns:
      A request builder to fetch multiple 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.
    • countMaintenanceTaskListLongText

      @Nonnull CountRequestBuilder<MaintenanceTaskListLongText> countMaintenanceTaskListLongText()
      Deprecated.
      Fetch the number of entries from the MaintenanceTaskListLongText entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of 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.
    • getMaintenanceTaskListLongTextByKey

      @Nonnull GetByKeyRequestBuilder<MaintenanceTaskListLongText> getMaintenanceTaskListLongTextByKey(String taskListType, String taskListGroup, String taskListGroupCounter, String taskListVersionCounter)
      Deprecated.
      Fetch a single MaintenanceTaskListLongText entity using key fields.
      Parameters:
      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

      Returns:
      A request builder to fetch a single 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.
    • createMaintenanceTaskListLongText

      @Nonnull CreateRequestBuilder<MaintenanceTaskListLongText> createMaintenanceTaskListLongText(@Nonnull MaintenanceTaskListLongText maintenanceTaskListLongText)
      Deprecated.
      Create a new MaintenanceTaskListLongText entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListLongText - MaintenanceTaskListLongText entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new MaintenanceTaskListLongText entity. To perform execution, call the execute method on the request builder object.
    • updateMaintenanceTaskListLongText

      @Nonnull UpdateRequestBuilder<MaintenanceTaskListLongText> updateMaintenanceTaskListLongText(@Nonnull MaintenanceTaskListLongText maintenanceTaskListLongText)
      Deprecated.
      Update an existing MaintenanceTaskListLongText entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListLongText - MaintenanceTaskListLongText entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing MaintenanceTaskListLongText entity. To perform execution, call the execute method on the request builder object.
    • getAllMaintenanceTaskListOperation

      @Nonnull GetAllRequestBuilder<MaintenanceTaskListOperation> getAllMaintenanceTaskListOperation()
      Deprecated.
      Fetch multiple MaintenanceTaskListOperation entities.
      Returns:
      A request builder to fetch multiple 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.
    • countMaintenanceTaskListOperation

      @Nonnull CountRequestBuilder<MaintenanceTaskListOperation> countMaintenanceTaskListOperation()
      Deprecated.
      Fetch the number of entries from the MaintenanceTaskListOperation entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of 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.
    • getMaintenanceTaskListOperationByKey

      @Nonnull GetByKeyRequestBuilder<MaintenanceTaskListOperation> getMaintenanceTaskListOperationByKey(String taskListType, String taskListGroup, String taskListGroupCounter, String taskListSequence, String taskListOperationInternalId, String taskListOpBOMItmIntVersCounter)
      Deprecated.
      Fetch a single MaintenanceTaskListOperation entity using key fields.
      Parameters:
      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

      Returns:
      A request builder to fetch a single 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.
    • createMaintenanceTaskListOperation

      @Nonnull CreateRequestBuilder<MaintenanceTaskListOperation> createMaintenanceTaskListOperation(@Nonnull MaintenanceTaskListOperation maintenanceTaskListOperation)
      Deprecated.
      Create a new MaintenanceTaskListOperation entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListOperation - MaintenanceTaskListOperation entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new MaintenanceTaskListOperation entity. To perform execution, call the execute method on the request builder object.
    • updateMaintenanceTaskListOperation

      @Nonnull UpdateRequestBuilder<MaintenanceTaskListOperation> updateMaintenanceTaskListOperation(@Nonnull MaintenanceTaskListOperation maintenanceTaskListOperation)
      Deprecated.
      Update an existing MaintenanceTaskListOperation entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListOperation - MaintenanceTaskListOperation entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing MaintenanceTaskListOperation entity. To perform execution, call the execute method on the request builder object.
    • getAllMaintenanceTaskListOpLongText

      @Nonnull GetAllRequestBuilder<MaintenanceTaskListOpLongText> getAllMaintenanceTaskListOpLongText()
      Deprecated.
      Fetch multiple MaintenanceTaskListOpLongText entities.
      Returns:
      A request builder to fetch multiple 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.
    • countMaintenanceTaskListOpLongText

      @Nonnull CountRequestBuilder<MaintenanceTaskListOpLongText> countMaintenanceTaskListOpLongText()
      Deprecated.
      Fetch the number of entries from the MaintenanceTaskListOpLongText entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of 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.
    • getMaintenanceTaskListOpLongTextByKey

      @Nonnull GetByKeyRequestBuilder<MaintenanceTaskListOpLongText> getMaintenanceTaskListOpLongTextByKey(String taskListType, String taskListGroup, String taskListGroupCounter, String taskListSequence, String taskListOperationInternalId, String taskListOpBOMItmIntVersCounter)
      Deprecated.
      Fetch a single MaintenanceTaskListOpLongText entity using key fields.
      Parameters:
      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

      Returns:
      A request builder to fetch a single 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.
    • createMaintenanceTaskListOpLongText

      @Nonnull CreateRequestBuilder<MaintenanceTaskListOpLongText> createMaintenanceTaskListOpLongText(@Nonnull MaintenanceTaskListOpLongText maintenanceTaskListOpLongText)
      Deprecated.
      Create a new MaintenanceTaskListOpLongText entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListOpLongText - MaintenanceTaskListOpLongText entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new MaintenanceTaskListOpLongText entity. To perform execution, call the execute method on the request builder object.
    • updateMaintenanceTaskListOpLongText

      @Nonnull UpdateRequestBuilder<MaintenanceTaskListOpLongText> updateMaintenanceTaskListOpLongText(@Nonnull MaintenanceTaskListOpLongText maintenanceTaskListOpLongText)
      Deprecated.
      Update an existing MaintenanceTaskListOpLongText entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListOpLongText - MaintenanceTaskListOpLongText entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing MaintenanceTaskListOpLongText entity. To perform execution, call the execute method on the request builder object.
    • getAllMaintenanceTaskListOpMat

      @Nonnull GetAllRequestBuilder<MaintenanceTaskListOpMat> getAllMaintenanceTaskListOpMat()
      Deprecated.
      Fetch multiple MaintenanceTaskListOpMat entities.
      Returns:
      A request builder to fetch multiple 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.
    • countMaintenanceTaskListOpMat

      @Nonnull CountRequestBuilder<MaintenanceTaskListOpMat> countMaintenanceTaskListOpMat()
      Deprecated.
      Fetch the number of entries from the MaintenanceTaskListOpMat entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of 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.
    • getMaintenanceTaskListOpMatByKey

      @Nonnull GetByKeyRequestBuilder<MaintenanceTaskListOpMat> getMaintenanceTaskListOpMatByKey(String taskListType, String taskListGroup, String taskListGroupCounter, String taskListSequence, String taskListOperationInternalId, String taskListOpBOMItmInternalID, String taskListOpBOMItmIntVersCounter)
      Deprecated.
      Fetch a single MaintenanceTaskListOpMat entity using key fields.
      Parameters:
      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

      Returns:
      A request builder to fetch a single 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.
    • createMaintenanceTaskListOpMat

      @Nonnull CreateRequestBuilder<MaintenanceTaskListOpMat> createMaintenanceTaskListOpMat(@Nonnull MaintenanceTaskListOpMat maintenanceTaskListOpMat)
      Deprecated.
      Create a new MaintenanceTaskListOpMat entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListOpMat - MaintenanceTaskListOpMat entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new MaintenanceTaskListOpMat entity. To perform execution, call the execute method on the request builder object.
    • updateMaintenanceTaskListOpMat

      @Nonnull UpdateRequestBuilder<MaintenanceTaskListOpMat> updateMaintenanceTaskListOpMat(@Nonnull MaintenanceTaskListOpMat maintenanceTaskListOpMat)
      Deprecated.
      Update an existing MaintenanceTaskListOpMat entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListOpMat - MaintenanceTaskListOpMat entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing MaintenanceTaskListOpMat entity. To perform execution, call the execute method on the request builder object.
    • getAllMaintenanceTaskListOpReltnshp

      @Nonnull GetAllRequestBuilder<MaintenanceTaskListOpReltnshp> getAllMaintenanceTaskListOpReltnshp()
      Deprecated.
      Fetch multiple MaintenanceTaskListOpReltnshp entities.
      Returns:
      A request builder to fetch multiple 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.
    • countMaintenanceTaskListOpReltnshp

      @Nonnull CountRequestBuilder<MaintenanceTaskListOpReltnshp> countMaintenanceTaskListOpReltnshp()
      Deprecated.
      Fetch the number of entries from the MaintenanceTaskListOpReltnshp entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of 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.
    • getMaintenanceTaskListOpReltnshpByKey

      @Nonnull GetByKeyRequestBuilder<MaintenanceTaskListOpReltnshp> getMaintenanceTaskListOpReltnshpByKey(String taskListType, String taskListGroup, String taskListGroupCounter, String taskListSequence, String taskListOperationInternalId, String taskListOpBOMItmIntVersCounter)
      Deprecated.
      Fetch a single MaintenanceTaskListOpReltnshp entity using key fields.
      Parameters:
      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 - 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

      Returns:
      A request builder to fetch a single 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.
    • createMaintenanceTaskListOpReltnshp

      @Nonnull CreateRequestBuilder<MaintenanceTaskListOpReltnshp> createMaintenanceTaskListOpReltnshp(@Nonnull MaintenanceTaskListOpReltnshp maintenanceTaskListOpReltnshp)
      Deprecated.
      Create a new MaintenanceTaskListOpReltnshp entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListOpReltnshp - MaintenanceTaskListOpReltnshp entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new MaintenanceTaskListOpReltnshp entity. To perform execution, call the execute method on the request builder object.
    • updateMaintenanceTaskListOpReltnshp

      @Nonnull UpdateRequestBuilder<MaintenanceTaskListOpReltnshp> updateMaintenanceTaskListOpReltnshp(@Nonnull MaintenanceTaskListOpReltnshp maintenanceTaskListOpReltnshp)
      Deprecated.
      Update an existing MaintenanceTaskListOpReltnshp entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListOpReltnshp - MaintenanceTaskListOpReltnshp entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing MaintenanceTaskListOpReltnshp entity. To perform execution, call the execute method on the request builder object.
    • getAllMaintenanceTaskListStrtgyPckg

      @Nonnull GetAllRequestBuilder<MaintenanceTaskListStrtgyPckg> getAllMaintenanceTaskListStrtgyPckg()
      Deprecated.
      Fetch multiple MaintenanceTaskListStrtgyPckg entities.
      Returns:
      A request builder to fetch multiple 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.
    • countMaintenanceTaskListStrtgyPckg

      @Nonnull CountRequestBuilder<MaintenanceTaskListStrtgyPckg> countMaintenanceTaskListStrtgyPckg()
      Deprecated.
      Fetch the number of entries from the MaintenanceTaskListStrtgyPckg entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of 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.
    • getMaintenanceTaskListStrtgyPckgByKey

      @Nonnull GetByKeyRequestBuilder<MaintenanceTaskListStrtgyPckg> getMaintenanceTaskListStrtgyPckgByKey(String taskListType, String taskListGroup, String taskListGroupCounter, String taskListSequence, String taskListOperationInternalId, String maintenancePackage, String maintPckgTskListOpAllocIntNmbr)
      Deprecated.
      Fetch a single MaintenanceTaskListStrtgyPckg entity using key fields.
      Parameters:
      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

      Returns:
      A request builder to fetch a single 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.
    • createMaintenanceTaskListStrtgyPckg

      @Nonnull CreateRequestBuilder<MaintenanceTaskListStrtgyPckg> createMaintenanceTaskListStrtgyPckg(@Nonnull MaintenanceTaskListStrtgyPckg maintenanceTaskListStrtgyPckg)
      Deprecated.
      Create a new MaintenanceTaskListStrtgyPckg entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListStrtgyPckg - MaintenanceTaskListStrtgyPckg entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new MaintenanceTaskListStrtgyPckg entity. To perform execution, call the execute method on the request builder object.
    • updateMaintenanceTaskListStrtgyPckg

      @Nonnull UpdateRequestBuilder<MaintenanceTaskListStrtgyPckg> updateMaintenanceTaskListStrtgyPckg(@Nonnull MaintenanceTaskListStrtgyPckg maintenanceTaskListStrtgyPckg)
      Deprecated.
      Update an existing MaintenanceTaskListStrtgyPckg entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListStrtgyPckg - MaintenanceTaskListStrtgyPckg entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing MaintenanceTaskListStrtgyPckg entity. To perform execution, call the execute method on the request builder object.
    • getAllMaintenanceTaskListSubOp

      @Nonnull GetAllRequestBuilder<MaintenanceTaskListSubOp> getAllMaintenanceTaskListSubOp()
      Deprecated.
      Fetch multiple MaintenanceTaskListSubOp entities.
      Returns:
      A request builder to fetch multiple 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.
    • countMaintenanceTaskListSubOp

      @Nonnull CountRequestBuilder<MaintenanceTaskListSubOp> countMaintenanceTaskListSubOp()
      Deprecated.
      Fetch the number of entries from the MaintenanceTaskListSubOp entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of 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.
    • getMaintenanceTaskListSubOpByKey

      @Nonnull GetByKeyRequestBuilder<MaintenanceTaskListSubOp> getMaintenanceTaskListSubOpByKey(String taskListType, String taskListGroup, String taskListGroupCounter, String taskListSequence, String taskListOperationInternalId, String taskListOpBOMItmIntVersCounter)
      Deprecated.
      Fetch a single MaintenanceTaskListSubOp entity using key fields.
      Parameters:
      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

      Returns:
      A request builder to fetch a single 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.
    • createMaintenanceTaskListSubOp

      @Nonnull CreateRequestBuilder<MaintenanceTaskListSubOp> createMaintenanceTaskListSubOp(@Nonnull MaintenanceTaskListSubOp maintenanceTaskListSubOp)
      Deprecated.
      Create a new MaintenanceTaskListSubOp entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListSubOp - MaintenanceTaskListSubOp entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new MaintenanceTaskListSubOp entity. To perform execution, call the execute method on the request builder object.
    • updateMaintenanceTaskListSubOp

      @Nonnull UpdateRequestBuilder<MaintenanceTaskListSubOp> updateMaintenanceTaskListSubOp(@Nonnull MaintenanceTaskListSubOp maintenanceTaskListSubOp)
      Deprecated.
      Update an existing MaintenanceTaskListSubOp entity and save it to the S/4HANA system.
      Parameters:
      maintenanceTaskListSubOp - MaintenanceTaskListSubOp entity object that will be updated in the S/4HANA system.
      Returns:
      A request builder to update an existing MaintenanceTaskListSubOp entity. To perform execution, call the execute method on the request builder object.