Class DefaultSalesOrderService
- All Implemented Interfaces:
BatchService<SalesOrderServiceBatch>,SalesOrderService
In every API call, you can make use of the following operations: - You can read entire sales orders or only parts of the data, using the provided filters. - You can create sales orders. You can use deep insert requests, that is, you create a header plus at least one of the following entities: header partner, header partner address, header pricing element, header billing plan, header billing plan item, header text, payment plan, header related object, item, item partner, item partner address, item pricing element, item billing plan, item billing plan item, item text, and item related object. If the header already exists, you can create the following sub-entities on their own: header partner, header pricing element, header text, payment plan, header related object, item partner, item pricing element, item text, and item related object. - For existing sales orders, you can create new items. You can use deep insert requests, that is, you create an item plus at least one of the following entities: item partner, item partner address, item pricing element, item billing plan, item billing plan item, item text, and item related object. If the item already exists, you can create the following sub-entities on their own: item partner, item pricing element, item text, item related object, and item schedule line. - For existing sales orders, you can update the following entities (that is, you can change the content of their properties): header, header partner, header partner address, header pricing element, header billing plan, header billing plan item, header text, payment plan, item, item partner, item partner address, item pricing element, item billing plan, item billing plan item, item text, and item schedule line. - For existing sales orders, you can delete the following entities: header, header partner, header pricing element, header billing plan item, header text, payment plan, header related object, item, item partner, item pricing element, item billing plan item, item text, item related object, and item schedule line. - You can accept or deny approval requests for sales orders that cannot be processed without the consent of an approver..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_SALES_ORDER_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Sales Order Integration(SAP_COM_0109), Delivery Insights Replication App Integration (Obsolete)(SAP_COM_0571) |
| Scope Items: | Sell from Stock(BD9), Sell from Stock(OD9), Customer Consignment(1IU), Opportunity-to-Order with Third-Party Sales Force Automation Apps (Deprecated)(1QI), B2B Order Fulfillment with SAP Commerce Cloud(2TY), Delivery Insights Enabled by IoT(4IH) |
| Authentication Methods: | x509 |
| Business Object: | Sales Order |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.SalesOrderService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSalesOrderService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createSalesOrder(SalesOrder salesOrder) Deprecated.Create a newSalesOrderentity and save it to the S/4HANA system.createSalesOrderBillingPlan(SalesOrderBillingPlan salesOrderBillingPlan) Deprecated.Create a newSalesOrderBillingPlanentity and save it to the S/4HANA system.createSalesOrderBillingPlanItem(SalesOrderBillingPlanItem salesOrderBillingPlanItem) Deprecated.Create a newSalesOrderBillingPlanItementity and save it to the S/4HANA system.createSalesOrderHeaderPartner(SalesOrderHeaderPartner salesOrderHeaderPartner) Deprecated.Create a newSalesOrderHeaderPartnerentity and save it to the S/4HANA system.createSalesOrderHeaderPrElement(SalesOrderHeaderPrElement salesOrderHeaderPrElement) Deprecated.Create a newSalesOrderHeaderPrElemententity and save it to the S/4HANA system.createSalesOrderItem(SalesOrderItem salesOrderItem) Deprecated.Create a newSalesOrderItementity and save it to the S/4HANA system.createSalesOrderItemBillingPlan(SalesOrderItemBillingPlan salesOrderItemBillingPlan) Deprecated.Create a newSalesOrderItemBillingPlanentity and save it to the S/4HANA system.createSalesOrderItemPartner(SalesOrderItemPartner salesOrderItemPartner) Deprecated.Create a newSalesOrderItemPartnerentity and save it to the S/4HANA system.createSalesOrderItemPrElement(SalesOrderItemPrElement salesOrderItemPrElement) Deprecated.Create a newSalesOrderItemPrElemententity and save it to the S/4HANA system.createSalesOrderItemRelatedObject(SalesOrderItemRelatedObject salesOrderItemRelatedObject) Deprecated.Create a newSalesOrderItemRelatedObjectentity and save it to the S/4HANA system.createSalesOrderItemText(SalesOrderItemText salesOrderItemText) Deprecated.Create a newSalesOrderItemTextentity and save it to the S/4HANA system.createSalesOrderRelatedObject(SalesOrderRelatedObject salesOrderRelatedObject) Deprecated.Create a newSalesOrderRelatedObjectentity and save it to the S/4HANA system.createSalesOrderScheduleLine(SalesOrderScheduleLine salesOrderScheduleLine) Deprecated.Create a newSalesOrderScheduleLineentity and save it to the S/4HANA system.createSalesOrderText(SalesOrderText salesOrderText) Deprecated.Create a newSalesOrderTextentity and save it to the S/4HANA system.createSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.Create a newSlsOrderItemBillingPlanItementity and save it to the S/4HANA system.createSlsOrdPaymentPlanItemDetails(SlsOrdPaymentPlanItemDetails slsOrdPaymentPlanItemDetails) Deprecated.Create a newSlsOrdPaymentPlanItemDetailsentity and save it to the S/4HANA system.deleteSalesOrder(SalesOrder salesOrder) Deprecated.Deletes an existingSalesOrderentity in the S/4HANA system.deleteSalesOrderBillingPlanItem(SalesOrderBillingPlanItem salesOrderBillingPlanItem) Deprecated.Deletes an existingSalesOrderBillingPlanItementity in the S/4HANA system.deleteSalesOrderHeaderPartner(SalesOrderHeaderPartner salesOrderHeaderPartner) Deprecated.Deletes an existingSalesOrderHeaderPartnerentity in the S/4HANA system.deleteSalesOrderHeaderPrElement(SalesOrderHeaderPrElement salesOrderHeaderPrElement) Deprecated.Deletes an existingSalesOrderHeaderPrElemententity in the S/4HANA system.deleteSalesOrderItem(SalesOrderItem salesOrderItem) Deprecated.Deletes an existingSalesOrderItementity in the S/4HANA system.deleteSalesOrderItemPartner(SalesOrderItemPartner salesOrderItemPartner) Deprecated.Deletes an existingSalesOrderItemPartnerentity in the S/4HANA system.deleteSalesOrderItemPrElement(SalesOrderItemPrElement salesOrderItemPrElement) Deprecated.Deletes an existingSalesOrderItemPrElemententity in the S/4HANA system.deleteSalesOrderItemRelatedObject(SalesOrderItemRelatedObject salesOrderItemRelatedObject) Deprecated.Deletes an existingSalesOrderItemRelatedObjectentity in the S/4HANA system.deleteSalesOrderItemText(SalesOrderItemText salesOrderItemText) Deprecated.Deletes an existingSalesOrderItemTextentity in the S/4HANA system.deleteSalesOrderRelatedObject(SalesOrderRelatedObject salesOrderRelatedObject) Deprecated.Deletes an existingSalesOrderRelatedObjectentity in the S/4HANA system.deleteSalesOrderScheduleLine(SalesOrderScheduleLine salesOrderScheduleLine) Deprecated.Deletes an existingSalesOrderScheduleLineentity in the S/4HANA system.deleteSalesOrderText(SalesOrderText salesOrderText) Deprecated.Deletes an existingSalesOrderTextentity in the S/4HANA system.deleteSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.Deletes an existingSlsOrderItemBillingPlanItementity in the S/4HANA system.deleteSlsOrdPaymentPlanItemDetails(SlsOrdPaymentPlanItemDetails slsOrdPaymentPlanItemDetails) Deprecated.Deletes an existingSlsOrdPaymentPlanItemDetailsentity in the S/4HANA system.Deprecated.Fetch multipleSalesOrderentities.Deprecated.Fetch multipleSalesOrderBillingPlanentities.Deprecated.Fetch multipleSalesOrderBillingPlanItementities.Deprecated.Fetch multipleSalesOrderHeaderPartnerentities.Deprecated.Fetch multipleSalesOrderHeaderPrElemententities.Deprecated.Fetch multipleSalesOrderItementities.Deprecated.Fetch multipleSalesOrderItemBillingPlanentities.Deprecated.Fetch multipleSalesOrderItemPartnerentities.Deprecated.Fetch multipleSalesOrderItemPartnerAddressentities.Deprecated.Fetch multipleSalesOrderItemPrElemententities.Deprecated.Fetch multipleSalesOrderItemRelatedObjectentities.Deprecated.Fetch multipleSalesOrderItemTextentities.Deprecated.Fetch multipleSalesOrderItmPrecdgProcFlowentities.Deprecated.Fetch multipleSalesOrderItmSubsqntProcFlowentities.Deprecated.Fetch multipleSalesOrderPartnerAddressentities.Deprecated.Fetch multipleSalesOrderPrecdgProcFlowentities.Deprecated.Fetch multipleSalesOrderRelatedObjectentities.Deprecated.Fetch multipleSalesOrderScheduleLineentities.Deprecated.Fetch multipleSalesOrderSubsqntProcFlowentities.Deprecated.Fetch multipleSalesOrderTextentities.Deprecated.Fetch multipleSlsOrderItemBillingPlanItementities.Deprecated.Fetch multipleSlsOrdPaymentPlanItemDetailsentities.getSalesOrderBillingPlanByKey(String salesOrder, String billingPlan) Deprecated.Fetch a singleSalesOrderBillingPlanentity using key fields.getSalesOrderBillingPlanItemByKey(String salesOrder, String billingPlan, String billingPlanItem) Deprecated.Fetch a singleSalesOrderBillingPlanItementity using key fields.getSalesOrderByKey(String salesOrder) Deprecated.Fetch a singleSalesOrderentity using key fields.getSalesOrderHeaderPartnerByKey(String salesOrder, String partnerFunction) Deprecated.Fetch a singleSalesOrderHeaderPartnerentity using key fields.getSalesOrderHeaderPrElementByKey(String salesOrder, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Fetch a singleSalesOrderHeaderPrElemententity using key fields.getSalesOrderItemBillingPlanByKey(String salesOrder, String salesOrderItem, String billingPlan) Deprecated.Fetch a singleSalesOrderItemBillingPlanentity using key fields.getSalesOrderItemByKey(String salesOrder, String salesOrderItem) Deprecated.Fetch a singleSalesOrderItementity using key fields.getSalesOrderItemPartnerAddressByKey(String salesOrder, String salesOrderItem, String partnerFunction, String addressRepresentationCode) Deprecated.Fetch a singleSalesOrderItemPartnerAddressentity using key fields.getSalesOrderItemPartnerByKey(String salesOrder, String salesOrderItem, String partnerFunction) Deprecated.Fetch a singleSalesOrderItemPartnerentity using key fields.getSalesOrderItemPrElementByKey(String salesOrder, String salesOrderItem, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Fetch a singleSalesOrderItemPrElemententity using key fields.getSalesOrderItemRelatedObjectByKey(String salesOrder, String salesOrderItem, String sDDocRelatedObjectSequenceNmbr) Deprecated.Fetch a singleSalesOrderItemRelatedObjectentity using key fields.getSalesOrderItemTextByKey(String salesOrder, String salesOrderItem, String language, String longTextID) Deprecated.Fetch a singleSalesOrderItemTextentity using key fields.getSalesOrderItmPrecdgProcFlowByKey(String salesOrder, String salesOrderItem, UUID docRelationshipUUID) Deprecated.Fetch a singleSalesOrderItmPrecdgProcFlowentity using key fields.getSalesOrderItmSubsqntProcFlowByKey(String salesOrder, String salesOrderItem, UUID docRelationshipUUID) Deprecated.Fetch a singleSalesOrderItmSubsqntProcFlowentity using key fields.getSalesOrderPartnerAddressByKey(String salesOrder, String partnerFunction, String addressRepresentationCode) Deprecated.Fetch a singleSalesOrderPartnerAddressentity using key fields.getSalesOrderPrecdgProcFlowByKey(String salesOrder, UUID docRelationshipUUID) Deprecated.Fetch a singleSalesOrderPrecdgProcFlowentity using key fields.getSalesOrderRelatedObjectByKey(String salesOrder, String sDDocRelatedObjectSequenceNmbr) Deprecated.Fetch a singleSalesOrderRelatedObjectentity using key fields.getSalesOrderScheduleLineByKey(String salesOrder, String salesOrderItem, String scheduleLine) Deprecated.Fetch a singleSalesOrderScheduleLineentity using key fields.getSalesOrderSubsqntProcFlowByKey(String salesOrder, UUID docRelationshipUUID) Deprecated.Fetch a singleSalesOrderSubsqntProcFlowentity using key fields.getSalesOrderTextByKey(String salesOrder, String language, String longTextID) Deprecated.Fetch a singleSalesOrderTextentity using key fields.getSlsOrderItemBillingPlanItemByKey(String salesOrder, String salesOrderItem, String billingPlan, String billingPlanItem) Deprecated.Fetch a singleSlsOrderItemBillingPlanItementity using key fields.getSlsOrdPaymentPlanItemDetailsByKey(String salesOrder, String paymentPlanItem) Deprecated.Fetch a singleSlsOrdPaymentPlanItemDetailsentity using key fields.rejectApprovalRequest(String salesOrder) Deprecated.Creates a fluent helper for the rejectApprovalRequest OData function import.releaseApprovalRequest(String salesOrder) Deprecated.Creates a fluent helper for the releaseApprovalRequest OData function import.updateSalesOrder(SalesOrder salesOrder) Deprecated.Update an existingSalesOrderentity and save it to the S/4HANA system.updateSalesOrderBillingPlan(SalesOrderBillingPlan salesOrderBillingPlan) Deprecated.Update an existingSalesOrderBillingPlanentity and save it to the S/4HANA system.updateSalesOrderBillingPlanItem(SalesOrderBillingPlanItem salesOrderBillingPlanItem) Deprecated.Update an existingSalesOrderBillingPlanItementity and save it to the S/4HANA system.updateSalesOrderHeaderPartner(SalesOrderHeaderPartner salesOrderHeaderPartner) Deprecated.Update an existingSalesOrderHeaderPartnerentity and save it to the S/4HANA system.updateSalesOrderHeaderPrElement(SalesOrderHeaderPrElement salesOrderHeaderPrElement) Deprecated.Update an existingSalesOrderHeaderPrElemententity and save it to the S/4HANA system.updateSalesOrderItem(SalesOrderItem salesOrderItem) Deprecated.Update an existingSalesOrderItementity and save it to the S/4HANA system.updateSalesOrderItemBillingPlan(SalesOrderItemBillingPlan salesOrderItemBillingPlan) Deprecated.Update an existingSalesOrderItemBillingPlanentity and save it to the S/4HANA system.updateSalesOrderItemPartner(SalesOrderItemPartner salesOrderItemPartner) Deprecated.Update an existingSalesOrderItemPartnerentity and save it to the S/4HANA system.updateSalesOrderItemPartnerAddress(SalesOrderItemPartnerAddress salesOrderItemPartnerAddress) Deprecated.Update an existingSalesOrderItemPartnerAddressentity and save it to the S/4HANA system.updateSalesOrderItemPrElement(SalesOrderItemPrElement salesOrderItemPrElement) Deprecated.Update an existingSalesOrderItemPrElemententity and save it to the S/4HANA system.updateSalesOrderItemText(SalesOrderItemText salesOrderItemText) Deprecated.Update an existingSalesOrderItemTextentity and save it to the S/4HANA system.updateSalesOrderPartnerAddress(SalesOrderPartnerAddress salesOrderPartnerAddress) Deprecated.Update an existingSalesOrderPartnerAddressentity and save it to the S/4HANA system.updateSalesOrderScheduleLine(SalesOrderScheduleLine salesOrderScheduleLine) Deprecated.Update an existingSalesOrderScheduleLineentity and save it to the S/4HANA system.updateSalesOrderText(SalesOrderText salesOrderText) Deprecated.Update an existingSalesOrderTextentity and save it to the S/4HANA system.updateSlsOrderItemBillingPlanItem(SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.Update an existingSlsOrderItemBillingPlanItementity and save it to the S/4HANA system.updateSlsOrdPaymentPlanItemDetails(SlsOrdPaymentPlanItemDetails slsOrdPaymentPlanItemDetails) Deprecated.Update an existingSlsOrdPaymentPlanItemDetailsentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultSalesOrderService
public DefaultSalesOrderService()Deprecated.Creates a service usingSalesOrderService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:SalesOrderServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSalesOrderService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<SalesOrderServiceBatch>
-
getAllSalesOrder
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderentities.- Specified by:
getAllSalesOrderin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderByKey
Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderentity using key fields.- Specified by:
getSalesOrderByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SalesOrderentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrder
Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderentity and save it to the S/4HANA system.- Specified by:
createSalesOrderin interfaceSalesOrderService- Parameters:
salesOrder-SalesOrderentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrder
Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderentity and save it to the S/4HANA system.- Specified by:
updateSalesOrderin interfaceSalesOrderService- Parameters:
salesOrder-SalesOrderentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesOrder
Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSalesOrderentity in the S/4HANA system.- Specified by:
deleteSalesOrderin interfaceSalesOrderService- Parameters:
salesOrder-SalesOrderentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesOrderentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderBillingPlan
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderBillingPlanentities.- Specified by:
getAllSalesOrderBillingPlanin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderBillingPlanentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderBillingPlanByKey
@Nonnull public SalesOrderBillingPlanByKeyFluentHelper getSalesOrderBillingPlanByKey(String salesOrder, String billingPlan) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderBillingPlanentity using key fields.- Specified by:
getSalesOrderBillingPlanByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
billingPlan- Billing Plan Number / Invoicing Plan NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SalesOrderBillingPlanentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderBillingPlan
@Nonnull public SalesOrderBillingPlanCreateFluentHelper createSalesOrderBillingPlan(@Nonnull SalesOrderBillingPlan salesOrderBillingPlan) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderBillingPlanentity and save it to the S/4HANA system.- Specified by:
createSalesOrderBillingPlanin interfaceSalesOrderService- Parameters:
salesOrderBillingPlan-SalesOrderBillingPlanentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderBillingPlanentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderBillingPlan
@Nonnull public SalesOrderBillingPlanUpdateFluentHelper updateSalesOrderBillingPlan(@Nonnull SalesOrderBillingPlan salesOrderBillingPlan) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderBillingPlanentity and save it to the S/4HANA system.- Specified by:
updateSalesOrderBillingPlanin interfaceSalesOrderService- Parameters:
salesOrderBillingPlan-SalesOrderBillingPlanentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderBillingPlanentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderBillingPlanItem
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderBillingPlanItementities.- Specified by:
getAllSalesOrderBillingPlanItemin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderBillingPlanItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderBillingPlanItemByKey
@Nonnull public SalesOrderBillingPlanItemByKeyFluentHelper getSalesOrderBillingPlanItemByKey(String salesOrder, String billingPlan, String billingPlanItem) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderBillingPlanItementity using key fields.- Specified by:
getSalesOrderBillingPlanItemByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
billingPlan- Billing Plan Number / Invoicing Plan NumberConstraints: Not nullable, Maximum length: 10
billingPlanItem- Item for billing plan/invoice plan/payment cardsConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
SalesOrderBillingPlanItementity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderBillingPlanItem
@Nonnull public SalesOrderBillingPlanItemCreateFluentHelper createSalesOrderBillingPlanItem(@Nonnull SalesOrderBillingPlanItem salesOrderBillingPlanItem) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderBillingPlanItementity and save it to the S/4HANA system.- Specified by:
createSalesOrderBillingPlanItemin interfaceSalesOrderService- Parameters:
salesOrderBillingPlanItem-SalesOrderBillingPlanItementity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderBillingPlanItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderBillingPlanItem
@Nonnull public SalesOrderBillingPlanItemUpdateFluentHelper updateSalesOrderBillingPlanItem(@Nonnull SalesOrderBillingPlanItem salesOrderBillingPlanItem) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderBillingPlanItementity and save it to the S/4HANA system.- Specified by:
updateSalesOrderBillingPlanItemin interfaceSalesOrderService- Parameters:
salesOrderBillingPlanItem-SalesOrderBillingPlanItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderBillingPlanItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesOrderBillingPlanItem
@Nonnull public SalesOrderBillingPlanItemDeleteFluentHelper deleteSalesOrderBillingPlanItem(@Nonnull SalesOrderBillingPlanItem salesOrderBillingPlanItem) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSalesOrderBillingPlanItementity in the S/4HANA system.- Specified by:
deleteSalesOrderBillingPlanItemin interfaceSalesOrderService- Parameters:
salesOrderBillingPlanItem-SalesOrderBillingPlanItementity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesOrderBillingPlanItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderHeaderPartner
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderHeaderPartnerentities.- Specified by:
getAllSalesOrderHeaderPartnerin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderHeaderPartnerentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderHeaderPartnerByKey
@Nonnull public SalesOrderHeaderPartnerByKeyFluentHelper getSalesOrderHeaderPartnerByKey(String salesOrder, String partnerFunction) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderHeaderPartnerentity using key fields.- Specified by:
getSalesOrderHeaderPartnerByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SalesOrderHeaderPartnerentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderHeaderPartner
@Nonnull public SalesOrderHeaderPartnerCreateFluentHelper createSalesOrderHeaderPartner(@Nonnull SalesOrderHeaderPartner salesOrderHeaderPartner) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderHeaderPartnerentity and save it to the S/4HANA system.- Specified by:
createSalesOrderHeaderPartnerin interfaceSalesOrderService- Parameters:
salesOrderHeaderPartner-SalesOrderHeaderPartnerentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderHeaderPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderHeaderPartner
@Nonnull public SalesOrderHeaderPartnerUpdateFluentHelper updateSalesOrderHeaderPartner(@Nonnull SalesOrderHeaderPartner salesOrderHeaderPartner) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderHeaderPartnerentity and save it to the S/4HANA system.- Specified by:
updateSalesOrderHeaderPartnerin interfaceSalesOrderService- Parameters:
salesOrderHeaderPartner-SalesOrderHeaderPartnerentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderHeaderPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesOrderHeaderPartner
@Nonnull public SalesOrderHeaderPartnerDeleteFluentHelper deleteSalesOrderHeaderPartner(@Nonnull SalesOrderHeaderPartner salesOrderHeaderPartner) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSalesOrderHeaderPartnerentity in the S/4HANA system.- Specified by:
deleteSalesOrderHeaderPartnerin interfaceSalesOrderService- Parameters:
salesOrderHeaderPartner-SalesOrderHeaderPartnerentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesOrderHeaderPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderHeaderPrElement
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderHeaderPrElemententities.- Specified by:
getAllSalesOrderHeaderPrElementin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderHeaderPrElemententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderHeaderPrElementByKey
@Nonnull public SalesOrderHeaderPrElementByKeyFluentHelper getSalesOrderHeaderPrElementByKey(String salesOrder, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderHeaderPrElemententity using key fields.- Specified by:
getSalesOrderHeaderPrElementByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
pricingProcedureStep- Step NumberConstraints: Not nullable, Maximum length: 3
pricingProcedureCounter- Condition CounterConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
SalesOrderHeaderPrElemententity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderHeaderPrElement
@Nonnull public SalesOrderHeaderPrElementCreateFluentHelper createSalesOrderHeaderPrElement(@Nonnull SalesOrderHeaderPrElement salesOrderHeaderPrElement) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderHeaderPrElemententity and save it to the S/4HANA system.- Specified by:
createSalesOrderHeaderPrElementin interfaceSalesOrderService- Parameters:
salesOrderHeaderPrElement-SalesOrderHeaderPrElemententity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderHeaderPrElemententity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderHeaderPrElement
@Nonnull public SalesOrderHeaderPrElementUpdateFluentHelper updateSalesOrderHeaderPrElement(@Nonnull SalesOrderHeaderPrElement salesOrderHeaderPrElement) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderHeaderPrElemententity and save it to the S/4HANA system.- Specified by:
updateSalesOrderHeaderPrElementin interfaceSalesOrderService- Parameters:
salesOrderHeaderPrElement-SalesOrderHeaderPrElemententity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderHeaderPrElemententity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesOrderHeaderPrElement
@Nonnull public SalesOrderHeaderPrElementDeleteFluentHelper deleteSalesOrderHeaderPrElement(@Nonnull SalesOrderHeaderPrElement salesOrderHeaderPrElement) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSalesOrderHeaderPrElemententity in the S/4HANA system.- Specified by:
deleteSalesOrderHeaderPrElementin interfaceSalesOrderService- Parameters:
salesOrderHeaderPrElement-SalesOrderHeaderPrElemententity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesOrderHeaderPrElemententity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderItem
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderItementities.- Specified by:
getAllSalesOrderItemin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderItemByKey
@Nonnull public SalesOrderItemByKeyFluentHelper getSalesOrderItemByKey(String salesOrder, String salesOrderItem) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderItementity using key fields.- Specified by:
getSalesOrderItemByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
salesOrderItem- Sales Order ItemConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
SalesOrderItementity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderItem
@Nonnull public SalesOrderItemCreateFluentHelper createSalesOrderItem(@Nonnull SalesOrderItem salesOrderItem) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderItementity and save it to the S/4HANA system.- Specified by:
createSalesOrderItemin interfaceSalesOrderService- Parameters:
salesOrderItem-SalesOrderItementity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderItem
@Nonnull public SalesOrderItemUpdateFluentHelper updateSalesOrderItem(@Nonnull SalesOrderItem salesOrderItem) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderItementity and save it to the S/4HANA system.- Specified by:
updateSalesOrderItemin interfaceSalesOrderService- Parameters:
salesOrderItem-SalesOrderItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesOrderItem
@Nonnull public SalesOrderItemDeleteFluentHelper deleteSalesOrderItem(@Nonnull SalesOrderItem salesOrderItem) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSalesOrderItementity in the S/4HANA system.- Specified by:
deleteSalesOrderItemin interfaceSalesOrderService- Parameters:
salesOrderItem-SalesOrderItementity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesOrderItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderItemBillingPlan
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderItemBillingPlanentities.- Specified by:
getAllSalesOrderItemBillingPlanin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderItemBillingPlanentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderItemBillingPlanByKey
@Nonnull public SalesOrderItemBillingPlanByKeyFluentHelper getSalesOrderItemBillingPlanByKey(String salesOrder, String salesOrderItem, String billingPlan) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderItemBillingPlanentity using key fields.- Specified by:
getSalesOrderItemBillingPlanByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
salesOrderItem- Sales Order ItemConstraints: Not nullable, Maximum length: 6
billingPlan- Billing Plan Number / Invoicing Plan NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
SalesOrderItemBillingPlanentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderItemBillingPlan
@Nonnull public SalesOrderItemBillingPlanCreateFluentHelper createSalesOrderItemBillingPlan(@Nonnull SalesOrderItemBillingPlan salesOrderItemBillingPlan) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderItemBillingPlanentity and save it to the S/4HANA system.- Specified by:
createSalesOrderItemBillingPlanin interfaceSalesOrderService- Parameters:
salesOrderItemBillingPlan-SalesOrderItemBillingPlanentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderItemBillingPlanentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderItemBillingPlan
@Nonnull public SalesOrderItemBillingPlanUpdateFluentHelper updateSalesOrderItemBillingPlan(@Nonnull SalesOrderItemBillingPlan salesOrderItemBillingPlan) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderItemBillingPlanentity and save it to the S/4HANA system.- Specified by:
updateSalesOrderItemBillingPlanin interfaceSalesOrderService- Parameters:
salesOrderItemBillingPlan-SalesOrderItemBillingPlanentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderItemBillingPlanentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderItemPartner
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderItemPartnerentities.- Specified by:
getAllSalesOrderItemPartnerin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderItemPartnerentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderItemPartnerByKey
@Nonnull public SalesOrderItemPartnerByKeyFluentHelper getSalesOrderItemPartnerByKey(String salesOrder, String salesOrderItem, String partnerFunction) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderItemPartnerentity using key fields.- Specified by:
getSalesOrderItemPartnerByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
salesOrderItem- Sales Order ItemConstraints: Not nullable, Maximum length: 6
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SalesOrderItemPartnerentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderItemPartner
@Nonnull public SalesOrderItemPartnerCreateFluentHelper createSalesOrderItemPartner(@Nonnull SalesOrderItemPartner salesOrderItemPartner) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderItemPartnerentity and save it to the S/4HANA system.- Specified by:
createSalesOrderItemPartnerin interfaceSalesOrderService- Parameters:
salesOrderItemPartner-SalesOrderItemPartnerentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderItemPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderItemPartner
@Nonnull public SalesOrderItemPartnerUpdateFluentHelper updateSalesOrderItemPartner(@Nonnull SalesOrderItemPartner salesOrderItemPartner) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderItemPartnerentity and save it to the S/4HANA system.- Specified by:
updateSalesOrderItemPartnerin interfaceSalesOrderService- Parameters:
salesOrderItemPartner-SalesOrderItemPartnerentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderItemPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesOrderItemPartner
@Nonnull public SalesOrderItemPartnerDeleteFluentHelper deleteSalesOrderItemPartner(@Nonnull SalesOrderItemPartner salesOrderItemPartner) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSalesOrderItemPartnerentity in the S/4HANA system.- Specified by:
deleteSalesOrderItemPartnerin interfaceSalesOrderService- Parameters:
salesOrderItemPartner-SalesOrderItemPartnerentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesOrderItemPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderItemPartnerAddress
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderItemPartnerAddressentities.- Specified by:
getAllSalesOrderItemPartnerAddressin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderItemPartnerAddressentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderItemPartnerAddressByKey
@Nonnull public SalesOrderItemPartnerAddressByKeyFluentHelper getSalesOrderItemPartnerAddressByKey(String salesOrder, String salesOrderItem, String partnerFunction, String addressRepresentationCode) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderItemPartnerAddressentity using key fields.- Specified by:
getSalesOrderItemPartnerAddressByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales and Distribution Document NumberConstraints: Not nullable, Maximum length: 10
salesOrderItem- Item number of the SD documentConstraints: Not nullable, Maximum length: 6
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
addressRepresentationCode- Version ID for International AddressesConstraints: Not nullable, Maximum length: 1
- Returns:
- A fluent helper to fetch a single
SalesOrderItemPartnerAddressentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderItemPartnerAddress
@Nonnull public SalesOrderItemPartnerAddressUpdateFluentHelper updateSalesOrderItemPartnerAddress(@Nonnull SalesOrderItemPartnerAddress salesOrderItemPartnerAddress) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderItemPartnerAddressentity and save it to the S/4HANA system.- Specified by:
updateSalesOrderItemPartnerAddressin interfaceSalesOrderService- Parameters:
salesOrderItemPartnerAddress-SalesOrderItemPartnerAddressentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderItemPartnerAddressentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderItemPrElement
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderItemPrElemententities.- Specified by:
getAllSalesOrderItemPrElementin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderItemPrElemententities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderItemPrElementByKey
@Nonnull public SalesOrderItemPrElementByKeyFluentHelper getSalesOrderItemPrElementByKey(String salesOrder, String salesOrderItem, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderItemPrElemententity using key fields.- Specified by:
getSalesOrderItemPrElementByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
salesOrderItem- Sales Order ItemConstraints: Not nullable, Maximum length: 6
pricingProcedureStep- Step NumberConstraints: Not nullable, Maximum length: 3
pricingProcedureCounter- Condition CounterConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
SalesOrderItemPrElemententity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderItemPrElement
@Nonnull public SalesOrderItemPrElementCreateFluentHelper createSalesOrderItemPrElement(@Nonnull SalesOrderItemPrElement salesOrderItemPrElement) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderItemPrElemententity and save it to the S/4HANA system.- Specified by:
createSalesOrderItemPrElementin interfaceSalesOrderService- Parameters:
salesOrderItemPrElement-SalesOrderItemPrElemententity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderItemPrElemententity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderItemPrElement
@Nonnull public SalesOrderItemPrElementUpdateFluentHelper updateSalesOrderItemPrElement(@Nonnull SalesOrderItemPrElement salesOrderItemPrElement) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderItemPrElemententity and save it to the S/4HANA system.- Specified by:
updateSalesOrderItemPrElementin interfaceSalesOrderService- Parameters:
salesOrderItemPrElement-SalesOrderItemPrElemententity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderItemPrElemententity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesOrderItemPrElement
@Nonnull public SalesOrderItemPrElementDeleteFluentHelper deleteSalesOrderItemPrElement(@Nonnull SalesOrderItemPrElement salesOrderItemPrElement) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSalesOrderItemPrElemententity in the S/4HANA system.- Specified by:
deleteSalesOrderItemPrElementin interfaceSalesOrderService- Parameters:
salesOrderItemPrElement-SalesOrderItemPrElemententity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesOrderItemPrElemententity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderItemRelatedObject
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderItemRelatedObjectentities.- Specified by:
getAllSalesOrderItemRelatedObjectin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderItemRelatedObjectentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderItemRelatedObjectByKey
@Nonnull public SalesOrderItemRelatedObjectByKeyFluentHelper getSalesOrderItemRelatedObjectByKey(String salesOrder, String salesOrderItem, String sDDocRelatedObjectSequenceNmbr) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderItemRelatedObjectentity using key fields.- Specified by:
getSalesOrderItemRelatedObjectByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
salesOrderItem- Sales Order ItemConstraints: Not nullable, Maximum length: 6
sDDocRelatedObjectSequenceNmbr- Sequence Number of the Related Object of an SD DocumentConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
SalesOrderItemRelatedObjectentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderItemRelatedObject
@Nonnull public SalesOrderItemRelatedObjectCreateFluentHelper createSalesOrderItemRelatedObject(@Nonnull SalesOrderItemRelatedObject salesOrderItemRelatedObject) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderItemRelatedObjectentity and save it to the S/4HANA system.- Specified by:
createSalesOrderItemRelatedObjectin interfaceSalesOrderService- Parameters:
salesOrderItemRelatedObject-SalesOrderItemRelatedObjectentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderItemRelatedObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesOrderItemRelatedObject
@Nonnull public SalesOrderItemRelatedObjectDeleteFluentHelper deleteSalesOrderItemRelatedObject(@Nonnull SalesOrderItemRelatedObject salesOrderItemRelatedObject) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSalesOrderItemRelatedObjectentity in the S/4HANA system.- Specified by:
deleteSalesOrderItemRelatedObjectin interfaceSalesOrderService- Parameters:
salesOrderItemRelatedObject-SalesOrderItemRelatedObjectentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesOrderItemRelatedObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderItemText
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderItemTextentities.- Specified by:
getAllSalesOrderItemTextin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderItemTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderItemTextByKey
@Nonnull public SalesOrderItemTextByKeyFluentHelper getSalesOrderItemTextByKey(String salesOrder, String salesOrderItem, String language, String longTextID) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderItemTextentity using key fields.- Specified by:
getSalesOrderItemTextByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
salesOrderItem- Sales Order ItemConstraints: Not nullable, Maximum length: 6
language- Language KeyConstraints: Not nullable, Maximum length: 2
longTextID- Text IDConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
SalesOrderItemTextentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderItemText
@Nonnull public SalesOrderItemTextCreateFluentHelper createSalesOrderItemText(@Nonnull SalesOrderItemText salesOrderItemText) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderItemTextentity and save it to the S/4HANA system.- Specified by:
createSalesOrderItemTextin interfaceSalesOrderService- Parameters:
salesOrderItemText-SalesOrderItemTextentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderItemTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderItemText
@Nonnull public SalesOrderItemTextUpdateFluentHelper updateSalesOrderItemText(@Nonnull SalesOrderItemText salesOrderItemText) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderItemTextentity and save it to the S/4HANA system.- Specified by:
updateSalesOrderItemTextin interfaceSalesOrderService- Parameters:
salesOrderItemText-SalesOrderItemTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderItemTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesOrderItemText
@Nonnull public SalesOrderItemTextDeleteFluentHelper deleteSalesOrderItemText(@Nonnull SalesOrderItemText salesOrderItemText) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSalesOrderItemTextentity in the S/4HANA system.- Specified by:
deleteSalesOrderItemTextin interfaceSalesOrderService- Parameters:
salesOrderItemText-SalesOrderItemTextentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesOrderItemTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderItmPrecdgProcFlow
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderItmPrecdgProcFlowentities.- Specified by:
getAllSalesOrderItmPrecdgProcFlowin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderItmPrecdgProcFlowentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderItmPrecdgProcFlowByKey
@Nonnull public SalesOrderItmPrecdgProcFlowByKeyFluentHelper getSalesOrderItmPrecdgProcFlowByKey(String salesOrder, String salesOrderItem, UUID docRelationshipUUID) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderItmPrecdgProcFlowentity using key fields.- Specified by:
getSalesOrderItmPrecdgProcFlowByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Subsequent Sales and Distribution DocumentConstraints: Not nullable, Maximum length: 10
salesOrderItem- Subsequent Item of an SD DocumentConstraints: Not nullable, Maximum length: 6
docRelationshipUUID- SD Unique Document Relationship IdentificationConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SalesOrderItmPrecdgProcFlowentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderItmSubsqntProcFlow
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderItmSubsqntProcFlowentities.- Specified by:
getAllSalesOrderItmSubsqntProcFlowin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderItmSubsqntProcFlowentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderItmSubsqntProcFlowByKey
@Nonnull public SalesOrderItmSubsqntProcFlowByKeyFluentHelper getSalesOrderItmSubsqntProcFlowByKey(String salesOrder, String salesOrderItem, UUID docRelationshipUUID) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderItmSubsqntProcFlowentity using key fields.- Specified by:
getSalesOrderItmSubsqntProcFlowByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Preceding sales and distribution documentConstraints: Not nullable, Maximum length: 10
salesOrderItem- Preceding Item of an SD DocumentConstraints: Not nullable, Maximum length: 6
docRelationshipUUID- SD Unique Document Relationship IdentificationConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SalesOrderItmSubsqntProcFlowentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderPartnerAddress
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderPartnerAddressentities.- Specified by:
getAllSalesOrderPartnerAddressin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderPartnerAddressentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderPartnerAddressByKey
@Nonnull public SalesOrderPartnerAddressByKeyFluentHelper getSalesOrderPartnerAddressByKey(String salesOrder, String partnerFunction, String addressRepresentationCode) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderPartnerAddressentity using key fields.- Specified by:
getSalesOrderPartnerAddressByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales and Distribution Document NumberConstraints: Not nullable, Maximum length: 10
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
addressRepresentationCode- Version ID for International AddressesConstraints: Not nullable, Maximum length: 1
- Returns:
- A fluent helper to fetch a single
SalesOrderPartnerAddressentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderPartnerAddress
@Nonnull public SalesOrderPartnerAddressUpdateFluentHelper updateSalesOrderPartnerAddress(@Nonnull SalesOrderPartnerAddress salesOrderPartnerAddress) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderPartnerAddressentity and save it to the S/4HANA system.- Specified by:
updateSalesOrderPartnerAddressin interfaceSalesOrderService- Parameters:
salesOrderPartnerAddress-SalesOrderPartnerAddressentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderPartnerAddressentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderPrecdgProcFlow
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderPrecdgProcFlowentities.- Specified by:
getAllSalesOrderPrecdgProcFlowin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderPrecdgProcFlowentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderPrecdgProcFlowByKey
@Nonnull public SalesOrderPrecdgProcFlowByKeyFluentHelper getSalesOrderPrecdgProcFlowByKey(String salesOrder, UUID docRelationshipUUID) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderPrecdgProcFlowentity using key fields.- Specified by:
getSalesOrderPrecdgProcFlowByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Subsequent Sales and Distribution DocumentConstraints: Not nullable, Maximum length: 10
docRelationshipUUID- SD Unique Document Relationship IdentificationConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SalesOrderPrecdgProcFlowentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderRelatedObject
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderRelatedObjectentities.- Specified by:
getAllSalesOrderRelatedObjectin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderRelatedObjectentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderRelatedObjectByKey
@Nonnull public SalesOrderRelatedObjectByKeyFluentHelper getSalesOrderRelatedObjectByKey(String salesOrder, String sDDocRelatedObjectSequenceNmbr) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderRelatedObjectentity using key fields.- Specified by:
getSalesOrderRelatedObjectByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
sDDocRelatedObjectSequenceNmbr- Sequence Number of the Related Object of an SD DocumentConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
SalesOrderRelatedObjectentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderRelatedObject
@Nonnull public SalesOrderRelatedObjectCreateFluentHelper createSalesOrderRelatedObject(@Nonnull SalesOrderRelatedObject salesOrderRelatedObject) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderRelatedObjectentity and save it to the S/4HANA system.- Specified by:
createSalesOrderRelatedObjectin interfaceSalesOrderService- Parameters:
salesOrderRelatedObject-SalesOrderRelatedObjectentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderRelatedObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesOrderRelatedObject
@Nonnull public SalesOrderRelatedObjectDeleteFluentHelper deleteSalesOrderRelatedObject(@Nonnull SalesOrderRelatedObject salesOrderRelatedObject) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSalesOrderRelatedObjectentity in the S/4HANA system.- Specified by:
deleteSalesOrderRelatedObjectin interfaceSalesOrderService- Parameters:
salesOrderRelatedObject-SalesOrderRelatedObjectentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesOrderRelatedObjectentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderScheduleLine
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderScheduleLineentities.- Specified by:
getAllSalesOrderScheduleLinein interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderScheduleLineentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderScheduleLineByKey
@Nonnull public SalesOrderScheduleLineByKeyFluentHelper getSalesOrderScheduleLineByKey(String salesOrder, String salesOrderItem, String scheduleLine) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderScheduleLineentity using key fields.- Specified by:
getSalesOrderScheduleLineByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales DocumentConstraints: Not nullable, Maximum length: 10
salesOrderItem- Sales Document ItemConstraints: Not nullable, Maximum length: 6
scheduleLine- Schedule Line NumberConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
SalesOrderScheduleLineentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderScheduleLine
@Nonnull public SalesOrderScheduleLineCreateFluentHelper createSalesOrderScheduleLine(@Nonnull SalesOrderScheduleLine salesOrderScheduleLine) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderScheduleLineentity and save it to the S/4HANA system.- Specified by:
createSalesOrderScheduleLinein interfaceSalesOrderService- Parameters:
salesOrderScheduleLine-SalesOrderScheduleLineentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderScheduleLineentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderScheduleLine
@Nonnull public SalesOrderScheduleLineUpdateFluentHelper updateSalesOrderScheduleLine(@Nonnull SalesOrderScheduleLine salesOrderScheduleLine) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderScheduleLineentity and save it to the S/4HANA system.- Specified by:
updateSalesOrderScheduleLinein interfaceSalesOrderService- Parameters:
salesOrderScheduleLine-SalesOrderScheduleLineentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderScheduleLineentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesOrderScheduleLine
@Nonnull public SalesOrderScheduleLineDeleteFluentHelper deleteSalesOrderScheduleLine(@Nonnull SalesOrderScheduleLine salesOrderScheduleLine) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSalesOrderScheduleLineentity in the S/4HANA system.- Specified by:
deleteSalesOrderScheduleLinein interfaceSalesOrderService- Parameters:
salesOrderScheduleLine-SalesOrderScheduleLineentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesOrderScheduleLineentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderSubsqntProcFlow
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderSubsqntProcFlowentities.- Specified by:
getAllSalesOrderSubsqntProcFlowin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderSubsqntProcFlowentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderSubsqntProcFlowByKey
@Nonnull public SalesOrderSubsqntProcFlowByKeyFluentHelper getSalesOrderSubsqntProcFlowByKey(String salesOrder, UUID docRelationshipUUID) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderSubsqntProcFlowentity using key fields.- Specified by:
getSalesOrderSubsqntProcFlowByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Preceding sales and distribution documentConstraints: Not nullable, Maximum length: 10
docRelationshipUUID- SD Unique Document Relationship IdentificationConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SalesOrderSubsqntProcFlowentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSalesOrderText
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSalesOrderTextentities.- Specified by:
getAllSalesOrderTextin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SalesOrderTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSalesOrderTextByKey
@Nonnull public SalesOrderTextByKeyFluentHelper getSalesOrderTextByKey(String salesOrder, String language, String longTextID) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSalesOrderTextentity using key fields.- Specified by:
getSalesOrderTextByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
longTextID- Text IDConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
SalesOrderTextentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSalesOrderText
@Nonnull public SalesOrderTextCreateFluentHelper createSalesOrderText(@Nonnull SalesOrderText salesOrderText) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSalesOrderTextentity and save it to the S/4HANA system.- Specified by:
createSalesOrderTextin interfaceSalesOrderService- Parameters:
salesOrderText-SalesOrderTextentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SalesOrderTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSalesOrderText
@Nonnull public SalesOrderTextUpdateFluentHelper updateSalesOrderText(@Nonnull SalesOrderText salesOrderText) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSalesOrderTextentity and save it to the S/4HANA system.- Specified by:
updateSalesOrderTextin interfaceSalesOrderService- Parameters:
salesOrderText-SalesOrderTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SalesOrderTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSalesOrderText
@Nonnull public SalesOrderTextDeleteFluentHelper deleteSalesOrderText(@Nonnull SalesOrderText salesOrderText) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSalesOrderTextentity in the S/4HANA system.- Specified by:
deleteSalesOrderTextin interfaceSalesOrderService- Parameters:
salesOrderText-SalesOrderTextentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SalesOrderTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSlsOrderItemBillingPlanItem
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSlsOrderItemBillingPlanItementities.- Specified by:
getAllSlsOrderItemBillingPlanItemin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SlsOrderItemBillingPlanItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSlsOrderItemBillingPlanItemByKey
@Nonnull public SlsOrderItemBillingPlanItemByKeyFluentHelper getSlsOrderItemBillingPlanItemByKey(String salesOrder, String salesOrderItem, String billingPlan, String billingPlanItem) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSlsOrderItemBillingPlanItementity using key fields.- Specified by:
getSlsOrderItemBillingPlanItemByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
salesOrderItem- Sales Order ItemConstraints: Not nullable, Maximum length: 6
billingPlan- Billing Plan Number / Invoicing Plan NumberConstraints: Not nullable, Maximum length: 10
billingPlanItem- Item for billing plan/invoice plan/payment cardsConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
SlsOrderItemBillingPlanItementity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSlsOrderItemBillingPlanItem
@Nonnull public SlsOrderItemBillingPlanItemCreateFluentHelper createSlsOrderItemBillingPlanItem(@Nonnull SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSlsOrderItemBillingPlanItementity and save it to the S/4HANA system.- Specified by:
createSlsOrderItemBillingPlanItemin interfaceSalesOrderService- Parameters:
slsOrderItemBillingPlanItem-SlsOrderItemBillingPlanItementity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SlsOrderItemBillingPlanItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSlsOrderItemBillingPlanItem
@Nonnull public SlsOrderItemBillingPlanItemUpdateFluentHelper updateSlsOrderItemBillingPlanItem(@Nonnull SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSlsOrderItemBillingPlanItementity and save it to the S/4HANA system.- Specified by:
updateSlsOrderItemBillingPlanItemin interfaceSalesOrderService- Parameters:
slsOrderItemBillingPlanItem-SlsOrderItemBillingPlanItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SlsOrderItemBillingPlanItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSlsOrderItemBillingPlanItem
@Nonnull public SlsOrderItemBillingPlanItemDeleteFluentHelper deleteSlsOrderItemBillingPlanItem(@Nonnull SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSlsOrderItemBillingPlanItementity in the S/4HANA system.- Specified by:
deleteSlsOrderItemBillingPlanItemin interfaceSalesOrderService- Parameters:
slsOrderItemBillingPlanItem-SlsOrderItemBillingPlanItementity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SlsOrderItemBillingPlanItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSlsOrdPaymentPlanItemDetails
Deprecated.Description copied from interface:SalesOrderServiceFetch multipleSlsOrdPaymentPlanItemDetailsentities.- Specified by:
getAllSlsOrdPaymentPlanItemDetailsin interfaceSalesOrderService- Returns:
- A fluent helper to fetch multiple
SlsOrdPaymentPlanItemDetailsentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSlsOrdPaymentPlanItemDetailsByKey
@Nonnull public SlsOrdPaymentPlanItemDetailsByKeyFluentHelper getSlsOrdPaymentPlanItemDetailsByKey(String salesOrder, String paymentPlanItem) Deprecated.Description copied from interface:SalesOrderServiceFetch a singleSlsOrdPaymentPlanItemDetailsentity using key fields.- Specified by:
getSlsOrdPaymentPlanItemDetailsByKeyin interfaceSalesOrderService- Parameters:
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
paymentPlanItem- Item for billing plan/invoice plan/payment cardsConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
SlsOrdPaymentPlanItemDetailsentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createSlsOrdPaymentPlanItemDetails
@Nonnull public SlsOrdPaymentPlanItemDetailsCreateFluentHelper createSlsOrdPaymentPlanItemDetails(@Nonnull SlsOrdPaymentPlanItemDetails slsOrdPaymentPlanItemDetails) Deprecated.Description copied from interface:SalesOrderServiceCreate a newSlsOrdPaymentPlanItemDetailsentity and save it to the S/4HANA system.- Specified by:
createSlsOrdPaymentPlanItemDetailsin interfaceSalesOrderService- Parameters:
slsOrdPaymentPlanItemDetails-SlsOrdPaymentPlanItemDetailsentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
SlsOrdPaymentPlanItemDetailsentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateSlsOrdPaymentPlanItemDetails
@Nonnull public SlsOrdPaymentPlanItemDetailsUpdateFluentHelper updateSlsOrdPaymentPlanItemDetails(@Nonnull SlsOrdPaymentPlanItemDetails slsOrdPaymentPlanItemDetails) Deprecated.Description copied from interface:SalesOrderServiceUpdate an existingSlsOrdPaymentPlanItemDetailsentity and save it to the S/4HANA system.- Specified by:
updateSlsOrdPaymentPlanItemDetailsin interfaceSalesOrderService- Parameters:
slsOrdPaymentPlanItemDetails-SlsOrdPaymentPlanItemDetailsentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
SlsOrdPaymentPlanItemDetailsentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteSlsOrdPaymentPlanItemDetails
@Nonnull public SlsOrdPaymentPlanItemDetailsDeleteFluentHelper deleteSlsOrdPaymentPlanItemDetails(@Nonnull SlsOrdPaymentPlanItemDetails slsOrdPaymentPlanItemDetails) Deprecated.Description copied from interface:SalesOrderServiceDeletes an existingSlsOrdPaymentPlanItemDetailsentity in the S/4HANA system.- Specified by:
deleteSlsOrdPaymentPlanItemDetailsin interfaceSalesOrderService- Parameters:
slsOrdPaymentPlanItemDetails-SlsOrdPaymentPlanItemDetailsentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
SlsOrdPaymentPlanItemDetailsentity. To perform execution, call theexecutemethod on the fluent helper object.
-
rejectApprovalRequest
Deprecated.Description copied from interface:SalesOrderServiceCreates a fluent helper for the rejectApprovalRequest OData function import.
- Specified by:
rejectApprovalRequestin interfaceSalesOrderService- Parameters:
salesOrder- Constraints: Not nullable, Maximum length: 11000Original parameter name from the Odata EDM: SalesOrder
- Returns:
- A fluent helper object that will execute the rejectApprovalRequest OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
releaseApprovalRequest
@Nonnull public ReleaseApprovalRequestFluentHelper releaseApprovalRequest(@Nonnull String salesOrder) Deprecated.Description copied from interface:SalesOrderServiceCreates a fluent helper for the releaseApprovalRequest OData function import.
- Specified by:
releaseApprovalRequestin interfaceSalesOrderService- Parameters:
salesOrder- Constraints: Not nullable, Maximum length: 11000Original parameter name from the Odata EDM: SalesOrder
- Returns:
- A fluent helper object that will execute the releaseApprovalRequest OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-