Interface SalesOrderService
- All Superinterfaces:
BatchService<SalesOrderServiceBatch>
- All Known Implementing Classes:
DefaultSalesOrderService
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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptioncreateSalesOrder(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.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllSalesOrder
Deprecated.Fetch multipleSalesOrderentities.- 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.Fetch a singleSalesOrderentity using key fields.- 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.Create a newSalesOrderentity and save it to the S/4HANA system.- 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.Update an existingSalesOrderentity and save it to the S/4HANA system.- 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.Deletes an existingSalesOrderentity in the S/4HANA system.- 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.Fetch multipleSalesOrderBillingPlanentities.- 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 SalesOrderBillingPlanByKeyFluentHelper getSalesOrderBillingPlanByKey(String salesOrder, String billingPlan) Deprecated.Fetch a singleSalesOrderBillingPlanentity using key fields.- Parameters:
billingPlan- Billing Plan Number / Invoicing Plan NumberConstraints: Not nullable, Maximum length: 10
salesOrder- Sales OrderConstraints: 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 SalesOrderBillingPlanCreateFluentHelper createSalesOrderBillingPlan(@Nonnull SalesOrderBillingPlan salesOrderBillingPlan) Deprecated.Create a newSalesOrderBillingPlanentity and save it to the S/4HANA system.- 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 SalesOrderBillingPlanUpdateFluentHelper updateSalesOrderBillingPlan(@Nonnull SalesOrderBillingPlan salesOrderBillingPlan) Deprecated.Update an existingSalesOrderBillingPlanentity and save it to the S/4HANA system.- 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.Fetch multipleSalesOrderBillingPlanItementities.- 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 SalesOrderBillingPlanItemByKeyFluentHelper getSalesOrderBillingPlanItemByKey(String salesOrder, String billingPlan, String billingPlanItem) Deprecated.Fetch a singleSalesOrderBillingPlanItementity using key fields.- Parameters:
billingPlan- Billing Plan Number / Invoicing Plan NumberConstraints: Not nullable, Maximum length: 10
salesOrder- Sales OrderConstraints: 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 SalesOrderBillingPlanItemCreateFluentHelper createSalesOrderBillingPlanItem(@Nonnull SalesOrderBillingPlanItem salesOrderBillingPlanItem) Deprecated.Create a newSalesOrderBillingPlanItementity and save it to the S/4HANA system.- 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 SalesOrderBillingPlanItemUpdateFluentHelper updateSalesOrderBillingPlanItem(@Nonnull SalesOrderBillingPlanItem salesOrderBillingPlanItem) Deprecated.Update an existingSalesOrderBillingPlanItementity and save it to the S/4HANA system.- 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 SalesOrderBillingPlanItemDeleteFluentHelper deleteSalesOrderBillingPlanItem(@Nonnull SalesOrderBillingPlanItem salesOrderBillingPlanItem) Deprecated.Deletes an existingSalesOrderBillingPlanItementity in the S/4HANA system.- 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.Fetch multipleSalesOrderHeaderPartnerentities.- 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 SalesOrderHeaderPartnerByKeyFluentHelper getSalesOrderHeaderPartnerByKey(String salesOrder, String partnerFunction) Deprecated.Fetch a singleSalesOrderHeaderPartnerentity using key fields.- Parameters:
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
- 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 SalesOrderHeaderPartnerCreateFluentHelper createSalesOrderHeaderPartner(@Nonnull SalesOrderHeaderPartner salesOrderHeaderPartner) Deprecated.Create a newSalesOrderHeaderPartnerentity and save it to the S/4HANA system.- 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 SalesOrderHeaderPartnerUpdateFluentHelper updateSalesOrderHeaderPartner(@Nonnull SalesOrderHeaderPartner salesOrderHeaderPartner) Deprecated.Update an existingSalesOrderHeaderPartnerentity and save it to the S/4HANA system.- 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 SalesOrderHeaderPartnerDeleteFluentHelper deleteSalesOrderHeaderPartner(@Nonnull SalesOrderHeaderPartner salesOrderHeaderPartner) Deprecated.Deletes an existingSalesOrderHeaderPartnerentity in the S/4HANA system.- 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.Fetch multipleSalesOrderHeaderPrElemententities.- 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 SalesOrderHeaderPrElementByKeyFluentHelper getSalesOrderHeaderPrElementByKey(String salesOrder, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Fetch a singleSalesOrderHeaderPrElemententity using key fields.- Parameters:
pricingProcedureCounter- Condition CounterConstraints: Not nullable, Maximum length: 3
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
pricingProcedureStep- Step NumberConstraints: 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 SalesOrderHeaderPrElementCreateFluentHelper createSalesOrderHeaderPrElement(@Nonnull SalesOrderHeaderPrElement salesOrderHeaderPrElement) Deprecated.Create a newSalesOrderHeaderPrElemententity and save it to the S/4HANA system.- 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 SalesOrderHeaderPrElementUpdateFluentHelper updateSalesOrderHeaderPrElement(@Nonnull SalesOrderHeaderPrElement salesOrderHeaderPrElement) Deprecated.Update an existingSalesOrderHeaderPrElemententity and save it to the S/4HANA system.- 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 SalesOrderHeaderPrElementDeleteFluentHelper deleteSalesOrderHeaderPrElement(@Nonnull SalesOrderHeaderPrElement salesOrderHeaderPrElement) Deprecated.Deletes an existingSalesOrderHeaderPrElemententity in the S/4HANA system.- 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.Fetch multipleSalesOrderItementities.- 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 SalesOrderItemByKeyFluentHelper getSalesOrderItemByKey(String salesOrder, String salesOrderItem) Deprecated.Fetch a singleSalesOrderItementity using key fields.- Parameters:
salesOrderItem- Sales Order ItemConstraints: Not nullable, Maximum length: 6
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
- 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 SalesOrderItemCreateFluentHelper createSalesOrderItem(@Nonnull SalesOrderItem salesOrderItem) Deprecated.Create a newSalesOrderItementity and save it to the S/4HANA system.- 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 SalesOrderItemUpdateFluentHelper updateSalesOrderItem(@Nonnull SalesOrderItem salesOrderItem) Deprecated.Update an existingSalesOrderItementity and save it to the S/4HANA system.- 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 SalesOrderItemDeleteFluentHelper deleteSalesOrderItem(@Nonnull SalesOrderItem salesOrderItem) Deprecated.Deletes an existingSalesOrderItementity in the S/4HANA system.- 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.Fetch multipleSalesOrderItemBillingPlanentities.- 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 SalesOrderItemBillingPlanByKeyFluentHelper getSalesOrderItemBillingPlanByKey(String salesOrder, String salesOrderItem, String billingPlan) Deprecated.Fetch a singleSalesOrderItemBillingPlanentity using key fields.- Parameters:
salesOrderItem- Sales Order ItemConstraints: Not nullable, Maximum length: 6
billingPlan- Billing Plan Number / Invoicing Plan NumberConstraints: Not nullable, Maximum length: 10
salesOrder- Sales OrderConstraints: 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 SalesOrderItemBillingPlanCreateFluentHelper createSalesOrderItemBillingPlan(@Nonnull SalesOrderItemBillingPlan salesOrderItemBillingPlan) Deprecated.Create a newSalesOrderItemBillingPlanentity and save it to the S/4HANA system.- 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 SalesOrderItemBillingPlanUpdateFluentHelper updateSalesOrderItemBillingPlan(@Nonnull SalesOrderItemBillingPlan salesOrderItemBillingPlan) Deprecated.Update an existingSalesOrderItemBillingPlanentity and save it to the S/4HANA system.- 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.Fetch multipleSalesOrderItemPartnerentities.- 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 SalesOrderItemPartnerByKeyFluentHelper getSalesOrderItemPartnerByKey(String salesOrder, String salesOrderItem, String partnerFunction) Deprecated.Fetch a singleSalesOrderItemPartnerentity using key fields.- Parameters:
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
salesOrderItem- Sales Order ItemConstraints: Not nullable, Maximum length: 6
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
- 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 SalesOrderItemPartnerCreateFluentHelper createSalesOrderItemPartner(@Nonnull SalesOrderItemPartner salesOrderItemPartner) Deprecated.Create a newSalesOrderItemPartnerentity and save it to the S/4HANA system.- 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 SalesOrderItemPartnerUpdateFluentHelper updateSalesOrderItemPartner(@Nonnull SalesOrderItemPartner salesOrderItemPartner) Deprecated.Update an existingSalesOrderItemPartnerentity and save it to the S/4HANA system.- 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 SalesOrderItemPartnerDeleteFluentHelper deleteSalesOrderItemPartner(@Nonnull SalesOrderItemPartner salesOrderItemPartner) Deprecated.Deletes an existingSalesOrderItemPartnerentity in the S/4HANA system.- 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.Fetch multipleSalesOrderItemPartnerAddressentities.- 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 SalesOrderItemPartnerAddressByKeyFluentHelper getSalesOrderItemPartnerAddressByKey(String salesOrder, String salesOrderItem, String partnerFunction, String addressRepresentationCode) Deprecated.Fetch a singleSalesOrderItemPartnerAddressentity using key fields.- Parameters:
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
salesOrderItem- Item number of the SD documentConstraints: Not nullable, Maximum length: 6
addressRepresentationCode- Version ID for International AddressesConstraints: Not nullable, Maximum length: 1
salesOrder- Sales and Distribution Document NumberConstraints: Not nullable, Maximum length: 10
- 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 SalesOrderItemPartnerAddressUpdateFluentHelper updateSalesOrderItemPartnerAddress(@Nonnull SalesOrderItemPartnerAddress salesOrderItemPartnerAddress) Deprecated.Update an existingSalesOrderItemPartnerAddressentity and save it to the S/4HANA system.- 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.Fetch multipleSalesOrderItemPrElemententities.- 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 SalesOrderItemPrElementByKeyFluentHelper getSalesOrderItemPrElementByKey(String salesOrder, String salesOrderItem, String pricingProcedureStep, String pricingProcedureCounter) Deprecated.Fetch a singleSalesOrderItemPrElemententity using key fields.- Parameters:
salesOrderItem- Sales Order ItemConstraints: Not nullable, Maximum length: 6
pricingProcedureCounter- Condition CounterConstraints: Not nullable, Maximum length: 3
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
pricingProcedureStep- Step NumberConstraints: 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 SalesOrderItemPrElementCreateFluentHelper createSalesOrderItemPrElement(@Nonnull SalesOrderItemPrElement salesOrderItemPrElement) Deprecated.Create a newSalesOrderItemPrElemententity and save it to the S/4HANA system.- 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 SalesOrderItemPrElementUpdateFluentHelper updateSalesOrderItemPrElement(@Nonnull SalesOrderItemPrElement salesOrderItemPrElement) Deprecated.Update an existingSalesOrderItemPrElemententity and save it to the S/4HANA system.- 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 SalesOrderItemPrElementDeleteFluentHelper deleteSalesOrderItemPrElement(@Nonnull SalesOrderItemPrElement salesOrderItemPrElement) Deprecated.Deletes an existingSalesOrderItemPrElemententity in the S/4HANA system.- 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.Fetch multipleSalesOrderItemRelatedObjectentities.- 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 SalesOrderItemRelatedObjectByKeyFluentHelper getSalesOrderItemRelatedObjectByKey(String salesOrder, String salesOrderItem, String sDDocRelatedObjectSequenceNmbr) Deprecated.Fetch a singleSalesOrderItemRelatedObjectentity using key fields.- Parameters:
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
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
- 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 SalesOrderItemRelatedObjectCreateFluentHelper createSalesOrderItemRelatedObject(@Nonnull SalesOrderItemRelatedObject salesOrderItemRelatedObject) Deprecated.Create a newSalesOrderItemRelatedObjectentity and save it to the S/4HANA system.- 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 SalesOrderItemRelatedObjectDeleteFluentHelper deleteSalesOrderItemRelatedObject(@Nonnull SalesOrderItemRelatedObject salesOrderItemRelatedObject) Deprecated.Deletes an existingSalesOrderItemRelatedObjectentity in the S/4HANA system.- 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.Fetch multipleSalesOrderItemTextentities.- 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 SalesOrderItemTextByKeyFluentHelper getSalesOrderItemTextByKey(String salesOrder, String salesOrderItem, String language, String longTextID) Deprecated.Fetch a singleSalesOrderItemTextentity using key fields.- Parameters:
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
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
- 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 SalesOrderItemTextCreateFluentHelper createSalesOrderItemText(@Nonnull SalesOrderItemText salesOrderItemText) Deprecated.Create a newSalesOrderItemTextentity and save it to the S/4HANA system.- 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 SalesOrderItemTextUpdateFluentHelper updateSalesOrderItemText(@Nonnull SalesOrderItemText salesOrderItemText) Deprecated.Update an existingSalesOrderItemTextentity and save it to the S/4HANA system.- 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 SalesOrderItemTextDeleteFluentHelper deleteSalesOrderItemText(@Nonnull SalesOrderItemText salesOrderItemText) Deprecated.Deletes an existingSalesOrderItemTextentity in the S/4HANA system.- 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.Fetch multipleSalesOrderItmPrecdgProcFlowentities.- 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 SalesOrderItmPrecdgProcFlowByKeyFluentHelper getSalesOrderItmPrecdgProcFlowByKey(String salesOrder, String salesOrderItem, UUID docRelationshipUUID) Deprecated.Fetch a singleSalesOrderItmPrecdgProcFlowentity using key fields.- Parameters:
docRelationshipUUID- SD Unique Document Relationship IdentificationConstraints: Not nullable
salesOrderItem- Subsequent Item of an SD DocumentConstraints: Not nullable, Maximum length: 6
salesOrder- Subsequent Sales and Distribution DocumentConstraints: Not nullable, Maximum length: 10
- 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.Fetch multipleSalesOrderItmSubsqntProcFlowentities.- 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 SalesOrderItmSubsqntProcFlowByKeyFluentHelper getSalesOrderItmSubsqntProcFlowByKey(String salesOrder, String salesOrderItem, UUID docRelationshipUUID) Deprecated.Fetch a singleSalesOrderItmSubsqntProcFlowentity using key fields.- Parameters:
docRelationshipUUID- SD Unique Document Relationship IdentificationConstraints: Not nullable
salesOrderItem- Preceding Item of an SD DocumentConstraints: Not nullable, Maximum length: 6
salesOrder- Preceding sales and distribution documentConstraints: Not nullable, Maximum length: 10
- 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.Fetch multipleSalesOrderPartnerAddressentities.- 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 SalesOrderPartnerAddressByKeyFluentHelper getSalesOrderPartnerAddressByKey(String salesOrder, String partnerFunction, String addressRepresentationCode) Deprecated.Fetch a singleSalesOrderPartnerAddressentity using key fields.- Parameters:
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
addressRepresentationCode- Version ID for International AddressesConstraints: Not nullable, Maximum length: 1
salesOrder- Sales and Distribution Document NumberConstraints: Not nullable, Maximum length: 10
- 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 SalesOrderPartnerAddressUpdateFluentHelper updateSalesOrderPartnerAddress(@Nonnull SalesOrderPartnerAddress salesOrderPartnerAddress) Deprecated.Update an existingSalesOrderPartnerAddressentity and save it to the S/4HANA system.- 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.Fetch multipleSalesOrderPrecdgProcFlowentities.- 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 SalesOrderPrecdgProcFlowByKeyFluentHelper getSalesOrderPrecdgProcFlowByKey(String salesOrder, UUID docRelationshipUUID) Deprecated.Fetch a singleSalesOrderPrecdgProcFlowentity using key fields.- Parameters:
docRelationshipUUID- SD Unique Document Relationship IdentificationConstraints: Not nullable
salesOrder- Subsequent Sales and Distribution DocumentConstraints: Not nullable, Maximum length: 10
- 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.Fetch multipleSalesOrderRelatedObjectentities.- 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 SalesOrderRelatedObjectByKeyFluentHelper getSalesOrderRelatedObjectByKey(String salesOrder, String sDDocRelatedObjectSequenceNmbr) Deprecated.Fetch a singleSalesOrderRelatedObjectentity using key fields.- Parameters:
sDDocRelatedObjectSequenceNmbr- Sequence Number of the Related Object of an SD DocumentConstraints: Not nullable, Maximum length: 4
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
- 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 SalesOrderRelatedObjectCreateFluentHelper createSalesOrderRelatedObject(@Nonnull SalesOrderRelatedObject salesOrderRelatedObject) Deprecated.Create a newSalesOrderRelatedObjectentity and save it to the S/4HANA system.- 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 SalesOrderRelatedObjectDeleteFluentHelper deleteSalesOrderRelatedObject(@Nonnull SalesOrderRelatedObject salesOrderRelatedObject) Deprecated.Deletes an existingSalesOrderRelatedObjectentity in the S/4HANA system.- 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.Fetch multipleSalesOrderScheduleLineentities.- 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 SalesOrderScheduleLineByKeyFluentHelper getSalesOrderScheduleLineByKey(String salesOrder, String salesOrderItem, String scheduleLine) Deprecated.Fetch a singleSalesOrderScheduleLineentity using key fields.- Parameters:
salesOrderItem- Sales Document ItemConstraints: Not nullable, Maximum length: 6
scheduleLine- Schedule Line NumberConstraints: Not nullable, Maximum length: 4
salesOrder- Sales DocumentConstraints: Not nullable, Maximum length: 10
- 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 SalesOrderScheduleLineCreateFluentHelper createSalesOrderScheduleLine(@Nonnull SalesOrderScheduleLine salesOrderScheduleLine) Deprecated.Create a newSalesOrderScheduleLineentity and save it to the S/4HANA system.- 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 SalesOrderScheduleLineUpdateFluentHelper updateSalesOrderScheduleLine(@Nonnull SalesOrderScheduleLine salesOrderScheduleLine) Deprecated.Update an existingSalesOrderScheduleLineentity and save it to the S/4HANA system.- 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 SalesOrderScheduleLineDeleteFluentHelper deleteSalesOrderScheduleLine(@Nonnull SalesOrderScheduleLine salesOrderScheduleLine) Deprecated.Deletes an existingSalesOrderScheduleLineentity in the S/4HANA system.- 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.Fetch multipleSalesOrderSubsqntProcFlowentities.- 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 SalesOrderSubsqntProcFlowByKeyFluentHelper getSalesOrderSubsqntProcFlowByKey(String salesOrder, UUID docRelationshipUUID) Deprecated.Fetch a singleSalesOrderSubsqntProcFlowentity using key fields.- Parameters:
docRelationshipUUID- SD Unique Document Relationship IdentificationConstraints: Not nullable
salesOrder- Preceding sales and distribution documentConstraints: Not nullable, Maximum length: 10
- 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.Fetch multipleSalesOrderTextentities.- 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 SalesOrderTextByKeyFluentHelper getSalesOrderTextByKey(String salesOrder, String language, String longTextID) Deprecated.Fetch a singleSalesOrderTextentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
longTextID- Text IDConstraints: Not nullable, Maximum length: 4
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
- 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 SalesOrderTextCreateFluentHelper createSalesOrderText(@Nonnull SalesOrderText salesOrderText) Deprecated.Create a newSalesOrderTextentity and save it to the S/4HANA system.- 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 SalesOrderTextUpdateFluentHelper updateSalesOrderText(@Nonnull SalesOrderText salesOrderText) Deprecated.Update an existingSalesOrderTextentity and save it to the S/4HANA system.- 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 SalesOrderTextDeleteFluentHelper deleteSalesOrderText(@Nonnull SalesOrderText salesOrderText) Deprecated.Deletes an existingSalesOrderTextentity in the S/4HANA system.- 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.Fetch multipleSlsOrderItemBillingPlanItementities.- 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 SlsOrderItemBillingPlanItemByKeyFluentHelper getSlsOrderItemBillingPlanItemByKey(String salesOrder, String salesOrderItem, String billingPlan, String billingPlanItem) Deprecated.Fetch a singleSlsOrderItemBillingPlanItementity using key fields.- Parameters:
salesOrderItem- Sales Order ItemConstraints: Not nullable, Maximum length: 6
billingPlan- Billing Plan Number / Invoicing Plan NumberConstraints: Not nullable, Maximum length: 10
salesOrder- Sales OrderConstraints: 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 SlsOrderItemBillingPlanItemCreateFluentHelper createSlsOrderItemBillingPlanItem(@Nonnull SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.Create a newSlsOrderItemBillingPlanItementity and save it to the S/4HANA system.- 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 SlsOrderItemBillingPlanItemUpdateFluentHelper updateSlsOrderItemBillingPlanItem(@Nonnull SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.Update an existingSlsOrderItemBillingPlanItementity and save it to the S/4HANA system.- 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 SlsOrderItemBillingPlanItemDeleteFluentHelper deleteSlsOrderItemBillingPlanItem(@Nonnull SlsOrderItemBillingPlanItem slsOrderItemBillingPlanItem) Deprecated.Deletes an existingSlsOrderItemBillingPlanItementity in the S/4HANA system.- 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.Fetch multipleSlsOrdPaymentPlanItemDetailsentities.- 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 SlsOrdPaymentPlanItemDetailsByKeyFluentHelper getSlsOrdPaymentPlanItemDetailsByKey(String salesOrder, String paymentPlanItem) Deprecated.Fetch a singleSlsOrdPaymentPlanItemDetailsentity using key fields.- Parameters:
paymentPlanItem- Item for billing plan/invoice plan/payment cardsConstraints: Not nullable, Maximum length: 6
salesOrder- Sales OrderConstraints: Not nullable, Maximum length: 10
- 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 SlsOrdPaymentPlanItemDetailsCreateFluentHelper createSlsOrdPaymentPlanItemDetails(@Nonnull SlsOrdPaymentPlanItemDetails slsOrdPaymentPlanItemDetails) Deprecated.Create a newSlsOrdPaymentPlanItemDetailsentity and save it to the S/4HANA system.- 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 SlsOrdPaymentPlanItemDetailsUpdateFluentHelper updateSlsOrdPaymentPlanItemDetails(@Nonnull SlsOrdPaymentPlanItemDetails slsOrdPaymentPlanItemDetails) Deprecated.Update an existingSlsOrdPaymentPlanItemDetailsentity and save it to the S/4HANA system.- 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 SlsOrdPaymentPlanItemDetailsDeleteFluentHelper deleteSlsOrdPaymentPlanItemDetails(@Nonnull SlsOrdPaymentPlanItemDetails slsOrdPaymentPlanItemDetails) Deprecated.Deletes an existingSlsOrdPaymentPlanItemDetailsentity in the S/4HANA system.- 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.Creates a fluent helper for the rejectApprovalRequest OData function import.
- 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
Deprecated.Creates a fluent helper for the releaseApprovalRequest OData function import.
- 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.
-