Interface ServiceOrderService

All Superinterfaces:
BatchService<ServiceOrderServiceBatch>
All Known Implementing Classes:
DefaultServiceOrderService

@Deprecated public interface ServiceOrderService extends BatchService<ServiceOrderServiceBatch>
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 processing in SAP S/4HANA Cloud. In each API call, you can use the following operations: - Retrieve service orders. - Create service orders. Note: You must use “deep insert” requests (a header plus the following entities: header person responsible, header pricing element, header reference object, header defect, header text, and item). - Create new items for existing service orders. - Create an item reference object, item pricing element, and an item text for existing service orders items. - Update the header, header person responsible, header pricing element, header defect, header text, item, item pricing element, and item text for existing service orders. - Delete the header person responsible, header reference object, header defect, header text, item, item reference object, and item text for existing service orders. This service enables you to add attachments to a service order header and service order items by making an API call to the service Attachments (API_CV_ATTACHMENT_SRV). You can also use the service Attachments to download and delete attachments from a service order header and service order items..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_SERVICE_ORDER_SRV
API Version: 1.3.0
Minimum ERP Version: 2302
Communication Scenario: Service Order OData Integration(SAP_COM_0350), Service - Repair Order Integration(SAP_COM_0742)
Scope Items: Service Order Management and Monitoring(3D2), In-House Repair(3XK)
Authentication Methods: x509
Business Object: Service Order
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ServiceOrderService 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.
    • getAllServiceOrder

      @Nonnull ServiceOrderFluentHelper getAllServiceOrder()
      Deprecated.
      Fetch multiple ServiceOrder entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrder 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.
    • getServiceOrderByKey

      @Nonnull ServiceOrderByKeyFluentHelper getServiceOrderByKey(String serviceOrder)
      Deprecated.
      Fetch a single ServiceOrder entity using key fields.
      Parameters:
      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull ServiceOrderConfirmationFluentHelper getAllServiceOrderConfirmation()
      Deprecated.
      Fetch multiple ServiceOrderConfirmation entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderConfirmation 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.
    • getServiceOrderConfirmationByKey

      @Nonnull ServiceOrderConfirmationByKeyFluentHelper getServiceOrderConfirmationByKey(String serviceOrder, String serviceConfirmation)
      Deprecated.
      Fetch a single ServiceOrderConfirmation entity using key fields.
      Parameters:
      serviceConfirmation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

      @Nonnull ServiceOrderDefectFluentHelper getAllServiceOrderDefect()
      Deprecated.
      Fetch multiple ServiceOrderDefect entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderDefect 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.
    • getServiceOrderDefectByKey

      @Nonnull ServiceOrderDefectByKeyFluentHelper getServiceOrderDefectByKey(String serviceOrder, String srvcDocTypeDefectCodeProfType, Short serviceDefectSequence)
      Deprecated.
      Fetch a single ServiceOrderDefect entity using key fields.
      Parameters:
      serviceDefectSequence - Sort Field

      Constraints: Not nullable

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      srvcDocTypeDefectCodeProfType - Subject Profile Category

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

      @Nonnull ServiceOrderItemFluentHelper getAllServiceOrderItem()
      Deprecated.
      Fetch multiple ServiceOrderItem entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderItem 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.
    • getServiceOrderItemByKey

      @Nonnull ServiceOrderItemByKeyFluentHelper getServiceOrderItemByKey(String serviceOrder, String serviceOrderItem)
      Deprecated.
      Fetch a single ServiceOrderItem entity using key fields.
      Parameters:
      serviceOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull ServiceOrderItemConfirmationFluentHelper getAllServiceOrderItemConfirmation()
      Deprecated.
      Fetch multiple ServiceOrderItemConfirmation entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderItemConfirmation 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.
    • getServiceOrderItemConfirmationByKey

      @Nonnull ServiceOrderItemConfirmationByKeyFluentHelper getServiceOrderItemConfirmationByKey(String serviceOrder, String serviceOrderItem, String serviceConfirmation, String serviceConfirmationItem)
      Deprecated.
      Fetch a single ServiceOrderItemConfirmation entity using key fields.
      Parameters:
      serviceConfirmationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceConfirmation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

      @Nonnull ServiceOrderItemPriceElementFluentHelper getAllServiceOrderItemPriceElement()
      Deprecated.
      Fetch multiple ServiceOrderItemPriceElement entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderItemPriceElement 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.
    • getServiceOrderItemPriceElementByKey

      @Nonnull ServiceOrderItemPriceElementByKeyFluentHelper getServiceOrderItemPriceElementByKey(String serviceOrder, String serviceOrderItem, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single ServiceOrderItemPriceElement entity using key fields.
      Parameters:
      serviceOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

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

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

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

      @Nonnull ServiceOrderItemRefObjectFluentHelper getAllServiceOrderItemRefObject()
      Deprecated.
      Fetch multiple ServiceOrderItemRefObject entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderItemRefObject 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.
    • getServiceOrderItemRefObjectByKey

      @Nonnull ServiceOrderItemRefObjectByKeyFluentHelper getServiceOrderItemRefObjectByKey(String serviceOrder, String serviceOrderItem, String serviceReferenceEquipment, String serviceRefFunctionalLocation)
      Deprecated.
      Fetch a single ServiceOrderItemRefObject entity using key fields.
      Parameters:
      serviceOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceRefFunctionalLocation - Functional Location

      Constraints: Not nullable, Maximum length: 40

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceReferenceEquipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

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

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

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

      @Nonnull ServiceOrderItemTextFluentHelper getAllServiceOrderItemText()
      Deprecated.
      Fetch multiple ServiceOrderItemText entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderItemText 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.
    • getServiceOrderItemTextByKey

      @Nonnull ServiceOrderItemTextByKeyFluentHelper getServiceOrderItemTextByKey(String serviceOrder, String serviceOrderItem, String language, String longTextID)
      Deprecated.
      Fetch a single ServiceOrderItemText entity using key fields.
      Parameters:
      serviceOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceOrder - 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 ServiceOrderItemText 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.
    • createServiceOrderItemText

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

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

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

      @Nonnull ServiceOrderPersonRespFluentHelper getAllServiceOrderPersonResp()
      Deprecated.
      Fetch multiple ServiceOrderPersonResp entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderPersonResp 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.
    • getServiceOrderPersonRespByKey

      @Nonnull ServiceOrderPersonRespByKeyFluentHelper getServiceOrderPersonRespByKey(String serviceOrder, String personResponsible)
      Deprecated.
      Fetch a single ServiceOrderPersonResp entity using key fields.
      Parameters:
      personResponsible - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull ServiceOrderPriceElementFluentHelper getAllServiceOrderPriceElement()
      Deprecated.
      Fetch multiple ServiceOrderPriceElement entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderPriceElement 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.
    • getServiceOrderPriceElementByKey

      @Nonnull ServiceOrderPriceElementByKeyFluentHelper getServiceOrderPriceElementByKey(String serviceOrder, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single ServiceOrderPriceElement entity using key fields.
      Parameters:
      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

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

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

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

      @Nonnull ServiceOrderRefObjectFluentHelper getAllServiceOrderRefObject()
      Deprecated.
      Fetch multiple ServiceOrderRefObject entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderRefObject 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.
    • getServiceOrderRefObjectByKey

      @Nonnull ServiceOrderRefObjectByKeyFluentHelper getServiceOrderRefObjectByKey(String serviceOrder, String serviceReferenceEquipment, String serviceRefFunctionalLocation)
      Deprecated.
      Fetch a single ServiceOrderRefObject entity using key fields.
      Parameters:
      serviceRefFunctionalLocation - Functional Location

      Constraints: Not nullable, Maximum length: 40

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceReferenceEquipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

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

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

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

      @Nonnull ServiceOrderTextFluentHelper getAllServiceOrderText()
      Deprecated.
      Fetch multiple ServiceOrderText entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrderText 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.
    • getServiceOrderTextByKey

      @Nonnull ServiceOrderTextByKeyFluentHelper getServiceOrderTextByKey(String serviceOrder, String language, String longTextID)
      Deprecated.
      Fetch a single ServiceOrderText entity using key fields.
      Parameters:
      serviceOrder - 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 ServiceOrderText 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.
    • createServiceOrderText

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

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

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

      @Nonnull ServiceOrdItemUserStatusFluentHelper getAllServiceOrdItemUserStatus()
      Deprecated.
      Fetch multiple ServiceOrdItemUserStatus entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrdItemUserStatus 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.
    • getServiceOrdItemUserStatusByKey

      @Nonnull ServiceOrdItemUserStatusByKeyFluentHelper getServiceOrdItemUserStatusByKey(String serviceOrder, String serviceOrderItem, String srvcOrdItemUserStatus)
      Deprecated.
      Fetch a single ServiceOrdItemUserStatus entity using key fields.
      Parameters:
      srvcOrdItemUserStatus - Object Status

      Constraints: Not nullable, Maximum length: 5

      serviceOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull ServiceOrdUserStatusFluentHelper getAllServiceOrdUserStatus()
      Deprecated.
      Fetch multiple ServiceOrdUserStatus entities.
      Returns:
      A fluent helper to fetch multiple ServiceOrdUserStatus 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.
    • getServiceOrdUserStatusByKey

      @Nonnull ServiceOrdUserStatusByKeyFluentHelper getServiceOrdUserStatusByKey(String serviceOrder, String srvcOrdUserStatus)
      Deprecated.
      Fetch a single ServiceOrdUserStatus entity using key fields.
      Parameters:
      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      srvcOrdUserStatus - Object Status

      Constraints: Not nullable, Maximum length: 5

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

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

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

      @Nonnull SrvcOrdAppointmentFluentHelper getAllSrvcOrdAppointment()
      Deprecated.
      Fetch multiple SrvcOrdAppointment entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdAppointment 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.
    • getSrvcOrdAppointmentByKey

      @Nonnull SrvcOrdAppointmentByKeyFluentHelper getSrvcOrdAppointmentByKey(String serviceOrder, String srvcDocAppointmentType)
      Deprecated.
      Fetch a single SrvcOrdAppointment entity using key fields.
      Parameters:
      srvcDocAppointmentType - Technical Date Type Name

      Constraints: Not nullable, Maximum length: 12

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull SrvcOrdDurationFluentHelper getAllSrvcOrdDuration()
      Deprecated.
      Fetch multiple SrvcOrdDuration entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdDuration 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.
    • getSrvcOrdDurationByKey

      @Nonnull SrvcOrdDurationByKeyFluentHelper getSrvcOrdDurationByKey(String serviceOrder, String srvcDocDurationType)
      Deprecated.
      Fetch a single SrvcOrdDuration entity using key fields.
      Parameters:
      srvcDocDurationType - Name for Type of Time Duration

      Constraints: Not nullable, Maximum length: 12

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull SrvcOrdItemAppointmentFluentHelper getAllSrvcOrdItemAppointment()
      Deprecated.
      Fetch multiple SrvcOrdItemAppointment entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdItemAppointment 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.
    • getSrvcOrdItemAppointmentByKey

      @Nonnull SrvcOrdItemAppointmentByKeyFluentHelper getSrvcOrdItemAppointmentByKey(String serviceOrder, String serviceOrderItem, String srvcDocAppointmentType)
      Deprecated.
      Fetch a single SrvcOrdItemAppointment entity using key fields.
      Parameters:
      serviceOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      srvcDocAppointmentType - Technical Date Type Name

      Constraints: Not nullable, Maximum length: 12

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull SrvcOrdItemDurationFluentHelper getAllSrvcOrdItemDuration()
      Deprecated.
      Fetch multiple SrvcOrdItemDuration entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdItemDuration 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.
    • getSrvcOrdItemDurationByKey

      @Nonnull SrvcOrdItemDurationByKeyFluentHelper getSrvcOrdItemDurationByKey(String serviceOrder, String serviceOrderItem, String srvcDocDurationType)
      Deprecated.
      Fetch a single SrvcOrdItemDuration entity using key fields.
      Parameters:
      serviceOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      srvcDocDurationType - Name for Type of Time Duration

      Constraints: Not nullable, Maximum length: 12

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull SrvcOrdItmPartnerFluentHelper getAllSrvcOrdItmPartner()
      Deprecated.
      Fetch multiple SrvcOrdItmPartner entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdItmPartner 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.
    • getSrvcOrdItmPartnerByKey

      @Nonnull SrvcOrdItmPartnerByKeyFluentHelper getSrvcOrdItmPartnerByKey(String serviceOrder, String serviceOrderItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner)
      Deprecated.
      Fetch a single SrvcOrdItmPartner entity using key fields.
      Parameters:
      custMgmtBusinessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      serviceOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      custMgmtPartnerFunction -
      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull SrvcOrdItmPartnerAddressFluentHelper getAllSrvcOrdItmPartnerAddress()
      Deprecated.
      Fetch multiple SrvcOrdItmPartnerAddress entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdItmPartnerAddress 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.
    • getSrvcOrdItmPartnerAddressByKey

      @Nonnull SrvcOrdItmPartnerAddressByKeyFluentHelper getSrvcOrdItmPartnerAddressByKey(String serviceOrder, String serviceOrderItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner)
      Deprecated.
      Fetch a single SrvcOrdItmPartnerAddress entity using key fields.
      Parameters:
      custMgmtBusinessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      serviceOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      custMgmtPartnerFunction -
      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

      @Nonnull SrvcOrdItmProdRefObjectFluentHelper getAllSrvcOrdItmProdRefObject()
      Deprecated.
      Fetch multiple SrvcOrdItmProdRefObject entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdItmProdRefObject 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.
    • getSrvcOrdItmProdRefObjectByKey

      @Nonnull SrvcOrdItmProdRefObjectByKeyFluentHelper getSrvcOrdItmProdRefObjectByKey(String serviceOrder, String serviceOrderItem, String serviceReferenceProduct)
      Deprecated.
      Fetch a single SrvcOrdItmProdRefObject entity using key fields.
      Parameters:
      serviceOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceReferenceProduct - Material Number

      Constraints: Not nullable, Maximum length: 40

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

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

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

      @Nonnull SrvcOrdPartnerFluentHelper getAllSrvcOrdPartner()
      Deprecated.
      Fetch multiple SrvcOrdPartner entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdPartner 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.
    • getSrvcOrdPartnerByKey

      @Nonnull SrvcOrdPartnerByKeyFluentHelper getSrvcOrdPartnerByKey(String serviceOrder, String custMgmtPartnerFunction, String custMgmtBusinessPartner)
      Deprecated.
      Fetch a single SrvcOrdPartner entity using key fields.
      Parameters:
      custMgmtBusinessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      custMgmtPartnerFunction -
      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull SrvcOrdPartnerAddressFluentHelper getAllSrvcOrdPartnerAddress()
      Deprecated.
      Fetch multiple SrvcOrdPartnerAddress entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdPartnerAddress 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.
    • getSrvcOrdPartnerAddressByKey

      @Nonnull SrvcOrdPartnerAddressByKeyFluentHelper getSrvcOrdPartnerAddressByKey(String serviceOrder, String custMgmtPartnerFunction, String custMgmtBusinessPartner)
      Deprecated.
      Fetch a single SrvcOrdPartnerAddress entity using key fields.
      Parameters:
      custMgmtBusinessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      custMgmtPartnerFunction -
      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

      @Nonnull SrvcOrdProdRefObjectFluentHelper getAllSrvcOrdProdRefObject()
      Deprecated.
      Fetch multiple SrvcOrdProdRefObject entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdProdRefObject 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.
    • getSrvcOrdProdRefObjectByKey

      @Nonnull SrvcOrdProdRefObjectByKeyFluentHelper getSrvcOrdProdRefObjectByKey(String serviceOrder, String serviceReferenceProduct)
      Deprecated.
      Fetch a single SrvcOrdProdRefObject entity using key fields.
      Parameters:
      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceReferenceProduct - Material Number

      Constraints: Not nullable, Maximum length: 40

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

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

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

      @Nonnull SrvcOrdRefServiceContractFluentHelper getAllSrvcOrdRefServiceContract()
      Deprecated.
      Fetch multiple SrvcOrdRefServiceContract entities.
      Returns:
      A fluent helper to fetch multiple SrvcOrdRefServiceContract 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.
    • getSrvcOrdRefServiceContractByKey

      @Nonnull SrvcOrdRefServiceContractByKeyFluentHelper getSrvcOrdRefServiceContractByKey(String serviceOrder, String referenceServiceContract)
      Deprecated.
      Fetch a single SrvcOrdRefServiceContract entity using key fields.
      Parameters:
      referenceServiceContract - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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