Interface ServiceOrderService
- All Superinterfaces:
BatchService<ServiceOrderServiceBatch>
- All Known Implementing Classes:
DefaultServiceOrderService
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..
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncreateServiceOrder(ServiceOrder serviceOrder) Deprecated.Create a newServiceOrderentity and save it to the S/4HANA system.createServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) Deprecated.Create a newServiceOrderDefectentity and save it to the S/4HANA system.createServiceOrderItem(ServiceOrderItem serviceOrderItem) Deprecated.Create a newServiceOrderItementity and save it to the S/4HANA system.createServiceOrderItemPriceElement(ServiceOrderItemPriceElement serviceOrderItemPriceElement) Deprecated.Create a newServiceOrderItemPriceElemententity and save it to the S/4HANA system.createServiceOrderItemRefObject(ServiceOrderItemRefObject serviceOrderItemRefObject) Deprecated.Create a newServiceOrderItemRefObjectentity and save it to the S/4HANA system.createServiceOrderItemText(ServiceOrderItemText serviceOrderItemText) Deprecated.Create a newServiceOrderItemTextentity and save it to the S/4HANA system.createServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) Deprecated.Create a newServiceOrderPersonRespentity and save it to the S/4HANA system.createServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement) Deprecated.Create a newServiceOrderPriceElemententity and save it to the S/4HANA system.createServiceOrderRefObject(ServiceOrderRefObject serviceOrderRefObject) Deprecated.Create a newServiceOrderRefObjectentity and save it to the S/4HANA system.createServiceOrderText(ServiceOrderText serviceOrderText) Deprecated.Create a newServiceOrderTextentity and save it to the S/4HANA system.createServiceOrdItemUserStatus(ServiceOrdItemUserStatus serviceOrdItemUserStatus) Deprecated.Create a newServiceOrdItemUserStatusentity and save it to the S/4HANA system.createServiceOrdUserStatus(ServiceOrdUserStatus serviceOrdUserStatus) Deprecated.Create a newServiceOrdUserStatusentity and save it to the S/4HANA system.createSrvcOrdAppointment(SrvcOrdAppointment srvcOrdAppointment) Deprecated.Create a newSrvcOrdAppointmententity and save it to the S/4HANA system.createSrvcOrdDuration(SrvcOrdDuration srvcOrdDuration) Deprecated.Create a newSrvcOrdDurationentity and save it to the S/4HANA system.createSrvcOrdItemAppointment(SrvcOrdItemAppointment srvcOrdItemAppointment) Deprecated.Create a newSrvcOrdItemAppointmententity and save it to the S/4HANA system.createSrvcOrdItemDuration(SrvcOrdItemDuration srvcOrdItemDuration) Deprecated.Create a newSrvcOrdItemDurationentity and save it to the S/4HANA system.createSrvcOrdItmPartner(SrvcOrdItmPartner srvcOrdItmPartner) Deprecated.Create a newSrvcOrdItmPartnerentity and save it to the S/4HANA system.createSrvcOrdItmProdRefObject(SrvcOrdItmProdRefObject srvcOrdItmProdRefObject) Deprecated.Create a newSrvcOrdItmProdRefObjectentity and save it to the S/4HANA system.createSrvcOrdPartner(SrvcOrdPartner srvcOrdPartner) Deprecated.Create a newSrvcOrdPartnerentity and save it to the S/4HANA system.createSrvcOrdProdRefObject(SrvcOrdProdRefObject srvcOrdProdRefObject) Deprecated.Create a newSrvcOrdProdRefObjectentity and save it to the S/4HANA system.deleteServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) Deprecated.Deletes an existingServiceOrderDefectentity in the S/4HANA system.deleteServiceOrderItem(ServiceOrderItem serviceOrderItem) Deprecated.Deletes an existingServiceOrderItementity in the S/4HANA system.deleteServiceOrderItemRefObject(ServiceOrderItemRefObject serviceOrderItemRefObject) Deprecated.Deletes an existingServiceOrderItemRefObjectentity in the S/4HANA system.deleteServiceOrderItemText(ServiceOrderItemText serviceOrderItemText) Deprecated.Deletes an existingServiceOrderItemTextentity in the S/4HANA system.deleteServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) Deprecated.Deletes an existingServiceOrderPersonRespentity in the S/4HANA system.deleteServiceOrderRefObject(ServiceOrderRefObject serviceOrderRefObject) Deprecated.Deletes an existingServiceOrderRefObjectentity in the S/4HANA system.deleteServiceOrderText(ServiceOrderText serviceOrderText) Deprecated.Deletes an existingServiceOrderTextentity in the S/4HANA system.deleteServiceOrdItemUserStatus(ServiceOrdItemUserStatus serviceOrdItemUserStatus) Deprecated.Deletes an existingServiceOrdItemUserStatusentity in the S/4HANA system.deleteServiceOrdUserStatus(ServiceOrdUserStatus serviceOrdUserStatus) Deprecated.Deletes an existingServiceOrdUserStatusentity in the S/4HANA system.deleteSrvcOrdItmPartner(SrvcOrdItmPartner srvcOrdItmPartner) Deprecated.Deletes an existingSrvcOrdItmPartnerentity in the S/4HANA system.deleteSrvcOrdItmProdRefObject(SrvcOrdItmProdRefObject srvcOrdItmProdRefObject) Deprecated.Deletes an existingSrvcOrdItmProdRefObjectentity in the S/4HANA system.deleteSrvcOrdPartner(SrvcOrdPartner srvcOrdPartner) Deprecated.Deletes an existingSrvcOrdPartnerentity in the S/4HANA system.deleteSrvcOrdProdRefObject(SrvcOrdProdRefObject srvcOrdProdRefObject) Deprecated.Deletes an existingSrvcOrdProdRefObjectentity in the S/4HANA system.Deprecated.Fetch multipleServiceOrderentities.Deprecated.Fetch multipleServiceOrderConfirmationentities.Deprecated.Fetch multipleServiceOrderDefectentities.Deprecated.Fetch multipleServiceOrderItementities.Deprecated.Fetch multipleServiceOrderItemConfirmationentities.Deprecated.Fetch multipleServiceOrderItemPriceElemententities.Deprecated.Fetch multipleServiceOrderItemRefObjectentities.Deprecated.Fetch multipleServiceOrderItemTextentities.Deprecated.Fetch multipleServiceOrderPersonRespentities.Deprecated.Fetch multipleServiceOrderPriceElemententities.Deprecated.Fetch multipleServiceOrderRefObjectentities.Deprecated.Fetch multipleServiceOrderTextentities.Deprecated.Fetch multipleServiceOrdItemUserStatusentities.Deprecated.Fetch multipleServiceOrdUserStatusentities.Deprecated.Fetch multipleSrvcOrdAppointmententities.Deprecated.Fetch multipleSrvcOrdDurationentities.Deprecated.Fetch multipleSrvcOrdItemAppointmententities.Deprecated.Fetch multipleSrvcOrdItemDurationentities.Deprecated.Fetch multipleSrvcOrdItmPartnerentities.Deprecated.Fetch multipleSrvcOrdItmPartnerAddressentities.Deprecated.Fetch multipleSrvcOrdItmProdRefObjectentities.Deprecated.Fetch multipleSrvcOrdPartnerentities.Deprecated.Fetch multipleSrvcOrdPartnerAddressentities.Deprecated.Fetch multipleSrvcOrdProdRefObjectentities.Deprecated.Fetch multipleSrvcOrdRefServiceContractentities.getServiceOrderByKey(String serviceOrder) Deprecated.Fetch a singleServiceOrderentity using key fields.getServiceOrderConfirmationByKey(String serviceOrder, String serviceConfirmation) Deprecated.Fetch a singleServiceOrderConfirmationentity using key fields.getServiceOrderDefectByKey(String serviceOrder, String srvcDocTypeDefectCodeProfType, Short serviceDefectSequence) Deprecated.Fetch a singleServiceOrderDefectentity using key fields.getServiceOrderItemByKey(String serviceOrder, String serviceOrderItem) Deprecated.Fetch a singleServiceOrderItementity using key fields.getServiceOrderItemConfirmationByKey(String serviceOrder, String serviceOrderItem, String serviceConfirmation, String serviceConfirmationItem) Deprecated.Fetch a singleServiceOrderItemConfirmationentity using key fields.getServiceOrderItemPriceElementByKey(String serviceOrder, String serviceOrderItem, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Fetch a singleServiceOrderItemPriceElemententity using key fields.getServiceOrderItemRefObjectByKey(String serviceOrder, String serviceOrderItem, String serviceReferenceEquipment, String serviceRefFunctionalLocation) Deprecated.Fetch a singleServiceOrderItemRefObjectentity using key fields.getServiceOrderItemTextByKey(String serviceOrder, String serviceOrderItem, String language, String longTextID) Deprecated.Fetch a singleServiceOrderItemTextentity using key fields.getServiceOrderPersonRespByKey(String serviceOrder, String personResponsible) Deprecated.Fetch a singleServiceOrderPersonRespentity using key fields.getServiceOrderPriceElementByKey(String serviceOrder, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Fetch a singleServiceOrderPriceElemententity using key fields.getServiceOrderRefObjectByKey(String serviceOrder, String serviceReferenceEquipment, String serviceRefFunctionalLocation) Deprecated.Fetch a singleServiceOrderRefObjectentity using key fields.getServiceOrderTextByKey(String serviceOrder, String language, String longTextID) Deprecated.Fetch a singleServiceOrderTextentity using key fields.getServiceOrdItemUserStatusByKey(String serviceOrder, String serviceOrderItem, String srvcOrdItemUserStatus) Deprecated.Fetch a singleServiceOrdItemUserStatusentity using key fields.getServiceOrdUserStatusByKey(String serviceOrder, String srvcOrdUserStatus) Deprecated.Fetch a singleServiceOrdUserStatusentity using key fields.getSrvcOrdAppointmentByKey(String serviceOrder, String srvcDocAppointmentType) Deprecated.Fetch a singleSrvcOrdAppointmententity using key fields.getSrvcOrdDurationByKey(String serviceOrder, String srvcDocDurationType) Deprecated.Fetch a singleSrvcOrdDurationentity using key fields.getSrvcOrdItemAppointmentByKey(String serviceOrder, String serviceOrderItem, String srvcDocAppointmentType) Deprecated.Fetch a singleSrvcOrdItemAppointmententity using key fields.getSrvcOrdItemDurationByKey(String serviceOrder, String serviceOrderItem, String srvcDocDurationType) Deprecated.Fetch a singleSrvcOrdItemDurationentity using key fields.getSrvcOrdItmPartnerAddressByKey(String serviceOrder, String serviceOrderItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner) Deprecated.Fetch a singleSrvcOrdItmPartnerAddressentity using key fields.getSrvcOrdItmPartnerByKey(String serviceOrder, String serviceOrderItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner) Deprecated.Fetch a singleSrvcOrdItmPartnerentity using key fields.getSrvcOrdItmProdRefObjectByKey(String serviceOrder, String serviceOrderItem, String serviceReferenceProduct) Deprecated.Fetch a singleSrvcOrdItmProdRefObjectentity using key fields.getSrvcOrdPartnerAddressByKey(String serviceOrder, String custMgmtPartnerFunction, String custMgmtBusinessPartner) Deprecated.Fetch a singleSrvcOrdPartnerAddressentity using key fields.getSrvcOrdPartnerByKey(String serviceOrder, String custMgmtPartnerFunction, String custMgmtBusinessPartner) Deprecated.Fetch a singleSrvcOrdPartnerentity using key fields.getSrvcOrdProdRefObjectByKey(String serviceOrder, String serviceReferenceProduct) Deprecated.Fetch a singleSrvcOrdProdRefObjectentity using key fields.getSrvcOrdRefServiceContractByKey(String serviceOrder, String referenceServiceContract) Deprecated.Fetch a singleSrvcOrdRefServiceContractentity using key fields.updateServiceOrder(ServiceOrder serviceOrder) Deprecated.Update an existingServiceOrderentity and save it to the S/4HANA system.updateServiceOrderDefect(ServiceOrderDefect serviceOrderDefect) Deprecated.Update an existingServiceOrderDefectentity and save it to the S/4HANA system.updateServiceOrderItem(ServiceOrderItem serviceOrderItem) Deprecated.Update an existingServiceOrderItementity and save it to the S/4HANA system.updateServiceOrderItemPriceElement(ServiceOrderItemPriceElement serviceOrderItemPriceElement) Deprecated.Update an existingServiceOrderItemPriceElemententity and save it to the S/4HANA system.updateServiceOrderItemText(ServiceOrderItemText serviceOrderItemText) Deprecated.Update an existingServiceOrderItemTextentity and save it to the S/4HANA system.updateServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) Deprecated.Update an existingServiceOrderPersonRespentity and save it to the S/4HANA system.updateServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement) Deprecated.Update an existingServiceOrderPriceElemententity and save it to the S/4HANA system.updateServiceOrderText(ServiceOrderText serviceOrderText) Deprecated.Update an existingServiceOrderTextentity and save it to the S/4HANA system.updateSrvcOrdAppointment(SrvcOrdAppointment srvcOrdAppointment) Deprecated.Update an existingSrvcOrdAppointmententity and save it to the S/4HANA system.updateSrvcOrdDuration(SrvcOrdDuration srvcOrdDuration) Deprecated.Update an existingSrvcOrdDurationentity and save it to the S/4HANA system.updateSrvcOrdItemAppointment(SrvcOrdItemAppointment srvcOrdItemAppointment) Deprecated.Update an existingSrvcOrdItemAppointmententity and save it to the S/4HANA system.updateSrvcOrdItemDuration(SrvcOrdItemDuration srvcOrdItemDuration) Deprecated.Update an existingSrvcOrdItemDurationentity and save it to the S/4HANA system.updateSrvcOrdItmPartner(SrvcOrdItmPartner srvcOrdItmPartner) Deprecated.Update an existingSrvcOrdItmPartnerentity and save it to the S/4HANA system.updateSrvcOrdItmPartnerAddress(SrvcOrdItmPartnerAddress srvcOrdItmPartnerAddress) Deprecated.Update an existingSrvcOrdItmPartnerAddressentity and save it to the S/4HANA system.updateSrvcOrdPartner(SrvcOrdPartner srvcOrdPartner) Deprecated.Update an existingSrvcOrdPartnerentity and save it to the S/4HANA system.updateSrvcOrdPartnerAddress(SrvcOrdPartnerAddress srvcOrdPartnerAddress) Deprecated.Update an existingSrvcOrdPartnerAddressentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
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
Deprecated.Fetch multipleServiceOrderentities.- Returns:
- A fluent helper to fetch multiple
ServiceOrderentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrderByKey
Deprecated.Fetch a singleServiceOrderentity using key fields.- Parameters:
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ServiceOrderentity 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 theexecutemethod on the fluent helper object.
-
createServiceOrder
Deprecated.Create a newServiceOrderentity and save it to the S/4HANA system.- Parameters:
serviceOrder-ServiceOrderentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceOrderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateServiceOrder
Deprecated.Update an existingServiceOrderentity and save it to the S/4HANA system.- Parameters:
serviceOrder-ServiceOrderentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ServiceOrderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllServiceOrderConfirmation
Deprecated.Fetch multipleServiceOrderConfirmationentities.- Returns:
- A fluent helper to fetch multiple
ServiceOrderConfirmationentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrderConfirmationByKey
@Nonnull ServiceOrderConfirmationByKeyFluentHelper getServiceOrderConfirmationByKey(String serviceOrder, String serviceConfirmation) Deprecated.Fetch a singleServiceOrderConfirmationentity using key fields.- Parameters:
serviceConfirmation- Transaction IDConstraints: Not nullable, Maximum length: 10
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ServiceOrderConfirmationentity 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 theexecutemethod on the fluent helper object.
-
getAllServiceOrderDefect
Deprecated.Fetch multipleServiceOrderDefectentities.- Returns:
- A fluent helper to fetch multiple
ServiceOrderDefectentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrderDefectByKey
@Nonnull ServiceOrderDefectByKeyFluentHelper getServiceOrderDefectByKey(String serviceOrder, String srvcDocTypeDefectCodeProfType, Short serviceDefectSequence) Deprecated.Fetch a singleServiceOrderDefectentity using key fields.- Parameters:
serviceDefectSequence- Sort FieldConstraints: Not nullable
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
srvcDocTypeDefectCodeProfType- Subject Profile CategoryConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
ServiceOrderDefectentity 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 theexecutemethod on the fluent helper object.
-
createServiceOrderDefect
@Nonnull ServiceOrderDefectCreateFluentHelper createServiceOrderDefect(@Nonnull ServiceOrderDefect serviceOrderDefect) Deprecated.Create a newServiceOrderDefectentity and save it to the S/4HANA system.- Parameters:
serviceOrderDefect-ServiceOrderDefectentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceOrderDefectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateServiceOrderDefect
@Nonnull ServiceOrderDefectUpdateFluentHelper updateServiceOrderDefect(@Nonnull ServiceOrderDefect serviceOrderDefect) Deprecated.Update an existingServiceOrderDefectentity and save it to the S/4HANA system.- Parameters:
serviceOrderDefect-ServiceOrderDefectentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ServiceOrderDefectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteServiceOrderDefect
@Nonnull ServiceOrderDefectDeleteFluentHelper deleteServiceOrderDefect(@Nonnull ServiceOrderDefect serviceOrderDefect) Deprecated.Deletes an existingServiceOrderDefectentity in the S/4HANA system.- Parameters:
serviceOrderDefect-ServiceOrderDefectentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ServiceOrderDefectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllServiceOrderItem
Deprecated.Fetch multipleServiceOrderItementities.- Returns:
- A fluent helper to fetch multiple
ServiceOrderItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrderItemByKey
@Nonnull ServiceOrderItemByKeyFluentHelper getServiceOrderItemByKey(String serviceOrder, String serviceOrderItem) Deprecated.Fetch a singleServiceOrderItementity using key fields.- Parameters:
serviceOrderItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ServiceOrderItementity 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 theexecutemethod on the fluent helper object.
-
createServiceOrderItem
@Nonnull ServiceOrderItemCreateFluentHelper createServiceOrderItem(@Nonnull ServiceOrderItem serviceOrderItem) Deprecated.Create a newServiceOrderItementity and save it to the S/4HANA system.- Parameters:
serviceOrderItem-ServiceOrderItementity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceOrderItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateServiceOrderItem
@Nonnull ServiceOrderItemUpdateFluentHelper updateServiceOrderItem(@Nonnull ServiceOrderItem serviceOrderItem) Deprecated.Update an existingServiceOrderItementity and save it to the S/4HANA system.- Parameters:
serviceOrderItem-ServiceOrderItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ServiceOrderItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteServiceOrderItem
@Nonnull ServiceOrderItemDeleteFluentHelper deleteServiceOrderItem(@Nonnull ServiceOrderItem serviceOrderItem) Deprecated.Deletes an existingServiceOrderItementity in the S/4HANA system.- Parameters:
serviceOrderItem-ServiceOrderItementity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ServiceOrderItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllServiceOrderItemConfirmation
Deprecated.Fetch multipleServiceOrderItemConfirmationentities.- Returns:
- A fluent helper to fetch multiple
ServiceOrderItemConfirmationentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrderItemConfirmationByKey
@Nonnull ServiceOrderItemConfirmationByKeyFluentHelper getServiceOrderItemConfirmationByKey(String serviceOrder, String serviceOrderItem, String serviceConfirmation, String serviceConfirmationItem) Deprecated.Fetch a singleServiceOrderItemConfirmationentity using key fields.- Parameters:
serviceConfirmationItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
serviceOrderItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
serviceConfirmation- Transaction IDConstraints: Not nullable, Maximum length: 10
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ServiceOrderItemConfirmationentity 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 theexecutemethod on the fluent helper object.
-
getAllServiceOrderItemPriceElement
Deprecated.Fetch multipleServiceOrderItemPriceElemententities.- Returns:
- A fluent helper to fetch multiple
ServiceOrderItemPriceElemententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrderItemPriceElementByKey
@Nonnull ServiceOrderItemPriceElementByKeyFluentHelper getServiceOrderItemPriceElementByKey(String serviceOrder, String serviceOrderItem, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Fetch a singleServiceOrderItemPriceElemententity using key fields.- Parameters:
serviceOrderItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
pricingProcedureCounter- Condition CounterConstraints: Not nullable, Maximum length: 3
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
pricingProcedureStep- Step NumberConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
ServiceOrderItemPriceElemententity 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 theexecutemethod on the fluent helper object.
-
createServiceOrderItemPriceElement
@Nonnull ServiceOrderItemPriceElementCreateFluentHelper createServiceOrderItemPriceElement(@Nonnull ServiceOrderItemPriceElement serviceOrderItemPriceElement) Deprecated.Create a newServiceOrderItemPriceElemententity and save it to the S/4HANA system.- Parameters:
serviceOrderItemPriceElement-ServiceOrderItemPriceElemententity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceOrderItemPriceElemententity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateServiceOrderItemPriceElement
@Nonnull ServiceOrderItemPriceElementUpdateFluentHelper updateServiceOrderItemPriceElement(@Nonnull ServiceOrderItemPriceElement serviceOrderItemPriceElement) Deprecated.Update an existingServiceOrderItemPriceElemententity and save it to the S/4HANA system.- Parameters:
serviceOrderItemPriceElement-ServiceOrderItemPriceElemententity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ServiceOrderItemPriceElemententity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllServiceOrderItemRefObject
Deprecated.Fetch multipleServiceOrderItemRefObjectentities.- Returns:
- A fluent helper to fetch multiple
ServiceOrderItemRefObjectentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrderItemRefObjectByKey
@Nonnull ServiceOrderItemRefObjectByKeyFluentHelper getServiceOrderItemRefObjectByKey(String serviceOrder, String serviceOrderItem, String serviceReferenceEquipment, String serviceRefFunctionalLocation) Deprecated.Fetch a singleServiceOrderItemRefObjectentity using key fields.- Parameters:
serviceOrderItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
serviceRefFunctionalLocation- Functional LocationConstraints: Not nullable, Maximum length: 40
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
serviceReferenceEquipment- Equipment NumberConstraints: Not nullable, Maximum length: 18
- Returns:
- A fluent helper to fetch a single
ServiceOrderItemRefObjectentity 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 theexecutemethod on the fluent helper object.
-
createServiceOrderItemRefObject
@Nonnull ServiceOrderItemRefObjectCreateFluentHelper createServiceOrderItemRefObject(@Nonnull ServiceOrderItemRefObject serviceOrderItemRefObject) Deprecated.Create a newServiceOrderItemRefObjectentity and save it to the S/4HANA system.- Parameters:
serviceOrderItemRefObject-ServiceOrderItemRefObjectentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceOrderItemRefObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteServiceOrderItemRefObject
@Nonnull ServiceOrderItemRefObjectDeleteFluentHelper deleteServiceOrderItemRefObject(@Nonnull ServiceOrderItemRefObject serviceOrderItemRefObject) Deprecated.Deletes an existingServiceOrderItemRefObjectentity in the S/4HANA system.- Parameters:
serviceOrderItemRefObject-ServiceOrderItemRefObjectentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ServiceOrderItemRefObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllServiceOrderItemText
Deprecated.Fetch multipleServiceOrderItemTextentities.- Returns:
- A fluent helper to fetch multiple
ServiceOrderItemTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrderItemTextByKey
@Nonnull ServiceOrderItemTextByKeyFluentHelper getServiceOrderItemTextByKey(String serviceOrder, String serviceOrderItem, String language, String longTextID) Deprecated.Fetch a singleServiceOrderItemTextentity using key fields.- Parameters:
serviceOrderItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
longTextID- Text IDConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
ServiceOrderItemTextentity 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 theexecutemethod on the fluent helper object.
-
createServiceOrderItemText
@Nonnull ServiceOrderItemTextCreateFluentHelper createServiceOrderItemText(@Nonnull ServiceOrderItemText serviceOrderItemText) Deprecated.Create a newServiceOrderItemTextentity and save it to the S/4HANA system.- Parameters:
serviceOrderItemText-ServiceOrderItemTextentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceOrderItemTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateServiceOrderItemText
@Nonnull ServiceOrderItemTextUpdateFluentHelper updateServiceOrderItemText(@Nonnull ServiceOrderItemText serviceOrderItemText) Deprecated.Update an existingServiceOrderItemTextentity and save it to the S/4HANA system.- Parameters:
serviceOrderItemText-ServiceOrderItemTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ServiceOrderItemTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteServiceOrderItemText
@Nonnull ServiceOrderItemTextDeleteFluentHelper deleteServiceOrderItemText(@Nonnull ServiceOrderItemText serviceOrderItemText) Deprecated.Deletes an existingServiceOrderItemTextentity in the S/4HANA system.- Parameters:
serviceOrderItemText-ServiceOrderItemTextentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ServiceOrderItemTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllServiceOrderPersonResp
Deprecated.Fetch multipleServiceOrderPersonRespentities.- Returns:
- A fluent helper to fetch multiple
ServiceOrderPersonRespentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrderPersonRespByKey
@Nonnull ServiceOrderPersonRespByKeyFluentHelper getServiceOrderPersonRespByKey(String serviceOrder, String personResponsible) Deprecated.Fetch a singleServiceOrderPersonRespentity using key fields.- Parameters:
personResponsible- Business Partner NumberConstraints: Not nullable, Maximum length: 10
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ServiceOrderPersonRespentity 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 theexecutemethod on the fluent helper object.
-
createServiceOrderPersonResp
@Nonnull ServiceOrderPersonRespCreateFluentHelper createServiceOrderPersonResp(@Nonnull ServiceOrderPersonResp serviceOrderPersonResp) Deprecated.Create a newServiceOrderPersonRespentity and save it to the S/4HANA system.- Parameters:
serviceOrderPersonResp-ServiceOrderPersonRespentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceOrderPersonRespentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateServiceOrderPersonResp
@Nonnull ServiceOrderPersonRespUpdateFluentHelper updateServiceOrderPersonResp(@Nonnull ServiceOrderPersonResp serviceOrderPersonResp) Deprecated.Update an existingServiceOrderPersonRespentity and save it to the S/4HANA system.- Parameters:
serviceOrderPersonResp-ServiceOrderPersonRespentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ServiceOrderPersonRespentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteServiceOrderPersonResp
@Nonnull ServiceOrderPersonRespDeleteFluentHelper deleteServiceOrderPersonResp(@Nonnull ServiceOrderPersonResp serviceOrderPersonResp) Deprecated.Deletes an existingServiceOrderPersonRespentity in the S/4HANA system.- Parameters:
serviceOrderPersonResp-ServiceOrderPersonRespentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ServiceOrderPersonRespentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllServiceOrderPriceElement
Deprecated.Fetch multipleServiceOrderPriceElemententities.- Returns:
- A fluent helper to fetch multiple
ServiceOrderPriceElemententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrderPriceElementByKey
@Nonnull ServiceOrderPriceElementByKeyFluentHelper getServiceOrderPriceElementByKey(String serviceOrder, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Fetch a singleServiceOrderPriceElemententity using key fields.- Parameters:
pricingProcedureCounter- Condition CounterConstraints: Not nullable, Maximum length: 3
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
pricingProcedureStep- Step NumberConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
ServiceOrderPriceElemententity 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 theexecutemethod on the fluent helper object.
-
createServiceOrderPriceElement
@Nonnull ServiceOrderPriceElementCreateFluentHelper createServiceOrderPriceElement(@Nonnull ServiceOrderPriceElement serviceOrderPriceElement) Deprecated.Create a newServiceOrderPriceElemententity and save it to the S/4HANA system.- Parameters:
serviceOrderPriceElement-ServiceOrderPriceElemententity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceOrderPriceElemententity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateServiceOrderPriceElement
@Nonnull ServiceOrderPriceElementUpdateFluentHelper updateServiceOrderPriceElement(@Nonnull ServiceOrderPriceElement serviceOrderPriceElement) Deprecated.Update an existingServiceOrderPriceElemententity and save it to the S/4HANA system.- Parameters:
serviceOrderPriceElement-ServiceOrderPriceElemententity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ServiceOrderPriceElemententity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllServiceOrderRefObject
Deprecated.Fetch multipleServiceOrderRefObjectentities.- Returns:
- A fluent helper to fetch multiple
ServiceOrderRefObjectentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrderRefObjectByKey
@Nonnull ServiceOrderRefObjectByKeyFluentHelper getServiceOrderRefObjectByKey(String serviceOrder, String serviceReferenceEquipment, String serviceRefFunctionalLocation) Deprecated.Fetch a singleServiceOrderRefObjectentity using key fields.- Parameters:
serviceRefFunctionalLocation- Functional LocationConstraints: Not nullable, Maximum length: 40
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
serviceReferenceEquipment- Equipment NumberConstraints: Not nullable, Maximum length: 18
- Returns:
- A fluent helper to fetch a single
ServiceOrderRefObjectentity 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 theexecutemethod on the fluent helper object.
-
createServiceOrderRefObject
@Nonnull ServiceOrderRefObjectCreateFluentHelper createServiceOrderRefObject(@Nonnull ServiceOrderRefObject serviceOrderRefObject) Deprecated.Create a newServiceOrderRefObjectentity and save it to the S/4HANA system.- Parameters:
serviceOrderRefObject-ServiceOrderRefObjectentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceOrderRefObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteServiceOrderRefObject
@Nonnull ServiceOrderRefObjectDeleteFluentHelper deleteServiceOrderRefObject(@Nonnull ServiceOrderRefObject serviceOrderRefObject) Deprecated.Deletes an existingServiceOrderRefObjectentity in the S/4HANA system.- Parameters:
serviceOrderRefObject-ServiceOrderRefObjectentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ServiceOrderRefObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllServiceOrderText
Deprecated.Fetch multipleServiceOrderTextentities.- Returns:
- A fluent helper to fetch multiple
ServiceOrderTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrderTextByKey
@Nonnull ServiceOrderTextByKeyFluentHelper getServiceOrderTextByKey(String serviceOrder, String language, String longTextID) Deprecated.Fetch a singleServiceOrderTextentity using key fields.- Parameters:
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
longTextID- Text IDConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
ServiceOrderTextentity 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 theexecutemethod on the fluent helper object.
-
createServiceOrderText
@Nonnull ServiceOrderTextCreateFluentHelper createServiceOrderText(@Nonnull ServiceOrderText serviceOrderText) Deprecated.Create a newServiceOrderTextentity and save it to the S/4HANA system.- Parameters:
serviceOrderText-ServiceOrderTextentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceOrderTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateServiceOrderText
@Nonnull ServiceOrderTextUpdateFluentHelper updateServiceOrderText(@Nonnull ServiceOrderText serviceOrderText) Deprecated.Update an existingServiceOrderTextentity and save it to the S/4HANA system.- Parameters:
serviceOrderText-ServiceOrderTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
ServiceOrderTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteServiceOrderText
@Nonnull ServiceOrderTextDeleteFluentHelper deleteServiceOrderText(@Nonnull ServiceOrderText serviceOrderText) Deprecated.Deletes an existingServiceOrderTextentity in the S/4HANA system.- Parameters:
serviceOrderText-ServiceOrderTextentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ServiceOrderTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllServiceOrdItemUserStatus
Deprecated.Fetch multipleServiceOrdItemUserStatusentities.- Returns:
- A fluent helper to fetch multiple
ServiceOrdItemUserStatusentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrdItemUserStatusByKey
@Nonnull ServiceOrdItemUserStatusByKeyFluentHelper getServiceOrdItemUserStatusByKey(String serviceOrder, String serviceOrderItem, String srvcOrdItemUserStatus) Deprecated.Fetch a singleServiceOrdItemUserStatusentity using key fields.- Parameters:
srvcOrdItemUserStatus- Object StatusConstraints: Not nullable, Maximum length: 5
serviceOrderItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
ServiceOrdItemUserStatusentity 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 theexecutemethod on the fluent helper object.
-
createServiceOrdItemUserStatus
@Nonnull ServiceOrdItemUserStatusCreateFluentHelper createServiceOrdItemUserStatus(@Nonnull ServiceOrdItemUserStatus serviceOrdItemUserStatus) Deprecated.Create a newServiceOrdItemUserStatusentity and save it to the S/4HANA system.- Parameters:
serviceOrdItemUserStatus-ServiceOrdItemUserStatusentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceOrdItemUserStatusentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteServiceOrdItemUserStatus
@Nonnull ServiceOrdItemUserStatusDeleteFluentHelper deleteServiceOrdItemUserStatus(@Nonnull ServiceOrdItemUserStatus serviceOrdItemUserStatus) Deprecated.Deletes an existingServiceOrdItemUserStatusentity in the S/4HANA system.- Parameters:
serviceOrdItemUserStatus-ServiceOrdItemUserStatusentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ServiceOrdItemUserStatusentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllServiceOrdUserStatus
Deprecated.Fetch multipleServiceOrdUserStatusentities.- Returns:
- A fluent helper to fetch multiple
ServiceOrdUserStatusentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getServiceOrdUserStatusByKey
@Nonnull ServiceOrdUserStatusByKeyFluentHelper getServiceOrdUserStatusByKey(String serviceOrder, String srvcOrdUserStatus) Deprecated.Fetch a singleServiceOrdUserStatusentity using key fields.- Parameters:
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
srvcOrdUserStatus- Object StatusConstraints: Not nullable, Maximum length: 5
- Returns:
- A fluent helper to fetch a single
ServiceOrdUserStatusentity 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 theexecutemethod on the fluent helper object.
-
createServiceOrdUserStatus
@Nonnull ServiceOrdUserStatusCreateFluentHelper createServiceOrdUserStatus(@Nonnull ServiceOrdUserStatus serviceOrdUserStatus) Deprecated.Create a newServiceOrdUserStatusentity and save it to the S/4HANA system.- Parameters:
serviceOrdUserStatus-ServiceOrdUserStatusentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
ServiceOrdUserStatusentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteServiceOrdUserStatus
@Nonnull ServiceOrdUserStatusDeleteFluentHelper deleteServiceOrdUserStatus(@Nonnull ServiceOrdUserStatus serviceOrdUserStatus) Deprecated.Deletes an existingServiceOrdUserStatusentity in the S/4HANA system.- Parameters:
serviceOrdUserStatus-ServiceOrdUserStatusentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
ServiceOrdUserStatusentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSrvcOrdAppointment
Deprecated.Fetch multipleSrvcOrdAppointmententities.- Returns:
- A fluent helper to fetch multiple
SrvcOrdAppointmententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSrvcOrdAppointmentByKey
@Nonnull SrvcOrdAppointmentByKeyFluentHelper getSrvcOrdAppointmentByKey(String serviceOrder, String srvcDocAppointmentType) Deprecated.Fetch a singleSrvcOrdAppointmententity using key fields.- Parameters:
srvcDocAppointmentType- Technical Date Type NameConstraints: Not nullable, Maximum length: 12
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SrvcOrdAppointmententity 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 theexecutemethod on the fluent helper object.
-
createSrvcOrdAppointment
@Nonnull SrvcOrdAppointmentCreateFluentHelper createSrvcOrdAppointment(@Nonnull SrvcOrdAppointment srvcOrdAppointment) Deprecated.Create a newSrvcOrdAppointmententity and save it to the S/4HANA system.- Parameters:
srvcOrdAppointment-SrvcOrdAppointmententity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SrvcOrdAppointmententity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSrvcOrdAppointment
@Nonnull SrvcOrdAppointmentUpdateFluentHelper updateSrvcOrdAppointment(@Nonnull SrvcOrdAppointment srvcOrdAppointment) Deprecated.Update an existingSrvcOrdAppointmententity and save it to the S/4HANA system.- Parameters:
srvcOrdAppointment-SrvcOrdAppointmententity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SrvcOrdAppointmententity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSrvcOrdDuration
Deprecated.Fetch multipleSrvcOrdDurationentities.- Returns:
- A fluent helper to fetch multiple
SrvcOrdDurationentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSrvcOrdDurationByKey
@Nonnull SrvcOrdDurationByKeyFluentHelper getSrvcOrdDurationByKey(String serviceOrder, String srvcDocDurationType) Deprecated.Fetch a singleSrvcOrdDurationentity using key fields.- Parameters:
srvcDocDurationType- Name for Type of Time DurationConstraints: Not nullable, Maximum length: 12
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SrvcOrdDurationentity 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 theexecutemethod on the fluent helper object.
-
createSrvcOrdDuration
@Nonnull SrvcOrdDurationCreateFluentHelper createSrvcOrdDuration(@Nonnull SrvcOrdDuration srvcOrdDuration) Deprecated.Create a newSrvcOrdDurationentity and save it to the S/4HANA system.- Parameters:
srvcOrdDuration-SrvcOrdDurationentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SrvcOrdDurationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSrvcOrdDuration
@Nonnull SrvcOrdDurationUpdateFluentHelper updateSrvcOrdDuration(@Nonnull SrvcOrdDuration srvcOrdDuration) Deprecated.Update an existingSrvcOrdDurationentity and save it to the S/4HANA system.- Parameters:
srvcOrdDuration-SrvcOrdDurationentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SrvcOrdDurationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSrvcOrdItemAppointment
Deprecated.Fetch multipleSrvcOrdItemAppointmententities.- Returns:
- A fluent helper to fetch multiple
SrvcOrdItemAppointmententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSrvcOrdItemAppointmentByKey
@Nonnull SrvcOrdItemAppointmentByKeyFluentHelper getSrvcOrdItemAppointmentByKey(String serviceOrder, String serviceOrderItem, String srvcDocAppointmentType) Deprecated.Fetch a singleSrvcOrdItemAppointmententity using key fields.- Parameters:
serviceOrderItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
srvcDocAppointmentType- Technical Date Type NameConstraints: Not nullable, Maximum length: 12
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SrvcOrdItemAppointmententity 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 theexecutemethod on the fluent helper object.
-
createSrvcOrdItemAppointment
@Nonnull SrvcOrdItemAppointmentCreateFluentHelper createSrvcOrdItemAppointment(@Nonnull SrvcOrdItemAppointment srvcOrdItemAppointment) Deprecated.Create a newSrvcOrdItemAppointmententity and save it to the S/4HANA system.- Parameters:
srvcOrdItemAppointment-SrvcOrdItemAppointmententity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SrvcOrdItemAppointmententity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSrvcOrdItemAppointment
@Nonnull SrvcOrdItemAppointmentUpdateFluentHelper updateSrvcOrdItemAppointment(@Nonnull SrvcOrdItemAppointment srvcOrdItemAppointment) Deprecated.Update an existingSrvcOrdItemAppointmententity and save it to the S/4HANA system.- Parameters:
srvcOrdItemAppointment-SrvcOrdItemAppointmententity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SrvcOrdItemAppointmententity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSrvcOrdItemDuration
Deprecated.Fetch multipleSrvcOrdItemDurationentities.- Returns:
- A fluent helper to fetch multiple
SrvcOrdItemDurationentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSrvcOrdItemDurationByKey
@Nonnull SrvcOrdItemDurationByKeyFluentHelper getSrvcOrdItemDurationByKey(String serviceOrder, String serviceOrderItem, String srvcDocDurationType) Deprecated.Fetch a singleSrvcOrdItemDurationentity using key fields.- Parameters:
serviceOrderItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
srvcDocDurationType- Name for Type of Time DurationConstraints: Not nullable, Maximum length: 12
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SrvcOrdItemDurationentity 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 theexecutemethod on the fluent helper object.
-
createSrvcOrdItemDuration
@Nonnull SrvcOrdItemDurationCreateFluentHelper createSrvcOrdItemDuration(@Nonnull SrvcOrdItemDuration srvcOrdItemDuration) Deprecated.Create a newSrvcOrdItemDurationentity and save it to the S/4HANA system.- Parameters:
srvcOrdItemDuration-SrvcOrdItemDurationentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SrvcOrdItemDurationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSrvcOrdItemDuration
@Nonnull SrvcOrdItemDurationUpdateFluentHelper updateSrvcOrdItemDuration(@Nonnull SrvcOrdItemDuration srvcOrdItemDuration) Deprecated.Update an existingSrvcOrdItemDurationentity and save it to the S/4HANA system.- Parameters:
srvcOrdItemDuration-SrvcOrdItemDurationentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SrvcOrdItemDurationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSrvcOrdItmPartner
Deprecated.Fetch multipleSrvcOrdItmPartnerentities.- Returns:
- A fluent helper to fetch multiple
SrvcOrdItmPartnerentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSrvcOrdItmPartnerByKey
@Nonnull SrvcOrdItmPartnerByKeyFluentHelper getSrvcOrdItmPartnerByKey(String serviceOrder, String serviceOrderItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner) Deprecated.Fetch a singleSrvcOrdItmPartnerentity using key fields.- Parameters:
custMgmtBusinessPartner- Business Partner NumberConstraints: Not nullable, Maximum length: 10
serviceOrderItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
custMgmtPartnerFunction-serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SrvcOrdItmPartnerentity 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 theexecutemethod on the fluent helper object.
-
createSrvcOrdItmPartner
@Nonnull SrvcOrdItmPartnerCreateFluentHelper createSrvcOrdItmPartner(@Nonnull SrvcOrdItmPartner srvcOrdItmPartner) Deprecated.Create a newSrvcOrdItmPartnerentity and save it to the S/4HANA system.- Parameters:
srvcOrdItmPartner-SrvcOrdItmPartnerentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SrvcOrdItmPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSrvcOrdItmPartner
@Nonnull SrvcOrdItmPartnerUpdateFluentHelper updateSrvcOrdItmPartner(@Nonnull SrvcOrdItmPartner srvcOrdItmPartner) Deprecated.Update an existingSrvcOrdItmPartnerentity and save it to the S/4HANA system.- Parameters:
srvcOrdItmPartner-SrvcOrdItmPartnerentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SrvcOrdItmPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSrvcOrdItmPartner
@Nonnull SrvcOrdItmPartnerDeleteFluentHelper deleteSrvcOrdItmPartner(@Nonnull SrvcOrdItmPartner srvcOrdItmPartner) Deprecated.Deletes an existingSrvcOrdItmPartnerentity in the S/4HANA system.- Parameters:
srvcOrdItmPartner-SrvcOrdItmPartnerentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SrvcOrdItmPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSrvcOrdItmPartnerAddress
Deprecated.Fetch multipleSrvcOrdItmPartnerAddressentities.- Returns:
- A fluent helper to fetch multiple
SrvcOrdItmPartnerAddressentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSrvcOrdItmPartnerAddressByKey
@Nonnull SrvcOrdItmPartnerAddressByKeyFluentHelper getSrvcOrdItmPartnerAddressByKey(String serviceOrder, String serviceOrderItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner) Deprecated.Fetch a singleSrvcOrdItmPartnerAddressentity using key fields.- Parameters:
custMgmtBusinessPartner- Business Partner NumberConstraints: Not nullable, Maximum length: 10
serviceOrderItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
custMgmtPartnerFunction-serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SrvcOrdItmPartnerAddressentity 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 theexecutemethod on the fluent helper object.
-
updateSrvcOrdItmPartnerAddress
@Nonnull SrvcOrdItmPartnerAddressUpdateFluentHelper updateSrvcOrdItmPartnerAddress(@Nonnull SrvcOrdItmPartnerAddress srvcOrdItmPartnerAddress) Deprecated.Update an existingSrvcOrdItmPartnerAddressentity and save it to the S/4HANA system.- Parameters:
srvcOrdItmPartnerAddress-SrvcOrdItmPartnerAddressentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SrvcOrdItmPartnerAddressentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSrvcOrdItmProdRefObject
Deprecated.Fetch multipleSrvcOrdItmProdRefObjectentities.- Returns:
- A fluent helper to fetch multiple
SrvcOrdItmProdRefObjectentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSrvcOrdItmProdRefObjectByKey
@Nonnull SrvcOrdItmProdRefObjectByKeyFluentHelper getSrvcOrdItmProdRefObjectByKey(String serviceOrder, String serviceOrderItem, String serviceReferenceProduct) Deprecated.Fetch a singleSrvcOrdItmProdRefObjectentity using key fields.- Parameters:
serviceOrderItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
serviceReferenceProduct- Material NumberConstraints: Not nullable, Maximum length: 40
- Returns:
- A fluent helper to fetch a single
SrvcOrdItmProdRefObjectentity 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 theexecutemethod on the fluent helper object.
-
createSrvcOrdItmProdRefObject
@Nonnull SrvcOrdItmProdRefObjectCreateFluentHelper createSrvcOrdItmProdRefObject(@Nonnull SrvcOrdItmProdRefObject srvcOrdItmProdRefObject) Deprecated.Create a newSrvcOrdItmProdRefObjectentity and save it to the S/4HANA system.- Parameters:
srvcOrdItmProdRefObject-SrvcOrdItmProdRefObjectentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SrvcOrdItmProdRefObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSrvcOrdItmProdRefObject
@Nonnull SrvcOrdItmProdRefObjectDeleteFluentHelper deleteSrvcOrdItmProdRefObject(@Nonnull SrvcOrdItmProdRefObject srvcOrdItmProdRefObject) Deprecated.Deletes an existingSrvcOrdItmProdRefObjectentity in the S/4HANA system.- Parameters:
srvcOrdItmProdRefObject-SrvcOrdItmProdRefObjectentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SrvcOrdItmProdRefObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSrvcOrdPartner
Deprecated.Fetch multipleSrvcOrdPartnerentities.- Returns:
- A fluent helper to fetch multiple
SrvcOrdPartnerentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSrvcOrdPartnerByKey
@Nonnull SrvcOrdPartnerByKeyFluentHelper getSrvcOrdPartnerByKey(String serviceOrder, String custMgmtPartnerFunction, String custMgmtBusinessPartner) Deprecated.Fetch a singleSrvcOrdPartnerentity using key fields.- Parameters:
custMgmtBusinessPartner- Business Partner NumberConstraints: Not nullable, Maximum length: 10
custMgmtPartnerFunction-serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SrvcOrdPartnerentity 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 theexecutemethod on the fluent helper object.
-
createSrvcOrdPartner
@Nonnull SrvcOrdPartnerCreateFluentHelper createSrvcOrdPartner(@Nonnull SrvcOrdPartner srvcOrdPartner) Deprecated.Create a newSrvcOrdPartnerentity and save it to the S/4HANA system.- Parameters:
srvcOrdPartner-SrvcOrdPartnerentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SrvcOrdPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSrvcOrdPartner
@Nonnull SrvcOrdPartnerUpdateFluentHelper updateSrvcOrdPartner(@Nonnull SrvcOrdPartner srvcOrdPartner) Deprecated.Update an existingSrvcOrdPartnerentity and save it to the S/4HANA system.- Parameters:
srvcOrdPartner-SrvcOrdPartnerentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SrvcOrdPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSrvcOrdPartner
@Nonnull SrvcOrdPartnerDeleteFluentHelper deleteSrvcOrdPartner(@Nonnull SrvcOrdPartner srvcOrdPartner) Deprecated.Deletes an existingSrvcOrdPartnerentity in the S/4HANA system.- Parameters:
srvcOrdPartner-SrvcOrdPartnerentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SrvcOrdPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSrvcOrdPartnerAddress
Deprecated.Fetch multipleSrvcOrdPartnerAddressentities.- Returns:
- A fluent helper to fetch multiple
SrvcOrdPartnerAddressentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSrvcOrdPartnerAddressByKey
@Nonnull SrvcOrdPartnerAddressByKeyFluentHelper getSrvcOrdPartnerAddressByKey(String serviceOrder, String custMgmtPartnerFunction, String custMgmtBusinessPartner) Deprecated.Fetch a singleSrvcOrdPartnerAddressentity using key fields.- Parameters:
custMgmtBusinessPartner- Business Partner NumberConstraints: Not nullable, Maximum length: 10
custMgmtPartnerFunction-serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SrvcOrdPartnerAddressentity 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 theexecutemethod on the fluent helper object.
-
updateSrvcOrdPartnerAddress
@Nonnull SrvcOrdPartnerAddressUpdateFluentHelper updateSrvcOrdPartnerAddress(@Nonnull SrvcOrdPartnerAddress srvcOrdPartnerAddress) Deprecated.Update an existingSrvcOrdPartnerAddressentity and save it to the S/4HANA system.- Parameters:
srvcOrdPartnerAddress-SrvcOrdPartnerAddressentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SrvcOrdPartnerAddressentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSrvcOrdProdRefObject
Deprecated.Fetch multipleSrvcOrdProdRefObjectentities.- Returns:
- A fluent helper to fetch multiple
SrvcOrdProdRefObjectentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSrvcOrdProdRefObjectByKey
@Nonnull SrvcOrdProdRefObjectByKeyFluentHelper getSrvcOrdProdRefObjectByKey(String serviceOrder, String serviceReferenceProduct) Deprecated.Fetch a singleSrvcOrdProdRefObjectentity using key fields.- Parameters:
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
serviceReferenceProduct- Material NumberConstraints: Not nullable, Maximum length: 40
- Returns:
- A fluent helper to fetch a single
SrvcOrdProdRefObjectentity 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 theexecutemethod on the fluent helper object.
-
createSrvcOrdProdRefObject
@Nonnull SrvcOrdProdRefObjectCreateFluentHelper createSrvcOrdProdRefObject(@Nonnull SrvcOrdProdRefObject srvcOrdProdRefObject) Deprecated.Create a newSrvcOrdProdRefObjectentity and save it to the S/4HANA system.- Parameters:
srvcOrdProdRefObject-SrvcOrdProdRefObjectentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SrvcOrdProdRefObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSrvcOrdProdRefObject
@Nonnull SrvcOrdProdRefObjectDeleteFluentHelper deleteSrvcOrdProdRefObject(@Nonnull SrvcOrdProdRefObject srvcOrdProdRefObject) Deprecated.Deletes an existingSrvcOrdProdRefObjectentity in the S/4HANA system.- Parameters:
srvcOrdProdRefObject-SrvcOrdProdRefObjectentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SrvcOrdProdRefObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSrvcOrdRefServiceContract
Deprecated.Fetch multipleSrvcOrdRefServiceContractentities.- Returns:
- A fluent helper to fetch multiple
SrvcOrdRefServiceContractentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSrvcOrdRefServiceContractByKey
@Nonnull SrvcOrdRefServiceContractByKeyFluentHelper getSrvcOrdRefServiceContractByKey(String serviceOrder, String referenceServiceContract) Deprecated.Fetch a singleSrvcOrdRefServiceContractentity using key fields.- Parameters:
referenceServiceContract- Transaction IDConstraints: Not nullable, Maximum length: 10
serviceOrder- Transaction IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SrvcOrdRefServiceContractentity 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 theexecutemethod on the fluent helper object.
-