Interface ServiceConfirmationService

All Superinterfaces:
BatchService<ServiceConfirmationServiceBatch>
All Known Implementing Classes:
DefaultServiceConfirmationService

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

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_SERVICE_CONFIRMATION_SRV
API Version: 1.3.1
Minimum ERP Version: 2302
Communication Scenario: Service Confirmation OData Integration(SAP_COM_0352), Service - Repair Confirmation Integration(SAP_COM_0933)
Scope Items: Service Order Management and Monitoring(3D2), In-House Repair(3XK)
Authentication Methods: x509
Business Object: Service Confirmation
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ServiceConfirmationService 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.
    • getAllServiceConfirmation

      @Nonnull ServiceConfirmationFluentHelper getAllServiceConfirmation()
      Deprecated.
      Fetch multiple ServiceConfirmation entities.
      Returns:
      A fluent helper to fetch multiple ServiceConfirmation 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.
    • getServiceConfirmationByKey

      @Nonnull ServiceConfirmationByKeyFluentHelper getServiceConfirmationByKey(String serviceConfirmation)
      Deprecated.
      Fetch a single ServiceConfirmation entity using key fields.
      Parameters:
      serviceConfirmation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull ServiceConfirmationItemFluentHelper getAllServiceConfirmationItem()
      Deprecated.
      Fetch multiple ServiceConfirmationItem entities.
      Returns:
      A fluent helper to fetch multiple ServiceConfirmationItem 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.
    • getServiceConfirmationItemByKey

      @Nonnull ServiceConfirmationItemByKeyFluentHelper getServiceConfirmationItemByKey(String serviceConfirmation, String serviceConfirmationItem)
      Deprecated.
      Fetch a single ServiceConfirmationItem entity using key fields.
      Parameters:
      serviceConfirmationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceConfirmation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull ServiceConfirmationItemTextFluentHelper getAllServiceConfirmationItemText()
      Deprecated.
      Fetch multiple ServiceConfirmationItemText entities.
      Returns:
      A fluent helper to fetch multiple ServiceConfirmationItemText 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.
    • getServiceConfirmationItemTextByKey

      @Nonnull ServiceConfirmationItemTextByKeyFluentHelper getServiceConfirmationItemTextByKey(String serviceConfirmation, String serviceConfirmationItem, String language, String longTextID)
      Deprecated.
      Fetch a single ServiceConfirmationItemText entity using key fields.
      Parameters:
      serviceConfirmationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceConfirmation - 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 ServiceConfirmationItemText 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.
    • createServiceConfirmationItemText

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

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

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

      @Nonnull ServiceConfirmationTextFluentHelper getAllServiceConfirmationText()
      Deprecated.
      Fetch multiple ServiceConfirmationText entities.
      Returns:
      A fluent helper to fetch multiple ServiceConfirmationText 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.
    • getServiceConfirmationTextByKey

      @Nonnull ServiceConfirmationTextByKeyFluentHelper getServiceConfirmationTextByKey(String serviceConfirmation, String language, String longTextID)
      Deprecated.
      Fetch a single ServiceConfirmationText entity using key fields.
      Parameters:
      serviceConfirmation - 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 ServiceConfirmationText 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.
    • createServiceConfirmationText

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

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

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

      @Nonnull ServiceConfItemPriceElementFluentHelper getAllServiceConfItemPriceElement()
      Deprecated.
      Fetch multiple ServiceConfItemPriceElement entities.
      Returns:
      A fluent helper to fetch multiple ServiceConfItemPriceElement 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.
    • getServiceConfItemPriceElementByKey

      @Nonnull ServiceConfItemPriceElementByKeyFluentHelper getServiceConfItemPriceElementByKey(String serviceConfirmation, String serviceConfirmationItem, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single ServiceConfItemPriceElement entity using key fields.
      Parameters:
      serviceConfirmationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceConfirmation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

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

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

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

      @Nonnull ServiceConfItemUserStatusFluentHelper getAllServiceConfItemUserStatus()
      Deprecated.
      Fetch multiple ServiceConfItemUserStatus entities.
      Returns:
      A fluent helper to fetch multiple ServiceConfItemUserStatus 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.
    • getServiceConfItemUserStatusByKey

      @Nonnull ServiceConfItemUserStatusByKeyFluentHelper getServiceConfItemUserStatusByKey(String serviceConfirmation, String serviceConfirmationItem, String srvcConfItemUserStatus)
      Deprecated.
      Fetch a single ServiceConfItemUserStatus entity using key fields.
      Parameters:
      serviceConfirmationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceConfirmation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      srvcConfItemUserStatus - Object Status

      Constraints: Not nullable, Maximum length: 5

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

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

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

      @Nonnull ServiceConfItmRefObjectFluentHelper getAllServiceConfItmRefObject()
      Deprecated.
      Fetch multiple ServiceConfItmRefObject entities.
      Returns:
      A fluent helper to fetch multiple ServiceConfItmRefObject 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.
    • getServiceConfItmRefObjectByKey

      @Nonnull ServiceConfItmRefObjectByKeyFluentHelper getServiceConfItmRefObjectByKey(String serviceConfirmation, String serviceConfirmationItem, String serviceReferenceEquipment, String serviceRefFunctionalLocation)
      Deprecated.
      Fetch a single ServiceConfItmRefObject entity using key fields.
      Parameters:
      serviceConfirmationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceConfirmation - 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 ServiceConfItmRefObject 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.
    • createServiceConfItmRefObject

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

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

      @Nonnull ServiceConfPersonRespFluentHelper getAllServiceConfPersonResp()
      Deprecated.
      Fetch multiple ServiceConfPersonResp entities.
      Returns:
      A fluent helper to fetch multiple ServiceConfPersonResp 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.
    • getServiceConfPersonRespByKey

      @Nonnull ServiceConfPersonRespByKeyFluentHelper getServiceConfPersonRespByKey(String serviceConfirmation, String personResponsible)
      Deprecated.
      Fetch a single ServiceConfPersonResp entity using key fields.
      Parameters:
      serviceConfirmation - 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 ServiceConfPersonResp 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.
    • createServiceConfPersonResp

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

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

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

      @Nonnull ServiceConfPriceElementFluentHelper getAllServiceConfPriceElement()
      Deprecated.
      Fetch multiple ServiceConfPriceElement entities.
      Returns:
      A fluent helper to fetch multiple ServiceConfPriceElement 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.
    • getServiceConfPriceElementByKey

      @Nonnull ServiceConfPriceElementByKeyFluentHelper getServiceConfPriceElementByKey(String serviceConfirmation, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single ServiceConfPriceElement entity using key fields.
      Parameters:
      serviceConfirmation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

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

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

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

      @Nonnull ServiceConfRefObjectFluentHelper getAllServiceConfRefObject()
      Deprecated.
      Fetch multiple ServiceConfRefObject entities.
      Returns:
      A fluent helper to fetch multiple ServiceConfRefObject 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.
    • getServiceConfRefObjectByKey

      @Nonnull ServiceConfRefObjectByKeyFluentHelper getServiceConfRefObjectByKey(String serviceConfirmation, String serviceReferenceEquipment, String serviceRefFunctionalLocation)
      Deprecated.
      Fetch a single ServiceConfRefObject entity using key fields.
      Parameters:
      serviceConfirmation - 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 ServiceConfRefObject 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.
    • createServiceConfRefObject

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

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

      @Nonnull ServiceConfUserStatusFluentHelper getAllServiceConfUserStatus()
      Deprecated.
      Fetch multiple ServiceConfUserStatus entities.
      Returns:
      A fluent helper to fetch multiple ServiceConfUserStatus 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.
    • getServiceConfUserStatusByKey

      @Nonnull ServiceConfUserStatusByKeyFluentHelper getServiceConfUserStatusByKey(String serviceConfirmation, String srvcConfUserStatus)
      Deprecated.
      Fetch a single ServiceConfUserStatus entity using key fields.
      Parameters:
      serviceConfirmation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      srvcConfUserStatus - Object Status

      Constraints: Not nullable, Maximum length: 5

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

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

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

      @Nonnull SrvcConfAppointmentFluentHelper getAllSrvcConfAppointment()
      Deprecated.
      Fetch multiple SrvcConfAppointment entities.
      Returns:
      A fluent helper to fetch multiple SrvcConfAppointment 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.
    • getSrvcConfAppointmentByKey

      @Nonnull SrvcConfAppointmentByKeyFluentHelper getSrvcConfAppointmentByKey(String serviceConfirmation, String srvcDocAppointmentType)
      Deprecated.
      Fetch a single SrvcConfAppointment entity using key fields.
      Parameters:
      serviceConfirmation - 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 SrvcConfAppointment 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.
    • createSrvcConfAppointment

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

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

      @Nonnull SrvcConfDurationFluentHelper getAllSrvcConfDuration()
      Deprecated.
      Fetch multiple SrvcConfDuration entities.
      Returns:
      A fluent helper to fetch multiple SrvcConfDuration 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.
    • getSrvcConfDurationByKey

      @Nonnull SrvcConfDurationByKeyFluentHelper getSrvcConfDurationByKey(String serviceConfirmation, String srvcDocDurationType)
      Deprecated.
      Fetch a single SrvcConfDuration entity using key fields.
      Parameters:
      serviceConfirmation - 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 SrvcConfDuration 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.
    • createSrvcConfDuration

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

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

      @Nonnull SrvcConfItemAppointmentFluentHelper getAllSrvcConfItemAppointment()
      Deprecated.
      Fetch multiple SrvcConfItemAppointment entities.
      Returns:
      A fluent helper to fetch multiple SrvcConfItemAppointment 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.
    • getSrvcConfItemAppointmentByKey

      @Nonnull SrvcConfItemAppointmentByKeyFluentHelper getSrvcConfItemAppointmentByKey(String serviceConfirmation, String serviceConfirmationItem, String srvcDocAppointmentType)
      Deprecated.
      Fetch a single SrvcConfItemAppointment entity using key fields.
      Parameters:
      serviceConfirmationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceConfirmation - 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 SrvcConfItemAppointment 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.
    • createSrvcConfItemAppointment

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

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

      @Nonnull SrvcConfItemDurationFluentHelper getAllSrvcConfItemDuration()
      Deprecated.
      Fetch multiple SrvcConfItemDuration entities.
      Returns:
      A fluent helper to fetch multiple SrvcConfItemDuration 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.
    • getSrvcConfItemDurationByKey

      @Nonnull SrvcConfItemDurationByKeyFluentHelper getSrvcConfItemDurationByKey(String serviceConfirmation, String serviceConfirmationItem, String srvcDocDurationType)
      Deprecated.
      Fetch a single SrvcConfItemDuration entity using key fields.
      Parameters:
      serviceConfirmationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      serviceConfirmation - 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 SrvcConfItemDuration 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.
    • createSrvcConfItemDuration

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

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

      @Nonnull SrvcConfItemPartnerFluentHelper getAllSrvcConfItemPartner()
      Deprecated.
      Fetch multiple SrvcConfItemPartner entities.
      Returns:
      A fluent helper to fetch multiple SrvcConfItemPartner 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.
    • getSrvcConfItemPartnerByKey

      @Nonnull SrvcConfItemPartnerByKeyFluentHelper getSrvcConfItemPartnerByKey(String serviceConfirmation, String serviceConfirmationItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner)
      Deprecated.
      Fetch a single SrvcConfItemPartner entity using key fields.
      Parameters:
      serviceConfirmationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      custMgmtBusinessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      serviceConfirmation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull SrvcConfItmPartnerAddressFluentHelper getAllSrvcConfItmPartnerAddress()
      Deprecated.
      Fetch multiple SrvcConfItmPartnerAddress entities.
      Returns:
      A fluent helper to fetch multiple SrvcConfItmPartnerAddress 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.
    • getSrvcConfItmPartnerAddressByKey

      @Nonnull SrvcConfItmPartnerAddressByKeyFluentHelper getSrvcConfItmPartnerAddressByKey(String serviceConfirmation, String serviceConfirmationItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner)
      Deprecated.
      Fetch a single SrvcConfItmPartnerAddress entity using key fields.
      Parameters:
      serviceConfirmationItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      custMgmtBusinessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      serviceConfirmation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

      @Nonnull SrvcConfPartnerFluentHelper getAllSrvcConfPartner()
      Deprecated.
      Fetch multiple SrvcConfPartner entities.
      Returns:
      A fluent helper to fetch multiple SrvcConfPartner 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.
    • getSrvcConfPartnerByKey

      @Nonnull SrvcConfPartnerByKeyFluentHelper getSrvcConfPartnerByKey(String serviceConfirmation, String custMgmtPartnerFunction, String custMgmtBusinessPartner)
      Deprecated.
      Fetch a single SrvcConfPartner entity using key fields.
      Parameters:
      custMgmtBusinessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      serviceConfirmation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull SrvcConfPartnerAddressFluentHelper getAllSrvcConfPartnerAddress()
      Deprecated.
      Fetch multiple SrvcConfPartnerAddress entities.
      Returns:
      A fluent helper to fetch multiple SrvcConfPartnerAddress 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.
    • getSrvcConfPartnerAddressByKey

      @Nonnull SrvcConfPartnerAddressByKeyFluentHelper getSrvcConfPartnerAddressByKey(String serviceConfirmation, String custMgmtPartnerFunction, String custMgmtBusinessPartner)
      Deprecated.
      Fetch a single SrvcConfPartnerAddress entity using key fields.
      Parameters:
      custMgmtBusinessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      serviceConfirmation - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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