Interface ServiceOrderTemplateService

All Superinterfaces:
BatchService<ServiceOrderTemplateServiceBatch>
All Known Implementing Classes:
DefaultServiceOrderTemplateService

@Deprecated public interface ServiceOrderTemplateService extends BatchService<ServiceOrderTemplateServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

You can use this service to integrate external applications with Service Order Template processing in Service in SAP S/4HANA Cloud. In each API call, you can use the following operations: - Retrieve Service Order Template. - Create Service Order Template. Note: You must use “deep insert” requests (a header plus the following entities: Header details, Header text, Service Items and Person responsible). - Create an item reference object, item object list and an item text for existing Service Order Template items. - Update the header, header text, item and item text of existing Service Order Template. - Delete the item, item reference object, item object list and item text of existing Service Order Template..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_SERVICE_ORDER_TEMPLATE_SRV
API Version: 1.2.0
Minimum ERP Version: 2302
Communication Scenario: Service Order Template Integration(SAP_COM_0715)
Scope Items: Service Order Management and Monitoring(3D2)
Authentication Methods: x509
Business Object: Service Order Template
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ServiceOrderTemplateService 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.
    • getAllServiceOrderTemplate

      @Nonnull ServiceOrderTemplateFluentHelper getAllServiceOrderTemplate()
      Deprecated.
      Fetch multiple ServiceOrderTemplate entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderTemplate 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.
    • getServiceOrderTemplateByKey

      @Nonnull ServiceOrderTemplateByKeyFluentHelper getServiceOrderTemplateByKey(String serviceOrderTemplate)
      Deprecated.
      Fetch a single ServiceOrderTemplate entity using key fields.
      Parameters:
      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single ServiceOrderTemplate 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.
    • createServiceOrderTemplate

      @Nonnull ServiceOrderTemplateCreateFluentHelper createServiceOrderTemplate(@Nonnull ServiceOrderTemplate serviceOrderTemplate)
      Deprecated.
      Create a new ServiceOrderTemplate entity and save it to the S/4HANA system.
      Parameters:
      serviceOrderTemplate - ServiceOrderTemplate entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new ServiceOrderTemplate entity. To perform execution, call the execute method on the fluent helper object.
    • updateServiceOrderTemplate

      @Nonnull ServiceOrderTemplateUpdateFluentHelper updateServiceOrderTemplate(@Nonnull ServiceOrderTemplate serviceOrderTemplate)
      Deprecated.
      Update an existing ServiceOrderTemplate entity and save it to the S/4HANA system.
      Parameters:
      serviceOrderTemplate - ServiceOrderTemplate entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing ServiceOrderTemplate entity. To perform execution, call the execute method on the fluent helper object.
    • getAllServiceOrderTemplateItem

      @Nonnull ServiceOrderTemplateItemFluentHelper getAllServiceOrderTemplateItem()
      Deprecated.
      Fetch multiple ServiceOrderTemplateItem entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderTemplateItem 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.
    • getServiceOrderTemplateItemByKey

      @Nonnull ServiceOrderTemplateItemByKeyFluentHelper getServiceOrderTemplateItemByKey(String serviceOrderTemplate, String serviceOrderTemplateItem)
      Deprecated.
      Fetch a single ServiceOrderTemplateItem entity using key fields.
      Parameters:
      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceOrderTemplateItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single ServiceOrderTemplateItem 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.
    • createServiceOrderTemplateItem

      @Nonnull ServiceOrderTemplateItemCreateFluentHelper createServiceOrderTemplateItem(@Nonnull ServiceOrderTemplateItem serviceOrderTemplateItem)
      Deprecated.
      Create a new ServiceOrderTemplateItem entity and save it to the S/4HANA system.
      Parameters:
      serviceOrderTemplateItem - ServiceOrderTemplateItem entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new ServiceOrderTemplateItem entity. To perform execution, call the execute method on the fluent helper object.
    • updateServiceOrderTemplateItem

      @Nonnull ServiceOrderTemplateItemUpdateFluentHelper updateServiceOrderTemplateItem(@Nonnull ServiceOrderTemplateItem serviceOrderTemplateItem)
      Deprecated.
      Update an existing ServiceOrderTemplateItem entity and save it to the S/4HANA system.
      Parameters:
      serviceOrderTemplateItem - ServiceOrderTemplateItem entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing ServiceOrderTemplateItem entity. To perform execution, call the execute method on the fluent helper object.
    • deleteServiceOrderTemplateItem

      @Nonnull ServiceOrderTemplateItemDeleteFluentHelper deleteServiceOrderTemplateItem(@Nonnull ServiceOrderTemplateItem serviceOrderTemplateItem)
      Deprecated.
      Deletes an existing ServiceOrderTemplateItem entity in the S/4HANA system.
      Parameters:
      serviceOrderTemplateItem - ServiceOrderTemplateItem entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing ServiceOrderTemplateItem entity. To perform execution, call the execute method on the fluent helper object.
    • getAllServiceOrderTmplItemRefObj

      @Nonnull ServiceOrderTmplItemRefObjFluentHelper getAllServiceOrderTmplItemRefObj()
      Deprecated.
      Fetch multiple ServiceOrderTmplItemRefObj entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderTmplItemRefObj 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.
    • getServiceOrderTmplItemRefObjByKey

      @Nonnull ServiceOrderTmplItemRefObjByKeyFluentHelper getServiceOrderTmplItemRefObjByKey(String serviceOrderTemplate, String serviceOrderTemplateItem, String serviceReferenceEquipment, String serviceRefFunctionalLocation)
      Deprecated.
      Fetch a single ServiceOrderTmplItemRefObj entity using key fields.
      Parameters:
      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceOrderTemplateItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceRefFunctionalLocation - Functional Location

      Constraints: Not nullable, Maximum length: 40

      serviceReferenceEquipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single ServiceOrderTmplItemRefObj 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.
    • createServiceOrderTmplItemRefObj

      @Nonnull ServiceOrderTmplItemRefObjCreateFluentHelper createServiceOrderTmplItemRefObj(@Nonnull ServiceOrderTmplItemRefObj serviceOrderTmplItemRefObj)
      Deprecated.
      Create a new ServiceOrderTmplItemRefObj entity and save it to the S/4HANA system.
      Parameters:
      serviceOrderTmplItemRefObj - ServiceOrderTmplItemRefObj entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new ServiceOrderTmplItemRefObj entity. To perform execution, call the execute method on the fluent helper object.
    • deleteServiceOrderTmplItemRefObj

      @Nonnull ServiceOrderTmplItemRefObjDeleteFluentHelper deleteServiceOrderTmplItemRefObj(@Nonnull ServiceOrderTmplItemRefObj serviceOrderTmplItemRefObj)
      Deprecated.
      Deletes an existing ServiceOrderTmplItemRefObj entity in the S/4HANA system.
      Parameters:
      serviceOrderTmplItemRefObj - ServiceOrderTmplItemRefObj entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing ServiceOrderTmplItemRefObj entity. To perform execution, call the execute method on the fluent helper object.
    • getAllServiceOrderTmplItemText

      @Nonnull ServiceOrderTmplItemTextFluentHelper getAllServiceOrderTmplItemText()
      Deprecated.
      Fetch multiple ServiceOrderTmplItemText entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderTmplItemText 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.
    • getServiceOrderTmplItemTextByKey

      @Nonnull ServiceOrderTmplItemTextByKeyFluentHelper getServiceOrderTmplItemTextByKey(String serviceOrderTemplate, String serviceOrderTemplateItem, String language, String longTextID)
      Deprecated.
      Fetch a single ServiceOrderTmplItemText entity using key fields.
      Parameters:
      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceOrderTemplateItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single ServiceOrderTmplItemText 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.
    • createServiceOrderTmplItemText

      @Nonnull ServiceOrderTmplItemTextCreateFluentHelper createServiceOrderTmplItemText(@Nonnull ServiceOrderTmplItemText serviceOrderTmplItemText)
      Deprecated.
      Create a new ServiceOrderTmplItemText entity and save it to the S/4HANA system.
      Parameters:
      serviceOrderTmplItemText - ServiceOrderTmplItemText entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new ServiceOrderTmplItemText entity. To perform execution, call the execute method on the fluent helper object.
    • updateServiceOrderTmplItemText

      @Nonnull ServiceOrderTmplItemTextUpdateFluentHelper updateServiceOrderTmplItemText(@Nonnull ServiceOrderTmplItemText serviceOrderTmplItemText)
      Deprecated.
      Update an existing ServiceOrderTmplItemText entity and save it to the S/4HANA system.
      Parameters:
      serviceOrderTmplItemText - ServiceOrderTmplItemText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing ServiceOrderTmplItemText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteServiceOrderTmplItemText

      @Nonnull ServiceOrderTmplItemTextDeleteFluentHelper deleteServiceOrderTmplItemText(@Nonnull ServiceOrderTmplItemText serviceOrderTmplItemText)
      Deprecated.
      Deletes an existing ServiceOrderTmplItemText entity in the S/4HANA system.
      Parameters:
      serviceOrderTmplItemText - ServiceOrderTmplItemText entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing ServiceOrderTmplItemText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllServiceOrderTmplPersonResp

      @Nonnull ServiceOrderTmplPersonRespFluentHelper getAllServiceOrderTmplPersonResp()
      Deprecated.
      Fetch multiple ServiceOrderTmplPersonResp entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderTmplPersonResp 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.
    • getServiceOrderTmplPersonRespByKey

      @Nonnull ServiceOrderTmplPersonRespByKeyFluentHelper getServiceOrderTmplPersonRespByKey(String serviceOrderTemplate, String personResponsible)
      Deprecated.
      Fetch a single ServiceOrderTmplPersonResp entity using key fields.
      Parameters:
      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      personResponsible - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single ServiceOrderTmplPersonResp 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.
    • createServiceOrderTmplPersonResp

      @Nonnull ServiceOrderTmplPersonRespCreateFluentHelper createServiceOrderTmplPersonResp(@Nonnull ServiceOrderTmplPersonResp serviceOrderTmplPersonResp)
      Deprecated.
      Create a new ServiceOrderTmplPersonResp entity and save it to the S/4HANA system.
      Parameters:
      serviceOrderTmplPersonResp - ServiceOrderTmplPersonResp entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new ServiceOrderTmplPersonResp entity. To perform execution, call the execute method on the fluent helper object.
    • updateServiceOrderTmplPersonResp

      @Nonnull ServiceOrderTmplPersonRespUpdateFluentHelper updateServiceOrderTmplPersonResp(@Nonnull ServiceOrderTmplPersonResp serviceOrderTmplPersonResp)
      Deprecated.
      Update an existing ServiceOrderTmplPersonResp entity and save it to the S/4HANA system.
      Parameters:
      serviceOrderTmplPersonResp - ServiceOrderTmplPersonResp entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing ServiceOrderTmplPersonResp entity. To perform execution, call the execute method on the fluent helper object.
    • deleteServiceOrderTmplPersonResp

      @Nonnull ServiceOrderTmplPersonRespDeleteFluentHelper deleteServiceOrderTmplPersonResp(@Nonnull ServiceOrderTmplPersonResp serviceOrderTmplPersonResp)
      Deprecated.
      Deletes an existing ServiceOrderTmplPersonResp entity in the S/4HANA system.
      Parameters:
      serviceOrderTmplPersonResp - ServiceOrderTmplPersonResp entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing ServiceOrderTmplPersonResp entity. To perform execution, call the execute method on the fluent helper object.
    • getAllServiceOrderTmplRefObject

      @Nonnull ServiceOrderTmplRefObjectFluentHelper getAllServiceOrderTmplRefObject()
      Deprecated.
      Fetch multiple ServiceOrderTmplRefObject entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderTmplRefObject 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.
    • getServiceOrderTmplRefObjectByKey

      @Nonnull ServiceOrderTmplRefObjectByKeyFluentHelper getServiceOrderTmplRefObjectByKey(String serviceOrderTemplate, String serviceReferenceEquipment, String serviceRefFunctionalLocation)
      Deprecated.
      Fetch a single ServiceOrderTmplRefObject entity using key fields.
      Parameters:
      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceRefFunctionalLocation - Functional Location

      Constraints: Not nullable, Maximum length: 40

      serviceReferenceEquipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      Returns:
      A fluent helper to fetch a single ServiceOrderTmplRefObject 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.
    • createServiceOrderTmplRefObject

      @Nonnull ServiceOrderTmplRefObjectCreateFluentHelper createServiceOrderTmplRefObject(@Nonnull ServiceOrderTmplRefObject serviceOrderTmplRefObject)
      Deprecated.
      Create a new ServiceOrderTmplRefObject entity and save it to the S/4HANA system.
      Parameters:
      serviceOrderTmplRefObject - ServiceOrderTmplRefObject entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new ServiceOrderTmplRefObject entity. To perform execution, call the execute method on the fluent helper object.
    • deleteServiceOrderTmplRefObject

      @Nonnull ServiceOrderTmplRefObjectDeleteFluentHelper deleteServiceOrderTmplRefObject(@Nonnull ServiceOrderTmplRefObject serviceOrderTmplRefObject)
      Deprecated.
      Deletes an existing ServiceOrderTmplRefObject entity in the S/4HANA system.
      Parameters:
      serviceOrderTmplRefObject - ServiceOrderTmplRefObject entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing ServiceOrderTmplRefObject entity. To perform execution, call the execute method on the fluent helper object.
    • getAllServiceOrderTmplText

      @Nonnull ServiceOrderTmplTextFluentHelper getAllServiceOrderTmplText()
      Deprecated.
      Fetch multiple ServiceOrderTmplText entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderTmplText 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.
    • getServiceOrderTmplTextByKey

      @Nonnull ServiceOrderTmplTextByKeyFluentHelper getServiceOrderTmplTextByKey(String serviceOrderTemplate, String language, String longTextID)
      Deprecated.
      Fetch a single ServiceOrderTmplText entity using key fields.
      Parameters:
      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      longTextID - Text ID

      Constraints: Not nullable, Maximum length: 4

      Returns:
      A fluent helper to fetch a single ServiceOrderTmplText 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.
    • createServiceOrderTmplText

      @Nonnull ServiceOrderTmplTextCreateFluentHelper createServiceOrderTmplText(@Nonnull ServiceOrderTmplText serviceOrderTmplText)
      Deprecated.
      Create a new ServiceOrderTmplText entity and save it to the S/4HANA system.
      Parameters:
      serviceOrderTmplText - ServiceOrderTmplText entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new ServiceOrderTmplText entity. To perform execution, call the execute method on the fluent helper object.
    • updateServiceOrderTmplText

      @Nonnull ServiceOrderTmplTextUpdateFluentHelper updateServiceOrderTmplText(@Nonnull ServiceOrderTmplText serviceOrderTmplText)
      Deprecated.
      Update an existing ServiceOrderTmplText entity and save it to the S/4HANA system.
      Parameters:
      serviceOrderTmplText - ServiceOrderTmplText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing ServiceOrderTmplText entity. To perform execution, call the execute method on the fluent helper object.
    • deleteServiceOrderTmplText

      @Nonnull ServiceOrderTmplTextDeleteFluentHelper deleteServiceOrderTmplText(@Nonnull ServiceOrderTmplText serviceOrderTmplText)
      Deprecated.
      Deletes an existing ServiceOrderTmplText entity in the S/4HANA system.
      Parameters:
      serviceOrderTmplText - ServiceOrderTmplText entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing ServiceOrderTmplText entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSrvcOrdTmplAppointment

      @Nonnull SrvcOrdTmplAppointmentFluentHelper getAllSrvcOrdTmplAppointment()
      Deprecated.
      Fetch multiple SrvcOrdTmplAppointment entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdTmplAppointment 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.
    • getSrvcOrdTmplAppointmentByKey

      @Nonnull SrvcOrdTmplAppointmentByKeyFluentHelper getSrvcOrdTmplAppointmentByKey(String serviceOrderTemplate, String srvcDocAppointmentType)
      Deprecated.
      Fetch a single SrvcOrdTmplAppointment entity using key fields.
      Parameters:
      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      srvcDocAppointmentType - Technical Date Type Name

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A fluent helper to fetch a single SrvcOrdTmplAppointment 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.
    • createSrvcOrdTmplAppointment

      @Nonnull SrvcOrdTmplAppointmentCreateFluentHelper createSrvcOrdTmplAppointment(@Nonnull SrvcOrdTmplAppointment srvcOrdTmplAppointment)
      Deprecated.
      Create a new SrvcOrdTmplAppointment entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplAppointment - SrvcOrdTmplAppointment entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new SrvcOrdTmplAppointment entity. To perform execution, call the execute method on the fluent helper object.
    • updateSrvcOrdTmplAppointment

      @Nonnull SrvcOrdTmplAppointmentUpdateFluentHelper updateSrvcOrdTmplAppointment(@Nonnull SrvcOrdTmplAppointment srvcOrdTmplAppointment)
      Deprecated.
      Update an existing SrvcOrdTmplAppointment entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplAppointment - SrvcOrdTmplAppointment entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SrvcOrdTmplAppointment entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSrvcOrdTmplDuration

      @Nonnull SrvcOrdTmplDurationFluentHelper getAllSrvcOrdTmplDuration()
      Deprecated.
      Fetch multiple SrvcOrdTmplDuration entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdTmplDuration 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.
    • getSrvcOrdTmplDurationByKey

      @Nonnull SrvcOrdTmplDurationByKeyFluentHelper getSrvcOrdTmplDurationByKey(String serviceOrderTemplate, String srvcDocDurationType)
      Deprecated.
      Fetch a single SrvcOrdTmplDuration entity using key fields.
      Parameters:
      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      srvcDocDurationType - Name for Type of Time Duration

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A fluent helper to fetch a single SrvcOrdTmplDuration 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.
    • createSrvcOrdTmplDuration

      @Nonnull SrvcOrdTmplDurationCreateFluentHelper createSrvcOrdTmplDuration(@Nonnull SrvcOrdTmplDuration srvcOrdTmplDuration)
      Deprecated.
      Create a new SrvcOrdTmplDuration entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplDuration - SrvcOrdTmplDuration entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new SrvcOrdTmplDuration entity. To perform execution, call the execute method on the fluent helper object.
    • updateSrvcOrdTmplDuration

      @Nonnull SrvcOrdTmplDurationUpdateFluentHelper updateSrvcOrdTmplDuration(@Nonnull SrvcOrdTmplDuration srvcOrdTmplDuration)
      Deprecated.
      Update an existing SrvcOrdTmplDuration entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplDuration - SrvcOrdTmplDuration entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SrvcOrdTmplDuration entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSrvcOrdTmplItemAppointment

      @Nonnull SrvcOrdTmplItemAppointmentFluentHelper getAllSrvcOrdTmplItemAppointment()
      Deprecated.
      Fetch multiple SrvcOrdTmplItemAppointment entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdTmplItemAppointment 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.
    • getSrvcOrdTmplItemAppointmentByKey

      @Nonnull SrvcOrdTmplItemAppointmentByKeyFluentHelper getSrvcOrdTmplItemAppointmentByKey(String serviceOrderTemplate, String serviceOrderTemplateItem, String srvcDocAppointmentType)
      Deprecated.
      Fetch a single SrvcOrdTmplItemAppointment entity using key fields.
      Parameters:
      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      srvcDocAppointmentType - Technical Date Type Name

      Constraints: Not nullable, Maximum length: 12

      serviceOrderTemplateItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single SrvcOrdTmplItemAppointment 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.
    • createSrvcOrdTmplItemAppointment

      @Nonnull SrvcOrdTmplItemAppointmentCreateFluentHelper createSrvcOrdTmplItemAppointment(@Nonnull SrvcOrdTmplItemAppointment srvcOrdTmplItemAppointment)
      Deprecated.
      Create a new SrvcOrdTmplItemAppointment entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplItemAppointment - SrvcOrdTmplItemAppointment entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new SrvcOrdTmplItemAppointment entity. To perform execution, call the execute method on the fluent helper object.
    • updateSrvcOrdTmplItemAppointment

      @Nonnull SrvcOrdTmplItemAppointmentUpdateFluentHelper updateSrvcOrdTmplItemAppointment(@Nonnull SrvcOrdTmplItemAppointment srvcOrdTmplItemAppointment)
      Deprecated.
      Update an existing SrvcOrdTmplItemAppointment entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplItemAppointment - SrvcOrdTmplItemAppointment entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SrvcOrdTmplItemAppointment entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSrvcOrdTmplItemDuration

      @Nonnull SrvcOrdTmplItemDurationFluentHelper getAllSrvcOrdTmplItemDuration()
      Deprecated.
      Fetch multiple SrvcOrdTmplItemDuration entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdTmplItemDuration 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.
    • getSrvcOrdTmplItemDurationByKey

      @Nonnull SrvcOrdTmplItemDurationByKeyFluentHelper getSrvcOrdTmplItemDurationByKey(String serviceOrderTemplate, String serviceOrderTemplateItem, String srvcDocDurationType)
      Deprecated.
      Fetch a single SrvcOrdTmplItemDuration entity using key fields.
      Parameters:
      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      srvcDocDurationType - Name for Type of Time Duration

      Constraints: Not nullable, Maximum length: 12

      serviceOrderTemplateItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single SrvcOrdTmplItemDuration 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.
    • createSrvcOrdTmplItemDuration

      @Nonnull SrvcOrdTmplItemDurationCreateFluentHelper createSrvcOrdTmplItemDuration(@Nonnull SrvcOrdTmplItemDuration srvcOrdTmplItemDuration)
      Deprecated.
      Create a new SrvcOrdTmplItemDuration entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplItemDuration - SrvcOrdTmplItemDuration entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new SrvcOrdTmplItemDuration entity. To perform execution, call the execute method on the fluent helper object.
    • updateSrvcOrdTmplItemDuration

      @Nonnull SrvcOrdTmplItemDurationUpdateFluentHelper updateSrvcOrdTmplItemDuration(@Nonnull SrvcOrdTmplItemDuration srvcOrdTmplItemDuration)
      Deprecated.
      Update an existing SrvcOrdTmplItemDuration entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplItemDuration - SrvcOrdTmplItemDuration entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SrvcOrdTmplItemDuration entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSrvcOrdTmplItemPartner

      @Nonnull SrvcOrdTmplItemPartnerFluentHelper getAllSrvcOrdTmplItemPartner()
      Deprecated.
      Fetch multiple SrvcOrdTmplItemPartner entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdTmplItemPartner 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.
    • getSrvcOrdTmplItemPartnerByKey

      @Nonnull SrvcOrdTmplItemPartnerByKeyFluentHelper getSrvcOrdTmplItemPartnerByKey(String serviceOrderTemplate, String serviceOrderTemplateItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner)
      Deprecated.
      Fetch a single SrvcOrdTmplItemPartner entity using key fields.
      Parameters:
      custMgmtBusinessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      custMgmtPartnerFunction -
      serviceOrderTemplateItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single SrvcOrdTmplItemPartner 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.
    • createSrvcOrdTmplItemPartner

      @Nonnull SrvcOrdTmplItemPartnerCreateFluentHelper createSrvcOrdTmplItemPartner(@Nonnull SrvcOrdTmplItemPartner srvcOrdTmplItemPartner)
      Deprecated.
      Create a new SrvcOrdTmplItemPartner entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplItemPartner - SrvcOrdTmplItemPartner entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new SrvcOrdTmplItemPartner entity. To perform execution, call the execute method on the fluent helper object.
    • updateSrvcOrdTmplItemPartner

      @Nonnull SrvcOrdTmplItemPartnerUpdateFluentHelper updateSrvcOrdTmplItemPartner(@Nonnull SrvcOrdTmplItemPartner srvcOrdTmplItemPartner)
      Deprecated.
      Update an existing SrvcOrdTmplItemPartner entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplItemPartner - SrvcOrdTmplItemPartner entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SrvcOrdTmplItemPartner entity. To perform execution, call the execute method on the fluent helper object.
    • deleteSrvcOrdTmplItemPartner

      @Nonnull SrvcOrdTmplItemPartnerDeleteFluentHelper deleteSrvcOrdTmplItemPartner(@Nonnull SrvcOrdTmplItemPartner srvcOrdTmplItemPartner)
      Deprecated.
      Deletes an existing SrvcOrdTmplItemPartner entity in the S/4HANA system.
      Parameters:
      srvcOrdTmplItemPartner - SrvcOrdTmplItemPartner entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing SrvcOrdTmplItemPartner entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSrvcOrdTmplItemUserStatus

      @Nonnull SrvcOrdTmplItemUserStatusFluentHelper getAllSrvcOrdTmplItemUserStatus()
      Deprecated.
      Fetch multiple SrvcOrdTmplItemUserStatus entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdTmplItemUserStatus 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.
    • getSrvcOrdTmplItemUserStatusByKey

      @Nonnull SrvcOrdTmplItemUserStatusByKeyFluentHelper getSrvcOrdTmplItemUserStatusByKey(String serviceOrderTemplate, String serviceOrderTemplateItem, String srvcOrdTmplItmUserStatus)
      Deprecated.
      Fetch a single SrvcOrdTmplItemUserStatus entity using key fields.
      Parameters:
      srvcOrdTmplItmUserStatus - Object Status

      Constraints: Not nullable, Maximum length: 5

      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceOrderTemplateItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single SrvcOrdTmplItemUserStatus 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.
    • createSrvcOrdTmplItemUserStatus

      @Nonnull SrvcOrdTmplItemUserStatusCreateFluentHelper createSrvcOrdTmplItemUserStatus(@Nonnull SrvcOrdTmplItemUserStatus srvcOrdTmplItemUserStatus)
      Deprecated.
      Create a new SrvcOrdTmplItemUserStatus entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplItemUserStatus - SrvcOrdTmplItemUserStatus entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new SrvcOrdTmplItemUserStatus entity. To perform execution, call the execute method on the fluent helper object.
    • deleteSrvcOrdTmplItemUserStatus

      @Nonnull SrvcOrdTmplItemUserStatusDeleteFluentHelper deleteSrvcOrdTmplItemUserStatus(@Nonnull SrvcOrdTmplItemUserStatus srvcOrdTmplItemUserStatus)
      Deprecated.
      Deletes an existing SrvcOrdTmplItemUserStatus entity in the S/4HANA system.
      Parameters:
      srvcOrdTmplItemUserStatus - SrvcOrdTmplItemUserStatus entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing SrvcOrdTmplItemUserStatus entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSrvcOrdTmplItmPartnerAddress

      @Nonnull SrvcOrdTmplItmPartnerAddressFluentHelper getAllSrvcOrdTmplItmPartnerAddress()
      Deprecated.
      Fetch multiple SrvcOrdTmplItmPartnerAddress entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdTmplItmPartnerAddress 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.
    • getSrvcOrdTmplItmPartnerAddressByKey

      @Nonnull SrvcOrdTmplItmPartnerAddressByKeyFluentHelper getSrvcOrdTmplItmPartnerAddressByKey(String serviceOrderTemplate, String serviceOrderTemplateItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner)
      Deprecated.
      Fetch a single SrvcOrdTmplItmPartnerAddress entity using key fields.
      Parameters:
      custMgmtBusinessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      custMgmtPartnerFunction -
      serviceOrderTemplateItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      Returns:
      A fluent helper to fetch a single SrvcOrdTmplItmPartnerAddress 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.
    • updateSrvcOrdTmplItmPartnerAddress

      @Nonnull SrvcOrdTmplItmPartnerAddressUpdateFluentHelper updateSrvcOrdTmplItmPartnerAddress(@Nonnull SrvcOrdTmplItmPartnerAddress srvcOrdTmplItmPartnerAddress)
      Deprecated.
      Update an existing SrvcOrdTmplItmPartnerAddress entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplItmPartnerAddress - SrvcOrdTmplItmPartnerAddress entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SrvcOrdTmplItmPartnerAddress entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSrvcOrdTmplPartner

      @Nonnull SrvcOrdTmplPartnerFluentHelper getAllSrvcOrdTmplPartner()
      Deprecated.
      Fetch multiple SrvcOrdTmplPartner entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdTmplPartner 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.
    • getSrvcOrdTmplPartnerByKey

      @Nonnull SrvcOrdTmplPartnerByKeyFluentHelper getSrvcOrdTmplPartnerByKey(String serviceOrderTemplate, String custMgmtPartnerFunction, String custMgmtBusinessPartner)
      Deprecated.
      Fetch a single SrvcOrdTmplPartner entity using key fields.
      Parameters:
      custMgmtBusinessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      custMgmtPartnerFunction -
      Returns:
      A fluent helper to fetch a single SrvcOrdTmplPartner 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.
    • createSrvcOrdTmplPartner

      @Nonnull SrvcOrdTmplPartnerCreateFluentHelper createSrvcOrdTmplPartner(@Nonnull SrvcOrdTmplPartner srvcOrdTmplPartner)
      Deprecated.
      Create a new SrvcOrdTmplPartner entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplPartner - SrvcOrdTmplPartner entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new SrvcOrdTmplPartner entity. To perform execution, call the execute method on the fluent helper object.
    • updateSrvcOrdTmplPartner

      @Nonnull SrvcOrdTmplPartnerUpdateFluentHelper updateSrvcOrdTmplPartner(@Nonnull SrvcOrdTmplPartner srvcOrdTmplPartner)
      Deprecated.
      Update an existing SrvcOrdTmplPartner entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplPartner - SrvcOrdTmplPartner entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SrvcOrdTmplPartner entity. To perform execution, call the execute method on the fluent helper object.
    • deleteSrvcOrdTmplPartner

      @Nonnull SrvcOrdTmplPartnerDeleteFluentHelper deleteSrvcOrdTmplPartner(@Nonnull SrvcOrdTmplPartner srvcOrdTmplPartner)
      Deprecated.
      Deletes an existing SrvcOrdTmplPartner entity in the S/4HANA system.
      Parameters:
      srvcOrdTmplPartner - SrvcOrdTmplPartner entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing SrvcOrdTmplPartner entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSrvcOrdTmplPartnerAddress

      @Nonnull SrvcOrdTmplPartnerAddressFluentHelper getAllSrvcOrdTmplPartnerAddress()
      Deprecated.
      Fetch multiple SrvcOrdTmplPartnerAddress entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdTmplPartnerAddress 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.
    • getSrvcOrdTmplPartnerAddressByKey

      @Nonnull SrvcOrdTmplPartnerAddressByKeyFluentHelper getSrvcOrdTmplPartnerAddressByKey(String serviceOrderTemplate, String custMgmtPartnerFunction, String custMgmtBusinessPartner)
      Deprecated.
      Fetch a single SrvcOrdTmplPartnerAddress entity using key fields.
      Parameters:
      custMgmtBusinessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      custMgmtPartnerFunction -
      Returns:
      A fluent helper to fetch a single SrvcOrdTmplPartnerAddress 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.
    • updateSrvcOrdTmplPartnerAddress

      @Nonnull SrvcOrdTmplPartnerAddressUpdateFluentHelper updateSrvcOrdTmplPartnerAddress(@Nonnull SrvcOrdTmplPartnerAddress srvcOrdTmplPartnerAddress)
      Deprecated.
      Update an existing SrvcOrdTmplPartnerAddress entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplPartnerAddress - SrvcOrdTmplPartnerAddress entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing SrvcOrdTmplPartnerAddress entity. To perform execution, call the execute method on the fluent helper object.
    • getAllSrvcOrdTmplUserStatus

      @Nonnull SrvcOrdTmplUserStatusFluentHelper getAllSrvcOrdTmplUserStatus()
      Deprecated.
      Fetch multiple SrvcOrdTmplUserStatus entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdTmplUserStatus 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.
    • getSrvcOrdTmplUserStatusByKey

      @Nonnull SrvcOrdTmplUserStatusByKeyFluentHelper getSrvcOrdTmplUserStatusByKey(String serviceOrderTemplate, String srvcOrdTmplUserStatus)
      Deprecated.
      Fetch a single SrvcOrdTmplUserStatus entity using key fields.
      Parameters:
      srvcOrdTmplUserStatus - Object Status

      Constraints: Not nullable, Maximum length: 5

      serviceOrderTemplate - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single SrvcOrdTmplUserStatus 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.
    • createSrvcOrdTmplUserStatus

      @Nonnull SrvcOrdTmplUserStatusCreateFluentHelper createSrvcOrdTmplUserStatus(@Nonnull SrvcOrdTmplUserStatus srvcOrdTmplUserStatus)
      Deprecated.
      Create a new SrvcOrdTmplUserStatus entity and save it to the S/4HANA system.
      Parameters:
      srvcOrdTmplUserStatus - SrvcOrdTmplUserStatus entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new SrvcOrdTmplUserStatus entity. To perform execution, call the execute method on the fluent helper object.
    • deleteSrvcOrdTmplUserStatus

      @Nonnull SrvcOrdTmplUserStatusDeleteFluentHelper deleteSrvcOrdTmplUserStatus(@Nonnull SrvcOrdTmplUserStatus srvcOrdTmplUserStatus)
      Deprecated.
      Deletes an existing SrvcOrdTmplUserStatus entity in the S/4HANA system.
      Parameters:
      srvcOrdTmplUserStatus - SrvcOrdTmplUserStatus entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing SrvcOrdTmplUserStatus entity. To perform execution, call the execute method on the fluent helper object.