public interface BusinessSolutionOrderService extends BatchService<BusinessSolutionOrderServiceBatch>
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. # .
Reference: SAP API Business Hub
OData Service: | API_BUS_SOLUTION_ORDER_SRV |
API Version: | 1 |
Communication Scenario: | Business Solution Order Integration (SAP_COM_0706) |
Scope Items: | Solution Order (4GT) |
Authentication Methods: | Basic, x509 |
Business Object: | BusinessSolutionOrder |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull BusinessSolutionOrderService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BusinessSolutionOrderFluentHelper getAllBusinessSolutionOrder()
BusinessSolutionOrder
entities.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.@Nonnull BusinessSolutionOrderByKeyFluentHelper getBusinessSolutionOrderByKey(String businessSolutionOrder)
BusinessSolutionOrder
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
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.@Nonnull BusinessSolutionOrderCreateFluentHelper createBusinessSolutionOrder(@Nonnull BusinessSolutionOrder businessSolutionOrder)
BusinessSolutionOrder
entity and save it to the S/4HANA system.businessSolutionOrder
- BusinessSolutionOrder
entity object that will be created in the S/4HANA system.BusinessSolutionOrder
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessSolutionOrderUpdateFluentHelper updateBusinessSolutionOrder(@Nonnull BusinessSolutionOrder businessSolutionOrder)
BusinessSolutionOrder
entity and save it to the S/4HANA system.businessSolutionOrder
- BusinessSolutionOrder
entity object that will be updated in the S/4HANA system.BusinessSolutionOrder
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessSolutionOrderTextFluentHelper getAllBusinessSolutionOrderText()
BusinessSolutionOrderText
entities.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.@Nonnull BusinessSolutionOrderTextByKeyFluentHelper getBusinessSolutionOrderTextByKey(String businessSolutionOrder, String language, String textObjectType)
BusinessSolutionOrderText
entity using key fields.businessSolutionOrder
- Number which identifies the transaction document. It is unique for the respective business transaction
category.
Constraints: Not nullable, Maximum length: 10
textObjectType
- The text ID defines the various types of texts related to a text object. For example, the object
"TEXT" (standard texts) can have the following text IDs:
Constraints: Not nullable, Maximum length: 4
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
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.@Nonnull BusinessSolutionOrderTextCreateFluentHelper createBusinessSolutionOrderText(@Nonnull BusinessSolutionOrderText businessSolutionOrderText)
BusinessSolutionOrderText
entity and save it to the S/4HANA system.businessSolutionOrderText
- BusinessSolutionOrderText
entity object that will be created in the S/4HANA system.BusinessSolutionOrderText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessSolutionOrderTextUpdateFluentHelper updateBusinessSolutionOrderText(@Nonnull BusinessSolutionOrderText businessSolutionOrderText)
BusinessSolutionOrderText
entity and save it to the S/4HANA system.businessSolutionOrderText
- BusinessSolutionOrderText
entity object that will be updated in the S/4HANA system.BusinessSolutionOrderText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessSolutionOrderTextDeleteFluentHelper deleteBusinessSolutionOrderText(@Nonnull BusinessSolutionOrderText businessSolutionOrderText)
BusinessSolutionOrderText
entity in the S/4HANA system.businessSolutionOrderText
- BusinessSolutionOrderText
entity object that will be deleted in the S/4HANA system.BusinessSolutionOrderText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderExpenseItemFluentHelper getAllBusSolnOrderExpenseItem()
BusSolnOrderExpenseItem
entities.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.@Nonnull BusSolnOrderExpenseItemByKeyFluentHelper getBusSolnOrderExpenseItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
BusSolnOrderExpenseItem
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BusSolnOrderExpenseItemCreateFluentHelper createBusSolnOrderExpenseItem(@Nonnull BusSolnOrderExpenseItem busSolnOrderExpenseItem)
BusSolnOrderExpenseItem
entity and save it to the S/4HANA system.busSolnOrderExpenseItem
- BusSolnOrderExpenseItem
entity object that will be created in the S/4HANA system.BusSolnOrderExpenseItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderExpenseItemUpdateFluentHelper updateBusSolnOrderExpenseItem(@Nonnull BusSolnOrderExpenseItem busSolnOrderExpenseItem)
BusSolnOrderExpenseItem
entity and save it to the S/4HANA system.busSolnOrderExpenseItem
- BusSolnOrderExpenseItem
entity object that will be updated in the S/4HANA system.BusSolnOrderExpenseItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderExpenseItemDeleteFluentHelper deleteBusSolnOrderExpenseItem(@Nonnull BusSolnOrderExpenseItem busSolnOrderExpenseItem)
BusSolnOrderExpenseItem
entity in the S/4HANA system.busSolnOrderExpenseItem
- BusSolnOrderExpenseItem
entity object that will be deleted in the S/4HANA system.BusSolnOrderExpenseItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderFUPSalesOrderFluentHelper getAllBusSolnOrderFUPSalesOrder()
BusSolnOrderFUPSalesOrder
entities.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.@Nonnull BusSolnOrderFUPSalesOrderByKeyFluentHelper getBusSolnOrderFUPSalesOrderByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
BusSolnOrderFUPSalesOrder
entity using key fields.serviceDocumentRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocRltnSequenceNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BusSolnOrderItemObjectListFluentHelper getAllBusSolnOrderItemObjectList()
BusSolnOrderItemObjectList
entities.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.@Nonnull BusSolnOrderItemObjectListByKeyFluentHelper getBusSolnOrderItemObjectListByKey(String businessSolutionOrder, String businessSolutionOrderItem, String product, String equipment, String serviceRefFunctionalLocation)
BusSolnOrderItemObjectList
entity using key fields.product
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
equipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
serviceRefFunctionalLocation
- Label that uniquely identifies a functional location.
Constraints: Not nullable, Maximum length: 40
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BusSolnOrderItemObjectListCreateFluentHelper createBusSolnOrderItemObjectList(@Nonnull BusSolnOrderItemObjectList busSolnOrderItemObjectList)
BusSolnOrderItemObjectList
entity and save it to the S/4HANA system.busSolnOrderItemObjectList
- BusSolnOrderItemObjectList
entity object that will be created in the S/4HANA system.BusSolnOrderItemObjectList
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderItemObjectListDeleteFluentHelper deleteBusSolnOrderItemObjectList(@Nonnull BusSolnOrderItemObjectList busSolnOrderItemObjectList)
BusSolnOrderItemObjectList
entity in the S/4HANA system.busSolnOrderItemObjectList
- BusSolnOrderItemObjectList
entity object that will be deleted in the S/4HANA system.BusSolnOrderItemObjectList
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderItemPriceElementFluentHelper getAllBusSolnOrderItemPriceElement()
BusSolnOrderItemPriceElement
entities.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.@Nonnull BusSolnOrderItemPriceElementByKeyFluentHelper getBusSolnOrderItemPriceElementByKey(String businessSolutionOrder, String businessSolutionOrderItem, String pricingProcedureStep, String pricingProcedureCounter)
BusSolnOrderItemPriceElement
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
pricingProcedureCounter
- Access number of the conditions within a step in the pricing procedure.
Constraints: Not nullable, Maximum length: 3
businessSolutionOrderItem
- The number that uniquely identifies the condition item.
Constraints: Not nullable, Maximum length: 6
pricingProcedureStep
- Number that determines the sequence of the condition within a procedure.
Constraints: Not nullable, Maximum length: 3
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.@Nonnull BusSolnOrderItemPriceElementCreateFluentHelper createBusSolnOrderItemPriceElement(@Nonnull BusSolnOrderItemPriceElement busSolnOrderItemPriceElement)
BusSolnOrderItemPriceElement
entity and save it to the S/4HANA system.busSolnOrderItemPriceElement
- BusSolnOrderItemPriceElement
entity object that will be created in the S/4HANA system.BusSolnOrderItemPriceElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderItemPriceElementUpdateFluentHelper updateBusSolnOrderItemPriceElement(@Nonnull BusSolnOrderItemPriceElement busSolnOrderItemPriceElement)
BusSolnOrderItemPriceElement
entity and save it to the S/4HANA system.busSolnOrderItemPriceElement
- BusSolnOrderItemPriceElement
entity object that will be updated in the S/4HANA system.BusSolnOrderItemPriceElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderItemPriceElementDeleteFluentHelper deleteBusSolnOrderItemPriceElement(@Nonnull BusSolnOrderItemPriceElement busSolnOrderItemPriceElement)
BusSolnOrderItemPriceElement
entity in the S/4HANA system.busSolnOrderItemPriceElement
- BusSolnOrderItemPriceElement
entity object that will be deleted in the S/4HANA system.BusSolnOrderItemPriceElement
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderItemProductListFluentHelper getAllBusSolnOrderItemProductList()
BusSolnOrderItemProductList
entities.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.@Nonnull BusSolnOrderItemProductListByKeyFluentHelper getBusSolnOrderItemProductListByKey(String businessSolutionOrder, String businessSolutionOrderItem, String srvcProductListProduct)
BusSolnOrderItemProductList
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
srvcProductListProduct
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BusSolnOrderItemProductListCreateFluentHelper createBusSolnOrderItemProductList(@Nonnull BusSolnOrderItemProductList busSolnOrderItemProductList)
BusSolnOrderItemProductList
entity and save it to the S/4HANA system.busSolnOrderItemProductList
- BusSolnOrderItemProductList
entity object that will be created in the S/4HANA system.BusSolnOrderItemProductList
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderItemProductListUpdateFluentHelper updateBusSolnOrderItemProductList(@Nonnull BusSolnOrderItemProductList busSolnOrderItemProductList)
BusSolnOrderItemProductList
entity and save it to the S/4HANA system.busSolnOrderItemProductList
- BusSolnOrderItemProductList
entity object that will be updated in the S/4HANA system.BusSolnOrderItemProductList
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderItemProductListDeleteFluentHelper deleteBusSolnOrderItemProductList(@Nonnull BusSolnOrderItemProductList busSolnOrderItemProductList)
BusSolnOrderItemProductList
entity in the S/4HANA system.busSolnOrderItemProductList
- BusSolnOrderItemProductList
entity object that will be deleted in the S/4HANA system.BusSolnOrderItemProductList
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderItemScheduleLineFluentHelper getAllBusSolnOrderItemScheduleLine()
BusSolnOrderItemScheduleLine
entities.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.@Nonnull BusSolnOrderItemScheduleLineByKeyFluentHelper getBusSolnOrderItemScheduleLineByKey(String businessSolutionOrder, String businessSolutionOrderItem, String scheduleLine)
BusSolnOrderItemScheduleLine
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
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
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.@Nonnull BusSolnOrderSalesItemFluentHelper getAllBusSolnOrderSalesItem()
BusSolnOrderSalesItem
entities.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.@Nonnull BusSolnOrderSalesItemByKeyFluentHelper getBusSolnOrderSalesItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
BusSolnOrderSalesItem
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BusSolnOrderSalesItemCreateFluentHelper createBusSolnOrderSalesItem(@Nonnull BusSolnOrderSalesItem busSolnOrderSalesItem)
BusSolnOrderSalesItem
entity and save it to the S/4HANA system.busSolnOrderSalesItem
- BusSolnOrderSalesItem
entity object that will be created in the S/4HANA system.BusSolnOrderSalesItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderSalesItemUpdateFluentHelper updateBusSolnOrderSalesItem(@Nonnull BusSolnOrderSalesItem busSolnOrderSalesItem)
BusSolnOrderSalesItem
entity and save it to the S/4HANA system.busSolnOrderSalesItem
- BusSolnOrderSalesItem
entity object that will be updated in the S/4HANA system.BusSolnOrderSalesItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderSalesItemDeleteFluentHelper deleteBusSolnOrderSalesItem(@Nonnull BusSolnOrderSalesItem busSolnOrderSalesItem)
BusSolnOrderSalesItem
entity in the S/4HANA system.busSolnOrderSalesItem
- BusSolnOrderSalesItem
entity object that will be deleted in the S/4HANA system.BusSolnOrderSalesItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderServiceItemFluentHelper getAllBusSolnOrderServiceItem()
BusSolnOrderServiceItem
entities.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.@Nonnull BusSolnOrderServiceItemByKeyFluentHelper getBusSolnOrderServiceItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
BusSolnOrderServiceItem
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BusSolnOrderServiceItemCreateFluentHelper createBusSolnOrderServiceItem(@Nonnull BusSolnOrderServiceItem busSolnOrderServiceItem)
BusSolnOrderServiceItem
entity and save it to the S/4HANA system.busSolnOrderServiceItem
- BusSolnOrderServiceItem
entity object that will be created in the S/4HANA system.BusSolnOrderServiceItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderServiceItemUpdateFluentHelper updateBusSolnOrderServiceItem(@Nonnull BusSolnOrderServiceItem busSolnOrderServiceItem)
BusSolnOrderServiceItem
entity and save it to the S/4HANA system.busSolnOrderServiceItem
- BusSolnOrderServiceItem
entity object that will be updated in the S/4HANA system.BusSolnOrderServiceItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrderServiceItemDeleteFluentHelper deleteBusSolnOrderServiceItem(@Nonnull BusSolnOrderServiceItem busSolnOrderServiceItem)
BusSolnOrderServiceItem
entity in the S/4HANA system.busSolnOrderServiceItem
- BusSolnOrderServiceItem
entity object that will be deleted in the S/4HANA system.BusSolnOrderServiceItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdFUPServiceContractFluentHelper getAllBusSolnOrdFUPServiceContract()
BusSolnOrdFUPServiceContract
entities.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.@Nonnull BusSolnOrdFUPServiceContractByKeyFluentHelper getBusSolnOrdFUPServiceContractByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
BusSolnOrdFUPServiceContract
entity using key fields.serviceDocumentRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocRltnSequenceNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BusSolnOrdFUPServiceOrderFluentHelper getAllBusSolnOrdFUPServiceOrder()
BusSolnOrdFUPServiceOrder
entities.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.@Nonnull BusSolnOrdFUPServiceOrderByKeyFluentHelper getBusSolnOrdFUPServiceOrderByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
BusSolnOrdFUPServiceOrder
entity using key fields.serviceDocumentRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocRltnSequenceNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BusSolnOrdFUPSubscrpnFluentHelper getAllBusSolnOrdFUPSubscrpn()
BusSolnOrdFUPSubscrpn
entities.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.@Nonnull BusSolnOrdFUPSubscrpnByKeyFluentHelper getBusSolnOrdFUPSubscrpnByKey(UUID serviceDocumentRelationUUID, String serviceDocRltnSequenceNumber)
BusSolnOrdFUPSubscrpn
entity using key fields.serviceDocumentRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocRltnSequenceNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BusSolnOrdItemRelationshipsFluentHelper getAllBusSolnOrdItemRelationships()
BusSolnOrdItemRelationships
entities.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.@Nonnull BusSolnOrdItemRelationshipsByKeyFluentHelper getBusSolnOrdItemRelationshipsByKey(String businessSolutionOrder, String srvcItemRelshpFromItemNumber, String srvcItemRelshpType, String srvcItemRelshpToItemNumber)
BusSolnOrdItemRelationships
entity using key fields.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
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
srvcItemRelshpType
- A code that represents the relationship type of the relationship between two items.
Constraints: Not nullable, Maximum length: 3
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.@Nonnull BusSolnOrdItemRelationshipsCreateFluentHelper createBusSolnOrdItemRelationships(@Nonnull BusSolnOrdItemRelationships busSolnOrdItemRelationships)
BusSolnOrdItemRelationships
entity and save it to the S/4HANA system.busSolnOrdItemRelationships
- BusSolnOrdItemRelationships
entity object that will be created in the S/4HANA system.BusSolnOrdItemRelationships
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdItemRelationshipsDeleteFluentHelper deleteBusSolnOrdItemRelationships(@Nonnull BusSolnOrdItemRelationships busSolnOrdItemRelationships)
BusSolnOrdItemRelationships
entity in the S/4HANA system.busSolnOrdItemRelationships
- BusSolnOrdItemRelationships
entity object that will be deleted in the S/4HANA system.BusSolnOrdItemRelationships
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdItmFUPSalesOrderFluentHelper getAllBusSolnOrdItmFUPSalesOrder()
BusSolnOrdItmFUPSalesOrder
entities.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.@Nonnull BusSolnOrdItmFUPSalesOrderByKeyFluentHelper getBusSolnOrdItmFUPSalesOrderByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
BusSolnOrdItmFUPSalesOrder
entity using key fields.serviceDocumentItmRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocItmRltnSqncNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BusSolnOrdItmFUPServiceOrderFluentHelper getAllBusSolnOrdItmFUPServiceOrder()
BusSolnOrdItmFUPServiceOrder
entities.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.@Nonnull BusSolnOrdItmFUPServiceOrderByKeyFluentHelper getBusSolnOrdItmFUPServiceOrderByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
BusSolnOrdItmFUPServiceOrder
entity using key fields.serviceDocumentItmRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocItmRltnSqncNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BusSolnOrdItmFUPSrvcContrFluentHelper getAllBusSolnOrdItmFUPSrvcContr()
BusSolnOrdItmFUPSrvcContr
entities.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.@Nonnull BusSolnOrdItmFUPSrvcContrByKeyFluentHelper getBusSolnOrdItmFUPSrvcContrByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
BusSolnOrdItmFUPSrvcContr
entity using key fields.serviceDocumentItmRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocItmRltnSqncNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BusSolnOrdItmFUPSubscrpnFluentHelper getAllBusSolnOrdItmFUPSubscrpn()
BusSolnOrdItmFUPSubscrpn
entities.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.@Nonnull BusSolnOrdItmFUPSubscrpnByKeyFluentHelper getBusSolnOrdItmFUPSubscrpnByKey(UUID serviceDocumentItmRelationUUID, String serviceDocItmRltnSqncNumber)
BusSolnOrdItmFUPSubscrpn
entity using key fields.serviceDocumentItmRelationUUID
- Object Relationship Service : GUID binary link
Constraints: Not nullable
serviceDocItmRltnSqncNumber
- Sequential Number of Segment in IDoc Type
Constraints: Not nullable, Maximum length: 4
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.@Nonnull BusSolnOrdItmRateElementFluentHelper getAllBusSolnOrdItmRateElement()
BusSolnOrdItmRateElement
entities.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.@Nonnull BusSolnOrdItmRateElementByKeyFluentHelper getBusSolnOrdItmRateElementByKey(String businessSolutionOrder, String businessSolutionOrderItem, String subscriptionRateElement, String subscriptionRateElementType)
BusSolnOrdItmRateElement
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
subscriptionRateElementType
- A set of rate elements that have the same attributes.
Constraints: Not nullable, Maximum length: 1
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
subscriptionRateElement
- Alphanumeric key uniquely identifying the product.
Constraints: Not nullable, Maximum length: 40
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.@Nonnull BusSolnOrdItmReferenceObjectFluentHelper getAllBusSolnOrdItmReferenceObject()
BusSolnOrdItmReferenceObject
entities.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.@Nonnull BusSolnOrdItmReferenceObjectByKeyFluentHelper getBusSolnOrdItmReferenceObjectByKey(String businessSolutionOrder, String businessSolutionOrderItem, String referenceProduct, String serviceRefFunctionalLocation, String serviceReferenceEquipment)
BusSolnOrdItmReferenceObject
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
serviceRefFunctionalLocation
- Label that uniquely identifies a functional location.
Constraints: Not nullable, Maximum length: 40
referenceProduct
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
serviceReferenceEquipment
- Number by which a piece of equipment can be clearly identified.
Constraints: Not nullable, Maximum length: 18
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BusSolnOrdItmReferenceObjectCreateFluentHelper createBusSolnOrdItmReferenceObject(@Nonnull BusSolnOrdItmReferenceObject busSolnOrdItmReferenceObject)
BusSolnOrdItmReferenceObject
entity and save it to the S/4HANA system.busSolnOrdItmReferenceObject
- BusSolnOrdItmReferenceObject
entity object that will be created in the S/4HANA system.BusSolnOrdItmReferenceObject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdItmReferenceObjectUpdateFluentHelper updateBusSolnOrdItmReferenceObject(@Nonnull BusSolnOrdItmReferenceObject busSolnOrdItmReferenceObject)
BusSolnOrdItmReferenceObject
entity and save it to the S/4HANA system.busSolnOrdItmReferenceObject
- BusSolnOrdItmReferenceObject
entity object that will be updated in the S/4HANA system.BusSolnOrdItmReferenceObject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdItmReferenceObjectDeleteFluentHelper deleteBusSolnOrdItmReferenceObject(@Nonnull BusSolnOrdItmReferenceObject busSolnOrdItmReferenceObject)
BusSolnOrdItmReferenceObject
entity in the S/4HANA system.busSolnOrdItmReferenceObject
- BusSolnOrdItmReferenceObject
entity object that will be deleted in the S/4HANA system.BusSolnOrdItmReferenceObject
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdItmSubscrpnParamFluentHelper getAllBusSolnOrdItmSubscrpnParam()
BusSolnOrdItmSubscrpnParam
entities.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.@Nonnull BusSolnOrdItmSubscrpnParamByKeyFluentHelper getBusSolnOrdItmSubscrpnParamByKey(String businessSolutionOrder, String businessSolutionOrderItem, String subscriptionParameter)
BusSolnOrdItmSubscrpnParam
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
subscriptionParameter
- Identifier of a subscription billing parameter.
Constraints: Not nullable, Maximum length: 64
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BusSolnOrdItmSubscrpnParamCreateFluentHelper createBusSolnOrdItmSubscrpnParam(@Nonnull BusSolnOrdItmSubscrpnParam busSolnOrdItmSubscrpnParam)
BusSolnOrdItmSubscrpnParam
entity and save it to the S/4HANA system.busSolnOrdItmSubscrpnParam
- BusSolnOrdItmSubscrpnParam
entity object that will be created in the S/4HANA system.BusSolnOrdItmSubscrpnParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdItmSubscrpnParamUpdateFluentHelper updateBusSolnOrdItmSubscrpnParam(@Nonnull BusSolnOrdItmSubscrpnParam busSolnOrdItmSubscrpnParam)
BusSolnOrdItmSubscrpnParam
entity and save it to the S/4HANA system.busSolnOrdItmSubscrpnParam
- BusSolnOrdItmSubscrpnParam
entity object that will be updated in the S/4HANA system.BusSolnOrdItmSubscrpnParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdItmSubscrpnParamDeleteFluentHelper deleteBusSolnOrdItmSubscrpnParam(@Nonnull BusSolnOrdItmSubscrpnParam busSolnOrdItmSubscrpnParam)
BusSolnOrdItmSubscrpnParam
entity in the S/4HANA system.busSolnOrdItmSubscrpnParam
- BusSolnOrdItmSubscrpnParam
entity object that will be deleted in the S/4HANA system.BusSolnOrdItmSubscrpnParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdItmSubscrpnPrParamFluentHelper getAllBusSolnOrdItmSubscrpnPrParam()
BusSolnOrdItmSubscrpnPrParam
entities.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.@Nonnull BusSolnOrdItmSubscrpnPrParamByKeyFluentHelper getBusSolnOrdItmSubscrpnPrParamByKey(String businessSolutionOrder, String businessSolutionOrderItem, String subscrpnPrcgParameter)
BusSolnOrdItmSubscrpnPrParam
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
subscrpnPrcgParameter
- Identifier of a subscription billing parameter.
Constraints: Not nullable, Maximum length: 64
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.@Nonnull BusSolnOrdItmSubscrpnPrParamCreateFluentHelper createBusSolnOrdItmSubscrpnPrParam(@Nonnull BusSolnOrdItmSubscrpnPrParam busSolnOrdItmSubscrpnPrParam)
BusSolnOrdItmSubscrpnPrParam
entity and save it to the S/4HANA system.busSolnOrdItmSubscrpnPrParam
- BusSolnOrdItmSubscrpnPrParam
entity object that will be created in the S/4HANA system.BusSolnOrdItmSubscrpnPrParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdItmSubscrpnPrParamUpdateFluentHelper updateBusSolnOrdItmSubscrpnPrParam(@Nonnull BusSolnOrdItmSubscrpnPrParam busSolnOrdItmSubscrpnPrParam)
BusSolnOrdItmSubscrpnPrParam
entity and save it to the S/4HANA system.busSolnOrdItmSubscrpnPrParam
- BusSolnOrdItmSubscrpnPrParam
entity object that will be updated in the S/4HANA system.BusSolnOrdItmSubscrpnPrParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdItmSubscrpnPrParamDeleteFluentHelper deleteBusSolnOrdItmSubscrpnPrParam(@Nonnull BusSolnOrdItmSubscrpnPrParam busSolnOrdItmSubscrpnPrParam)
BusSolnOrdItmSubscrpnPrParam
entity in the S/4HANA system.busSolnOrdItmSubscrpnPrParam
- BusSolnOrdItmSubscrpnPrParam
entity object that will be deleted in the S/4HANA system.BusSolnOrdItmSubscrpnPrParam
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdSrvcContractItemFluentHelper getAllBusSolnOrdSrvcContractItem()
BusSolnOrdSrvcContractItem
entities.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.@Nonnull BusSolnOrdSrvcContractItemByKeyFluentHelper getBusSolnOrdSrvcContractItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
BusSolnOrdSrvcContractItem
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BusSolnOrdSrvcContractItemCreateFluentHelper createBusSolnOrdSrvcContractItem(@Nonnull BusSolnOrdSrvcContractItem busSolnOrdSrvcContractItem)
BusSolnOrdSrvcContractItem
entity and save it to the S/4HANA system.busSolnOrdSrvcContractItem
- BusSolnOrdSrvcContractItem
entity object that will be created in the S/4HANA system.BusSolnOrdSrvcContractItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdSrvcContractItemUpdateFluentHelper updateBusSolnOrdSrvcContractItem(@Nonnull BusSolnOrdSrvcContractItem busSolnOrdSrvcContractItem)
BusSolnOrdSrvcContractItem
entity and save it to the S/4HANA system.busSolnOrdSrvcContractItem
- BusSolnOrdSrvcContractItem
entity object that will be updated in the S/4HANA system.BusSolnOrdSrvcContractItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdSrvcContractItemDeleteFluentHelper deleteBusSolnOrdSrvcContractItem(@Nonnull BusSolnOrdSrvcContractItem busSolnOrdSrvcContractItem)
BusSolnOrdSrvcContractItem
entity in the S/4HANA system.busSolnOrdSrvcContractItem
- BusSolnOrdSrvcContractItem
entity object that will be deleted in the S/4HANA system.BusSolnOrdSrvcContractItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdSrvcPrtItemFluentHelper getAllBusSolnOrdSrvcPrtItem()
BusSolnOrdSrvcPrtItem
entities.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.@Nonnull BusSolnOrdSrvcPrtItemByKeyFluentHelper getBusSolnOrdSrvcPrtItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
BusSolnOrdSrvcPrtItem
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BusSolnOrdSrvcPrtItemCreateFluentHelper createBusSolnOrdSrvcPrtItem(@Nonnull BusSolnOrdSrvcPrtItem busSolnOrdSrvcPrtItem)
BusSolnOrdSrvcPrtItem
entity and save it to the S/4HANA system.busSolnOrdSrvcPrtItem
- BusSolnOrdSrvcPrtItem
entity object that will be created in the S/4HANA system.BusSolnOrdSrvcPrtItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdSrvcPrtItemUpdateFluentHelper updateBusSolnOrdSrvcPrtItem(@Nonnull BusSolnOrdSrvcPrtItem busSolnOrdSrvcPrtItem)
BusSolnOrdSrvcPrtItem
entity and save it to the S/4HANA system.busSolnOrdSrvcPrtItem
- BusSolnOrdSrvcPrtItem
entity object that will be updated in the S/4HANA system.BusSolnOrdSrvcPrtItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdSrvcPrtItemDeleteFluentHelper deleteBusSolnOrdSrvcPrtItem(@Nonnull BusSolnOrdSrvcPrtItem busSolnOrdSrvcPrtItem)
BusSolnOrdSrvcPrtItem
entity in the S/4HANA system.busSolnOrdSrvcPrtItem
- BusSolnOrdSrvcPrtItem
entity object that will be deleted in the S/4HANA system.BusSolnOrdSrvcPrtItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdSubscrpnBillgItemFluentHelper getAllBusSolnOrdSubscrpnBillgItem()
BusSolnOrdSubscrpnBillgItem
entities.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.@Nonnull BusSolnOrdSubscrpnBillgItemByKeyFluentHelper getBusSolnOrdSubscrpnBillgItemByKey(String businessSolutionOrder, String businessSolutionOrderItem)
BusSolnOrdSubscrpnBillgItem
entity using key fields.businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.
Constraints: Not nullable, Maximum length: 10
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BusSolnOrdSubscrpnBillgItemCreateFluentHelper createBusSolnOrdSubscrpnBillgItem(@Nonnull BusSolnOrdSubscrpnBillgItem busSolnOrdSubscrpnBillgItem)
BusSolnOrdSubscrpnBillgItem
entity and save it to the S/4HANA system.busSolnOrdSubscrpnBillgItem
- BusSolnOrdSubscrpnBillgItem
entity object that will be created in the S/4HANA system.BusSolnOrdSubscrpnBillgItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdSubscrpnBillgItemUpdateFluentHelper updateBusSolnOrdSubscrpnBillgItem(@Nonnull BusSolnOrdSubscrpnBillgItem busSolnOrdSubscrpnBillgItem)
BusSolnOrdSubscrpnBillgItem
entity and save it to the S/4HANA system.busSolnOrdSubscrpnBillgItem
- BusSolnOrdSubscrpnBillgItem
entity object that will be updated in the S/4HANA system.BusSolnOrdSubscrpnBillgItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolnOrdSubscrpnBillgItemDeleteFluentHelper deleteBusSolnOrdSubscrpnBillgItem(@Nonnull BusSolnOrdSubscrpnBillgItem busSolnOrdSubscrpnBillgItem)
BusSolnOrdSubscrpnBillgItem
entity in the S/4HANA system.busSolnOrdSubscrpnBillgItem
- BusSolnOrdSubscrpnBillgItem
entity object that will be deleted in the S/4HANA system.BusSolnOrdSubscrpnBillgItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolutionOrderItemTextFluentHelper getAllBusSolutionOrderItemText()
BusSolutionOrderItemText
entities.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.@Nonnull BusSolutionOrderItemTextByKeyFluentHelper getBusSolutionOrderItemTextByKey(String businessSolutionOrder, String businessSolutionOrderItem, String language, String textObjectType)
BusSolutionOrderItemText
entity using key fields.businessSolutionOrder
- Number which identifies the transaction document. It is unique for the respective business transaction
category.
Constraints: Not nullable, Maximum length: 10
textObjectType
- The text ID defines the various types of texts related to a text object. For example, the object
"TEXT" (standard texts) can have the following text IDs:
Constraints: Not nullable, Maximum length: 4
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
businessSolutionOrderItem
- Shortened Item Number in Document
Constraints: Not nullable, Maximum length: 6
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.@Nonnull BusSolutionOrderItemTextCreateFluentHelper createBusSolutionOrderItemText(@Nonnull BusSolutionOrderItemText busSolutionOrderItemText)
BusSolutionOrderItemText
entity and save it to the S/4HANA system.busSolutionOrderItemText
- BusSolutionOrderItemText
entity object that will be created in the S/4HANA system.BusSolutionOrderItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolutionOrderItemTextUpdateFluentHelper updateBusSolutionOrderItemText(@Nonnull BusSolutionOrderItemText busSolutionOrderItemText)
BusSolutionOrderItemText
entity and save it to the S/4HANA system.busSolutionOrderItemText
- BusSolutionOrderItemText
entity object that will be updated in the S/4HANA system.BusSolutionOrderItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusSolutionOrderItemTextDeleteFluentHelper deleteBusSolutionOrderItemText(@Nonnull BusSolutionOrderItemText busSolutionOrderItemText)
BusSolutionOrderItemText
entity in the S/4HANA system.busSolutionOrderItemText
- BusSolutionOrderItemText
entity object that will be deleted in the S/4HANA system.BusSolutionOrderItemText
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull RejectItemFluentHelper rejectItem(@Nonnull String busSolnOrdItmRjcnReason, @Nonnull String businessSolutionOrderItem, @Nonnull String businessSolutionOrder)
Creates a fluent helper for the RejectItem OData function import.
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
execute
method on the fluent helper object.@Nonnull ReDistributeFluentHelper reDistribute(@Nonnull String businessSolutionOrder)
Creates a fluent helper for the ReDistribute OData function import.
businessSolutionOrder
- Object ID
Constraints: Not nullable, Maximum length: 10
Original parameter name from the Odata EDM: BusinessSolutionOrder
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.