Interface BusinessSolutionOrderService

All Superinterfaces:
BatchService<BusinessSolutionOrderServiceBatch>
All Known Implementing Classes:
DefaultBusinessSolutionOrderService

@Deprecated public interface BusinessSolutionOrderService extends BatchService<BusinessSolutionOrderServiceBatch>
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 Business Solution Order processing in Service in SAP S/4HANA Cloud. In each API call, you can use the following operations: - Retrieve Business Solution Order. - Create Business Solution Order. Note: You must use “deep insert” requests (a header plus the following entities: Header details, Header text, Sales Items, Service Items and Service Contract Items). - Create new items for existing Business Solution Order. - Create an item reference object, item object list, item pricing element, and an item text for existing Business Solution Order items. - Update the header, header text, item, item pricing element, and item text of existing Business Solution Orders. - Delete the item, item reference object, item object list, item pricing element, and item text of existing Business Solution Orders. # .

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_BUS_SOLUTION_ORDER_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Business Solution Order Integration(SAP_COM_0706)
Scope Items: Solution Order Management(4GT)
Authentication Methods: x509
Business Object: Business Solution Order
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull BusinessSolutionOrderService 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.
    • getAllBSOrdSrvcContrItmBillgReqItm

      @Nonnull BSOrdSrvcContrItmBillgReqItmFluentHelper getAllBSOrdSrvcContrItmBillgReqItm()
      Deprecated.
      Fetch multiple BSOrdSrvcContrItmBillgReqItm entities.
      Returns:
      A fluent helper to fetch multiple BSOrdSrvcContrItmBillgReqItm 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.
    • getBSOrdSrvcContrItmBillgReqItmByKey

      @Nonnull BSOrdSrvcContrItmBillgReqItmByKeyFluentHelper getBSOrdSrvcContrItmBillgReqItmByKey(String businessSolutionOrder, String businessSolutionOrderItem, String billingRequestItem)
      Deprecated.
      Fetch a single BSOrdSrvcContrItmBillgReqItm entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      billingRequestItem - Billing Request Item No

      Constraints: Not nullable, Maximum length: 6

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

      @Nonnull BusinessSolutionOrderFluentHelper getAllBusinessSolutionOrder()
      Deprecated.
      Fetch multiple BusinessSolutionOrder entities.
      Returns:
      A fluent helper to fetch multiple BusinessSolutionOrder 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.
    • getBusinessSolutionOrderByKey

      @Nonnull BusinessSolutionOrderByKeyFluentHelper getBusinessSolutionOrderByKey(String businessSolutionOrder)
      Deprecated.
      Fetch a single BusinessSolutionOrder entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull BusinessSolutionOrderTextFluentHelper getAllBusinessSolutionOrderText()
      Deprecated.
      Fetch multiple BusinessSolutionOrderText entities.
      Returns:
      A fluent helper to fetch multiple BusinessSolutionOrderText 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.
    • getBusinessSolutionOrderTextByKey

      @Nonnull BusinessSolutionOrderTextByKeyFluentHelper getBusinessSolutionOrderTextByKey(String businessSolutionOrder, String language, String textObjectType)
      Deprecated.
      Fetch a single BusinessSolutionOrderText entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      textObjectType - Text ID

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

      @Nonnull BusSolnOrdBillgReqItmPrcElmFluentHelper getAllBusSolnOrdBillgReqItmPrcElm()
      Deprecated.
      Fetch multiple BusSolnOrdBillgReqItmPrcElm entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdBillgReqItmPrcElm 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.
    • getBusSolnOrdBillgReqItmPrcElmByKey

      @Nonnull BusSolnOrdBillgReqItmPrcElmByKeyFluentHelper getBusSolnOrdBillgReqItmPrcElmByKey(String businessSolutionOrder, String businessSolutionOrderItem, String billingRequestItem, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single BusSolnOrdBillgReqItmPrcElm entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      billingRequestItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

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

      @Nonnull BusSolnOrdEntProjectItemFluentHelper getAllBusSolnOrdEntProjectItem()
      Deprecated.
      Fetch multiple BusSolnOrdEntProjectItem entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdEntProjectItem 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.
    • getBusSolnOrdEntProjectItemByKey

      @Nonnull BusSolnOrdEntProjectItemByKeyFluentHelper getBusSolnOrdEntProjectItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
      Deprecated.
      Fetch a single BusSolnOrdEntProjectItem entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BusSolnOrderExpenseItemFluentHelper getAllBusSolnOrderExpenseItem()
      Deprecated.
      Fetch multiple BusSolnOrderExpenseItem entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrderExpenseItem 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.
    • getBusSolnOrderExpenseItemByKey

      @Nonnull BusSolnOrderExpenseItemByKeyFluentHelper getBusSolnOrderExpenseItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
      Deprecated.
      Fetch a single BusSolnOrderExpenseItem entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BusSolnOrderFUPSalesOrderFluentHelper getAllBusSolnOrderFUPSalesOrder()
      Deprecated.
      Fetch multiple BusSolnOrderFUPSalesOrder entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrderFUPSalesOrder 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.
    • getBusSolnOrderFUPSalesOrderByKey

      @Nonnull BusSolnOrderFUPSalesOrderByKeyFluentHelper getBusSolnOrderFUPSalesOrderByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
      Deprecated.
      Fetch a single BusSolnOrderFUPSalesOrder entity using key fields.
      Parameters:
      serviceDocumentRelationUUID - Object Relationship Service : GUID binary link

      Constraints: Not nullable

      serviceDocRltnSequenceNumber - Sequential Number of Segment in IDoc Type

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull BusSolnOrderItemObjectListFluentHelper getAllBusSolnOrderItemObjectList()
      Deprecated.
      Fetch multiple BusSolnOrderItemObjectList entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrderItemObjectList 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.
    • getBusSolnOrderItemObjectListByKey

      @Nonnull BusSolnOrderItemObjectListByKeyFluentHelper getBusSolnOrderItemObjectListByKey(String businessSolutionOrder, String businessSolutionOrderItem, String product, String equipment, String serviceRefFunctionalLocation)
      Deprecated.
      Fetch a single BusSolnOrderItemObjectList entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      equipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      serviceRefFunctionalLocation - Functional Location

      Constraints: Not nullable, Maximum length: 40

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

      @Nonnull BusSolnOrderItemPriceElementFluentHelper getAllBusSolnOrderItemPriceElement()
      Deprecated.
      Fetch multiple BusSolnOrderItemPriceElement entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrderItemPriceElement 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.
    • getBusSolnOrderItemPriceElementByKey

      @Nonnull BusSolnOrderItemPriceElementByKeyFluentHelper getBusSolnOrderItemPriceElementByKey(String businessSolutionOrder, String businessSolutionOrderItem, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single BusSolnOrderItemPriceElement entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      businessSolutionOrderItem - Condition item number

      Constraints: Not nullable, Maximum length: 6

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

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

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

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

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

      @Nonnull BusSolnOrderItemProductListFluentHelper getAllBusSolnOrderItemProductList()
      Deprecated.
      Fetch multiple BusSolnOrderItemProductList entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrderItemProductList 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.
    • getBusSolnOrderItemProductListByKey

      @Nonnull BusSolnOrderItemProductListByKeyFluentHelper getBusSolnOrderItemProductListByKey(String businessSolutionOrder, String businessSolutionOrderItem, String srvcProductListProduct)
      Deprecated.
      Fetch a single BusSolnOrderItemProductList entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      srvcProductListProduct - Material Number

      Constraints: Not nullable, Maximum length: 40

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BusSolnOrderItemScheduleLineFluentHelper getAllBusSolnOrderItemScheduleLine()
      Deprecated.
      Fetch multiple BusSolnOrderItemScheduleLine entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrderItemScheduleLine 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.
    • getBusSolnOrderItemScheduleLineByKey

      @Nonnull BusSolnOrderItemScheduleLineByKeyFluentHelper getBusSolnOrderItemScheduleLineByKey(String businessSolutionOrder, String businessSolutionOrderItem, String scheduleLine)
      Deprecated.
      Fetch a single BusSolnOrderItemScheduleLine entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      scheduleLine - Schedule Line Number

      Constraints: Not nullable, Maximum length: 4

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

      @Nonnull BusSolnOrderSalesItemFluentHelper getAllBusSolnOrderSalesItem()
      Deprecated.
      Fetch multiple BusSolnOrderSalesItem entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrderSalesItem 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.
    • getBusSolnOrderSalesItemByKey

      @Nonnull BusSolnOrderSalesItemByKeyFluentHelper getBusSolnOrderSalesItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
      Deprecated.
      Fetch a single BusSolnOrderSalesItem entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BusSolnOrderServiceItemFluentHelper getAllBusSolnOrderServiceItem()
      Deprecated.
      Fetch multiple BusSolnOrderServiceItem entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrderServiceItem 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.
    • getBusSolnOrderServiceItemByKey

      @Nonnull BusSolnOrderServiceItemByKeyFluentHelper getBusSolnOrderServiceItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
      Deprecated.
      Fetch a single BusSolnOrderServiceItem entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BusSolnOrdFUPEntProjectFluentHelper getAllBusSolnOrdFUPEntProject()
      Deprecated.
      Fetch multiple BusSolnOrdFUPEntProject entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdFUPEntProject 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.
    • getBusSolnOrdFUPEntProjectByKey

      @Nonnull BusSolnOrdFUPEntProjectByKeyFluentHelper getBusSolnOrdFUPEntProjectByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
      Deprecated.
      Fetch a single BusSolnOrdFUPEntProject entity using key fields.
      Parameters:
      serviceDocumentRelationUUID - Object Relationship Service : GUID binary link

      Constraints: Not nullable

      serviceDocRltnSequenceNumber - Sequential Number of Segment in IDoc Type

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull BusSolnOrdFUPServiceContractFluentHelper getAllBusSolnOrdFUPServiceContract()
      Deprecated.
      Fetch multiple BusSolnOrdFUPServiceContract entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdFUPServiceContract 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.
    • getBusSolnOrdFUPServiceContractByKey

      @Nonnull BusSolnOrdFUPServiceContractByKeyFluentHelper getBusSolnOrdFUPServiceContractByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
      Deprecated.
      Fetch a single BusSolnOrdFUPServiceContract entity using key fields.
      Parameters:
      serviceDocumentRelationUUID - Object Relationship Service : GUID binary link

      Constraints: Not nullable

      serviceDocRltnSequenceNumber - Sequential Number of Segment in IDoc Type

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull BusSolnOrdFUPServiceOrderFluentHelper getAllBusSolnOrdFUPServiceOrder()
      Deprecated.
      Fetch multiple BusSolnOrdFUPServiceOrder entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdFUPServiceOrder 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.
    • getBusSolnOrdFUPServiceOrderByKey

      @Nonnull BusSolnOrdFUPServiceOrderByKeyFluentHelper getBusSolnOrdFUPServiceOrderByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
      Deprecated.
      Fetch a single BusSolnOrdFUPServiceOrder entity using key fields.
      Parameters:
      serviceDocumentRelationUUID - Object Relationship Service : GUID binary link

      Constraints: Not nullable

      serviceDocRltnSequenceNumber - Sequential Number of Segment in IDoc Type

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull BusSolnOrdFUPSubscrpnFluentHelper getAllBusSolnOrdFUPSubscrpn()
      Deprecated.
      Fetch multiple BusSolnOrdFUPSubscrpn entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdFUPSubscrpn 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.
    • getBusSolnOrdFUPSubscrpnByKey

      @Nonnull BusSolnOrdFUPSubscrpnByKeyFluentHelper getBusSolnOrdFUPSubscrpnByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
      Deprecated.
      Fetch a single BusSolnOrdFUPSubscrpn entity using key fields.
      Parameters:
      serviceDocumentRelationUUID - Object Relationship Service : GUID binary link

      Constraints: Not nullable

      serviceDocRltnSequenceNumber - Sequential Number of Segment in IDoc Type

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull BusSolnOrdItemRelationshipsFluentHelper getAllBusSolnOrdItemRelationships()
      Deprecated.
      Fetch multiple BusSolnOrdItemRelationships entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItemRelationships 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.
    • getBusSolnOrdItemRelationshipsByKey

      @Nonnull BusSolnOrdItemRelationshipsByKeyFluentHelper getBusSolnOrdItemRelationshipsByKey(String businessSolutionOrder, String srvcItemRelshpFromItemNumber, String srvcItemRelshpType, String srvcItemRelshpToItemNumber)
      Deprecated.
      Fetch a single BusSolnOrdItemRelationships entity using key fields.
      Parameters:
      srvcItemRelshpToItemNumber - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      srvcItemRelshpFromItemNumber - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      srvcItemRelshpType - Item Relationship Type

      Constraints: Not nullable, Maximum length: 3

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

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

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

      @Nonnull BusSolnOrdItmConfigurationFluentHelper getAllBusSolnOrdItmConfiguration()
      Deprecated.
      Fetch multiple BusSolnOrdItmConfiguration entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmConfiguration 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.
    • getBusSolnOrdItmConfigurationByKey

      @Nonnull BusSolnOrdItmConfigurationByKeyFluentHelper getBusSolnOrdItmConfigurationByKey(String varConfignInstceBusObjectKey, String varConfignInstceBusObjectType, String variantConfigurationInstance, String charcInternalID, String charcValue, Double charcFromNumericValue, Double charcToNumericValue)
      Deprecated.
      Fetch a single BusSolnOrdItmConfiguration entity using key fields.
      Parameters:
      charcValue - Characteristic Value

      Constraints: Not nullable, Maximum length: 70

      varConfignInstceBusObjectKey - IB: Key of a Referencing Object

      Constraints: Not nullable, Maximum length: 50

      charcInternalID - Characteristic Internal ID

      Constraints: Not nullable, Maximum length: 10

      charcFromNumericValue - Internal floating point from

      Constraints: Not nullable

      variantConfigurationInstance - IB: Component (instance)

      Constraints: Not nullable, Maximum length: 18

      charcToNumericValue - Internal floating point value to

      Constraints: Not nullable

      varConfignInstceBusObjectType - IB: External Type of a (Referencing) Object

      Constraints: Not nullable, Maximum length: 10

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

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

      @Nonnull BusSolnOrdItmFUPEntProjectFluentHelper getAllBusSolnOrdItmFUPEntProject()
      Deprecated.
      Fetch multiple BusSolnOrdItmFUPEntProject entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmFUPEntProject 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.
    • getBusSolnOrdItmFUPEntProjectByKey

      @Nonnull BusSolnOrdItmFUPEntProjectByKeyFluentHelper getBusSolnOrdItmFUPEntProjectByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
      Deprecated.
      Fetch a single BusSolnOrdItmFUPEntProject entity using key fields.
      Parameters:
      serviceDocumentItmRelationUUID - Object Relationship Service : GUID binary link

      Constraints: Not nullable

      serviceDocItmRltnSqncNumber - Sequential Number of Segment in IDoc Type

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull BusSolnOrdItmFUPSalesOrderFluentHelper getAllBusSolnOrdItmFUPSalesOrder()
      Deprecated.
      Fetch multiple BusSolnOrdItmFUPSalesOrder entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmFUPSalesOrder 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.
    • getBusSolnOrdItmFUPSalesOrderByKey

      @Nonnull BusSolnOrdItmFUPSalesOrderByKeyFluentHelper getBusSolnOrdItmFUPSalesOrderByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
      Deprecated.
      Fetch a single BusSolnOrdItmFUPSalesOrder entity using key fields.
      Parameters:
      serviceDocumentItmRelationUUID - Object Relationship Service : GUID binary link

      Constraints: Not nullable

      serviceDocItmRltnSqncNumber - Sequential Number of Segment in IDoc Type

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull BusSolnOrdItmFUPServiceOrderFluentHelper getAllBusSolnOrdItmFUPServiceOrder()
      Deprecated.
      Fetch multiple BusSolnOrdItmFUPServiceOrder entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmFUPServiceOrder 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.
    • getBusSolnOrdItmFUPServiceOrderByKey

      @Nonnull BusSolnOrdItmFUPServiceOrderByKeyFluentHelper getBusSolnOrdItmFUPServiceOrderByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
      Deprecated.
      Fetch a single BusSolnOrdItmFUPServiceOrder entity using key fields.
      Parameters:
      serviceDocumentItmRelationUUID - Object Relationship Service : GUID binary link

      Constraints: Not nullable

      serviceDocItmRltnSqncNumber - Sequential Number of Segment in IDoc Type

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull BusSolnOrdItmFUPSrvcContrFluentHelper getAllBusSolnOrdItmFUPSrvcContr()
      Deprecated.
      Fetch multiple BusSolnOrdItmFUPSrvcContr entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmFUPSrvcContr 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.
    • getBusSolnOrdItmFUPSrvcContrByKey

      @Nonnull BusSolnOrdItmFUPSrvcContrByKeyFluentHelper getBusSolnOrdItmFUPSrvcContrByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
      Deprecated.
      Fetch a single BusSolnOrdItmFUPSrvcContr entity using key fields.
      Parameters:
      serviceDocumentItmRelationUUID - Object Relationship Service : GUID binary link

      Constraints: Not nullable

      serviceDocItmRltnSqncNumber - Sequential Number of Segment in IDoc Type

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull BusSolnOrdItmFUPSubscrpnFluentHelper getAllBusSolnOrdItmFUPSubscrpn()
      Deprecated.
      Fetch multiple BusSolnOrdItmFUPSubscrpn entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmFUPSubscrpn 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.
    • getBusSolnOrdItmFUPSubscrpnByKey

      @Nonnull BusSolnOrdItmFUPSubscrpnByKeyFluentHelper getBusSolnOrdItmFUPSubscrpnByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
      Deprecated.
      Fetch a single BusSolnOrdItmFUPSubscrpn entity using key fields.
      Parameters:
      serviceDocumentItmRelationUUID - Object Relationship Service : GUID binary link

      Constraints: Not nullable

      serviceDocItmRltnSqncNumber - Sequential Number of Segment in IDoc Type

      Constraints: Not nullable, Maximum length: 4

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

      @Nonnull BusSolnOrdItmRateElementFluentHelper getAllBusSolnOrdItmRateElement()
      Deprecated.
      Fetch multiple BusSolnOrdItmRateElement entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmRateElement 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.
    • getBusSolnOrdItmRateElementByKey

      @Nonnull BusSolnOrdItmRateElementByKeyFluentHelper getBusSolnOrdItmRateElementByKey(String businessSolutionOrder, String businessSolutionOrderItem, String subscriptionRateElement, String subscriptionRateElementType)
      Deprecated.
      Fetch a single BusSolnOrdItmRateElement entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      subscriptionRateElementType - Rate Type

      Constraints: Not nullable, Maximum length: 1

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      subscriptionRateElement - Product Number

      Constraints: Not nullable, Maximum length: 40

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

      @Nonnull BusSolnOrdItmRateElmntPrcElmFluentHelper getAllBusSolnOrdItmRateElmntPrcElm()
      Deprecated.
      Fetch multiple BusSolnOrdItmRateElmntPrcElm entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmRateElmntPrcElm 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.
    • getBusSolnOrdItmRateElmntPrcElmByKey

      @Nonnull BusSolnOrdItmRateElmntPrcElmByKeyFluentHelper getBusSolnOrdItmRateElmntPrcElmByKey(String businessSolutionOrder, String businessSolutionOrderItem, String subscriptionRateElement, String pricingProcedureStep, String pricingProcedureCounter)
      Deprecated.
      Fetch a single BusSolnOrdItmRateElmntPrcElm entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      pricingProcedureCounter - Condition Counter

      Constraints: Not nullable, Maximum length: 3

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      subscriptionRateElement - Product Number

      Constraints: Not nullable, Maximum length: 40

      pricingProcedureStep - Step Number

      Constraints: Not nullable, Maximum length: 3

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

      @Nonnull BusSolnOrdItmReferenceObjectFluentHelper getAllBusSolnOrdItmReferenceObject()
      Deprecated.
      Fetch multiple BusSolnOrdItmReferenceObject entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmReferenceObject 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.
    • getBusSolnOrdItmReferenceObjectByKey

      @Nonnull BusSolnOrdItmReferenceObjectByKeyFluentHelper getBusSolnOrdItmReferenceObjectByKey(String businessSolutionOrder, String businessSolutionOrderItem, String referenceProduct, String serviceRefFunctionalLocation, String serviceReferenceEquipment)
      Deprecated.
      Fetch a single BusSolnOrdItmReferenceObject entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      serviceRefFunctionalLocation - Functional Location

      Constraints: Not nullable, Maximum length: 40

      referenceProduct - Material Number

      Constraints: Not nullable, Maximum length: 40

      serviceReferenceEquipment - Equipment Number

      Constraints: Not nullable, Maximum length: 18

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BusSolnOrdItmSubscrpnParamFluentHelper getAllBusSolnOrdItmSubscrpnParam()
      Deprecated.
      Fetch multiple BusSolnOrdItmSubscrpnParam entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmSubscrpnParam 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.
    • getBusSolnOrdItmSubscrpnParamByKey

      @Nonnull BusSolnOrdItmSubscrpnParamByKeyFluentHelper getBusSolnOrdItmSubscrpnParamByKey(String businessSolutionOrder, String businessSolutionOrderItem, String subscriptionParameter)
      Deprecated.
      Fetch a single BusSolnOrdItmSubscrpnParam entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      subscriptionParameter - Subscription Billing Parameter ID

      Constraints: Not nullable, Maximum length: 64

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BusSolnOrdItmSubscrpnPrAgrmtFluentHelper getAllBusSolnOrdItmSubscrpnPrAgrmt()
      Deprecated.
      Fetch multiple BusSolnOrdItmSubscrpnPrAgrmt entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmSubscrpnPrAgrmt 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.
    • getBusSolnOrdItmSubscrpnPrAgrmtByKey

      @Nonnull BusSolnOrdItmSubscrpnPrAgrmtByKeyFluentHelper getBusSolnOrdItmSubscrpnPrAgrmtByKey(String businessSolutionOrder, String businessSolutionOrderItem, String subscriptionRateElement, String subscriptionRateSubElement, String subscrpnBillgPrcElmntSpec, String subscrpnBillgPricingField, String subscrpnBillgPrcAgreementLine)
      Deprecated.
      Fetch a single BusSolnOrdItmSubscrpnPrAgrmt entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      subscrpnBillgPricingField - Pricing Field ID

      Constraints: Not nullable, Maximum length: 20

      subscriptionRateSubElement - Rate Subelement ID

      Constraints: Not nullable, Maximum length: 50

      subscrpnBillgPrcElmntSpec - Code of Price Element Specification

      Constraints: Not nullable, Maximum length: 20

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      subscriptionRateElement - Product Number

      Constraints: Not nullable, Maximum length: 40

      subscrpnBillgPrcAgreementLine - Condition item number

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BusSolnOrdItmSubscrpnPrParamFluentHelper getAllBusSolnOrdItmSubscrpnPrParam()
      Deprecated.
      Fetch multiple BusSolnOrdItmSubscrpnPrParam entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmSubscrpnPrParam 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.
    • getBusSolnOrdItmSubscrpnPrParamByKey

      @Nonnull BusSolnOrdItmSubscrpnPrParamByKeyFluentHelper getBusSolnOrdItmSubscrpnPrParamByKey(String businessSolutionOrder, String businessSolutionOrderItem, String subscrpnPrcgParameter)
      Deprecated.
      Fetch a single BusSolnOrdItmSubscrpnPrParam entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

      subscrpnPrcgParameter - Subscription Billing Parameter ID

      Constraints: Not nullable, Maximum length: 64

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

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

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

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

      @Nonnull BusSolnOrdItmUserStatusFluentHelper getAllBusSolnOrdItmUserStatus()
      Deprecated.
      Fetch multiple BusSolnOrdItmUserStatus entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdItmUserStatus 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.
    • getBusSolnOrdItmUserStatusByKey

      @Nonnull BusSolnOrdItmUserStatusByKeyFluentHelper getBusSolnOrdItmUserStatusByKey(String businessSolutionOrder, String businessSolutionOrderItem, String userStatus)
      Deprecated.
      Fetch a single BusSolnOrdItmUserStatus entity using key fields.
      Parameters:
      userStatus - Object Status

      Constraints: Not nullable, Maximum length: 5

      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BusSolnOrdSrvcContractItemFluentHelper getAllBusSolnOrdSrvcContractItem()
      Deprecated.
      Fetch multiple BusSolnOrdSrvcContractItem entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdSrvcContractItem 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.
    • getBusSolnOrdSrvcContractItemByKey

      @Nonnull BusSolnOrdSrvcContractItemByKeyFluentHelper getBusSolnOrdSrvcContractItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
      Deprecated.
      Fetch a single BusSolnOrdSrvcContractItem entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BusSolnOrdSrvcPrtItemFluentHelper getAllBusSolnOrdSrvcPrtItem()
      Deprecated.
      Fetch multiple BusSolnOrdSrvcPrtItem entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdSrvcPrtItem 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.
    • getBusSolnOrdSrvcPrtItemByKey

      @Nonnull BusSolnOrdSrvcPrtItemByKeyFluentHelper getBusSolnOrdSrvcPrtItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
      Deprecated.
      Fetch a single BusSolnOrdSrvcPrtItem entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BusSolnOrdSubscrpnBillgItemFluentHelper getAllBusSolnOrdSubscrpnBillgItem()
      Deprecated.
      Fetch multiple BusSolnOrdSubscrpnBillgItem entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdSubscrpnBillgItem 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.
    • getBusSolnOrdSubscrpnBillgItemByKey

      @Nonnull BusSolnOrdSubscrpnBillgItemByKeyFluentHelper getBusSolnOrdSubscrpnBillgItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
      Deprecated.
      Fetch a single BusSolnOrdSubscrpnBillgItem entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull BusSolnOrdUserStatusFluentHelper getAllBusSolnOrdUserStatus()
      Deprecated.
      Fetch multiple BusSolnOrdUserStatus entities.
      Returns:
      A fluent helper to fetch multiple BusSolnOrdUserStatus 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.
    • getBusSolnOrdUserStatusByKey

      @Nonnull BusSolnOrdUserStatusByKeyFluentHelper getBusSolnOrdUserStatusByKey(String businessSolutionOrder, String userStatus)
      Deprecated.
      Fetch a single BusSolnOrdUserStatus entity using key fields.
      Parameters:
      userStatus - Object Status

      Constraints: Not nullable, Maximum length: 5

      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

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

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

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

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

      @Nonnull BusSolutionOrderItemTextFluentHelper getAllBusSolutionOrderItemText()
      Deprecated.
      Fetch multiple BusSolutionOrderItemText entities.
      Returns:
      A fluent helper to fetch multiple BusSolutionOrderItemText 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.
    • getBusSolutionOrderItemTextByKey

      @Nonnull BusSolutionOrderItemTextByKeyFluentHelper getBusSolutionOrderItemTextByKey(String businessSolutionOrder, String businessSolutionOrderItem, String language, String textObjectType)
      Deprecated.
      Fetch a single BusSolutionOrderItemText entity using key fields.
      Parameters:
      businessSolutionOrder - Transaction ID

      Constraints: Not nullable, Maximum length: 10

      textObjectType - Text ID

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      businessSolutionOrderItem - Shortened Item Number in Document

      Constraints: Not nullable, Maximum length: 6

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

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

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

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

      @Nonnull LinkProjectItemFluentHelper linkProjectItem(@Nonnull String linkedProject, @Nonnull String businessSolutionOrderItem, @Nonnull String businessSolutionOrder)
      Deprecated.

      Creates a fluent helper for the LinkProjectItem OData function import.

      Parameters:
      businessSolutionOrder - Object ID

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: BusinessSolutionOrder

      linkedProject - Project

      Constraints: Not nullable, Maximum length: 24

      Original parameter name from the Odata EDM: LinkedProject

      businessSolutionOrderItem - Item Number

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: BusinessSolutionOrderItem

      Returns:
      A fluent helper object that will execute the LinkProjectItem OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • unlinkProjectItem

      @Nonnull UnlinkProjectItemFluentHelper unlinkProjectItem(@Nonnull String linkedProject, @Nonnull String businessSolutionOrderItem, @Nonnull String businessSolutionOrder)
      Deprecated.

      Creates a fluent helper for the UnlinkProjectItem OData function import.

      Parameters:
      businessSolutionOrder - Object ID

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: BusinessSolutionOrder

      linkedProject - Project

      Constraints: Not nullable, Maximum length: 24

      Original parameter name from the Odata EDM: LinkedProject

      businessSolutionOrderItem - Item Number

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: BusinessSolutionOrderItem

      Returns:
      A fluent helper object that will execute the UnlinkProjectItem OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • rejectItem

      @Nonnull RejectItemFluentHelper rejectItem(@Nonnull String busSolnOrdItmRjcnReason, @Nonnull String businessSolutionOrderItem, @Nonnull String businessSolutionOrder)
      Deprecated.

      Creates a fluent helper for the RejectItem OData function import.

      Parameters:
      busSolnOrdItmRjcnReason - Rejection Reason

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: BusSolnOrdItmRjcnReason

      businessSolutionOrder - Object ID

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: BusinessSolutionOrder

      businessSolutionOrderItem - Item Number

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: BusinessSolutionOrderItem

      Returns:
      A fluent helper object that will execute the RejectItem OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • reDistribute

      @Nonnull ReDistributeFluentHelper reDistribute(@Nonnull String businessSolutionOrder)
      Deprecated.

      Creates a fluent helper for the ReDistribute OData function import.

      Parameters:
      businessSolutionOrder - Object ID

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: BusinessSolutionOrder

      Returns:
      A fluent helper object that will execute the ReDistribute OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.