public interface PurchasingQuotaArrangementService
This communication scenario enables a remote system to read and post quota arrangements from / in the SAP S/4HANA tenant. The remote system calls the sychronous OData service API_PUR_QUOTA_ARRANGEMENT.
Reference: SAP API Business Hub
OData Service: | API_PUR_QUOTA_ARRANGEMENT_SRV |
API Version: | 1 |
Communication Scenario: | Purchasing Quota Arrangement Integration (SAP_COM_0166) |
Scope Items: | Scheduling Agreements in Procurement (BMR) |
PurchasingQuotaArrangementFluentHelper getAllPurchasingQuotaArrangement()
PurchasingQuotaArrangement
entities.PurchasingQuotaArrangement
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.PurchasingQuotaArrangementByKeyFluentHelper getPurchasingQuotaArrangementByKey(String quotaArrangement)
PurchasingQuotaArrangement
entity using key fields.quotaArrangement
- Uniquely identifies the quota arrangement.Constraints: Not nullable, Maximum length: 10
PurchasingQuotaArrangement
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.PurchasingQuotaArrangementCreateFluentHelper createPurchasingQuotaArrangement(PurchasingQuotaArrangement purchasingQuotaArrangement)
PurchasingQuotaArrangement
entity and save it to the S/4HANA system.purchasingQuotaArrangement
- PurchasingQuotaArrangement
entity object that will be created in the S/4HANA system.PurchasingQuotaArrangement
entity. To perform execution, call the execute
method on the fluent helper object.PurchasingQuotaArrangementUpdateFluentHelper updatePurchasingQuotaArrangement(PurchasingQuotaArrangement purchasingQuotaArrangement)
PurchasingQuotaArrangement
entity and save it to the S/4HANA system.purchasingQuotaArrangement
- PurchasingQuotaArrangement
entity object that will be updated in the S/4HANA system.PurchasingQuotaArrangement
entity. To perform execution, call the execute
method on the fluent helper object.PurchasingQuotaArrangementDeleteFluentHelper deletePurchasingQuotaArrangement(PurchasingQuotaArrangement purchasingQuotaArrangement)
PurchasingQuotaArrangement
entity in the S/4HANA system.purchasingQuotaArrangement
- PurchasingQuotaArrangement
entity object that will be deleted in the S/4HANA system.PurchasingQuotaArrangement
entity. To perform execution, call the execute
method on the fluent helper object.PurgQuotaArrangementItemFluentHelper getAllPurgQuotaArrangementItem()
PurgQuotaArrangementItem
entities.PurgQuotaArrangementItem
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.PurgQuotaArrangementItemByKeyFluentHelper getPurgQuotaArrangementItemByKey(String quotaArrangement, String quotaArrangementItem)
PurgQuotaArrangementItem
entity using key fields.quotaArrangement
- Uniquely identifies the quota arrangement.Constraints: Not nullable, Maximum length: 10
quotaArrangementItem
- Uniquely identifies the quota arrangement item within a quota arrangement period.Constraints: Not nullable, Maximum length: 3
PurgQuotaArrangementItem
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.PurgQuotaArrangementItemCreateFluentHelper createPurgQuotaArrangementItem(PurgQuotaArrangementItem purgQuotaArrangementItem)
PurgQuotaArrangementItem
entity and save it to the S/4HANA system.purgQuotaArrangementItem
- PurgQuotaArrangementItem
entity object that will be created in the S/4HANA system.PurgQuotaArrangementItem
entity. To perform execution, call the execute
method on the fluent helper object.PurgQuotaArrangementItemUpdateFluentHelper updatePurgQuotaArrangementItem(PurgQuotaArrangementItem purgQuotaArrangementItem)
PurgQuotaArrangementItem
entity and save it to the S/4HANA system.purgQuotaArrangementItem
- PurgQuotaArrangementItem
entity object that will be updated in the S/4HANA system.PurgQuotaArrangementItem
entity. To perform execution, call the execute
method on the fluent helper object.PurgQuotaArrangementItemDeleteFluentHelper deletePurgQuotaArrangementItem(PurgQuotaArrangementItem purgQuotaArrangementItem)
PurgQuotaArrangementItem
entity in the S/4HANA system.purgQuotaArrangementItem
- PurgQuotaArrangementItem
entity object that will be deleted in the S/4HANA system.PurgQuotaArrangementItem
entity. To perform execution, call the execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.