public interface AlignmentPurchaseRequisitionToPurchaseOrderService extends BatchService<AlignmentPurchaseRequisitionToPurchaseOrderServiceBatch>
This service enables you to align or nullify alignment of account assigned third-party order (TPO) or individual purchase order (PTO) purchase requisition items with existing purchase order items. The service contains only the item node. Note: You can use the functionality of this service only by activating the business function ISR_RETAILSYSTEM..
Reference: SAP API Business Hub
OData Service: | OP_API_ALIGN_PURREQN_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Purchase Requisition |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
PurReqnAlgnmtCreateFluentHelper |
createPurReqnAlgnmt(PurReqnAlgnmt purReqnAlgnmt)
Create a new
PurReqnAlgnmt entity and save it to the S/4HANA system. |
PurReqnAlgnmtFluentHelper |
getAllPurReqnAlgnmt()
Fetch multiple
PurReqnAlgnmt entities. |
PurReqnAlgnmtByKeyFluentHelper |
getPurReqnAlgnmtByKey(String purchaseRequisition,
String purchaseRequisitionItem)
Fetch a single
PurReqnAlgnmt entity using key fields. |
AlignmentPurchaseRequisitionToPurchaseOrderService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull AlignmentPurchaseRequisitionToPurchaseOrderService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull PurReqnAlgnmtFluentHelper getAllPurReqnAlgnmt()
PurReqnAlgnmt
entities.PurReqnAlgnmt
entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PurReqnAlgnmtByKeyFluentHelper getPurReqnAlgnmtByKey(String purchaseRequisition, String purchaseRequisitionItem)
PurReqnAlgnmt
entity using key fields.purchaseRequisitionItem
- Item number of purchase requisition
Constraints: Not nullable, Maximum length: 5
purchaseRequisition
- Purchase requisition number
Constraints: Not nullable, Maximum length: 10
PurReqnAlgnmt
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PurReqnAlgnmtCreateFluentHelper createPurReqnAlgnmt(@Nonnull PurReqnAlgnmt purReqnAlgnmt)
PurReqnAlgnmt
entity and save it to the S/4HANA system.purReqnAlgnmt
- PurReqnAlgnmt
entity object that will be created in the S/4HANA system.PurReqnAlgnmt
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.