public interface PurchasingInfoRecordService
This service enables the user to read header and item details of Purchasing InfoRecord. It is based on OData protocol, and can be consumed in Fiori apps as well as on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_INFORECORD_PROCESS_SRV |
API Version: | 1 |
Communication Scenario: | Purchasing Info Record Integration (SAP_COM_0145) |
Scope Items: | Physical Inventory - Inventory Count and Adjustment (BML), Consumable Purchasing (BNX), Service and Material Procurement - Project-Based Services (J13), Procurement of Direct Materials (J45) |
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 |
---|---|
PurchasingInfoRecordFluentHelper |
getAllPurchasingInfoRecord()
Fetch multiple
PurchasingInfoRecord entities. |
PurgInfoRecdOrgPlantDataFluentHelper |
getAllPurgInfoRecdOrgPlantData()
Fetch multiple
PurgInfoRecdOrgPlantData entities. |
PurchasingInfoRecordByKeyFluentHelper |
getPurchasingInfoRecordByKey(String purchasingInfoRecord)
Fetch a single
PurchasingInfoRecord entity using key fields. |
PurgInfoRecdOrgPlantDataByKeyFluentHelper |
getPurgInfoRecdOrgPlantDataByKey(String purchasingInfoRecord,
String purchasingInfoRecordCategory,
String purchasingOrganization,
String plant)
Fetch a single
PurgInfoRecdOrgPlantData entity using key fields. |
PurchasingInfoRecordService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull PurchasingInfoRecordService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull PurchasingInfoRecordFluentHelper getAllPurchasingInfoRecord()
PurchasingInfoRecord
entities.PurchasingInfoRecord
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 PurchasingInfoRecordByKeyFluentHelper getPurchasingInfoRecordByKey(String purchasingInfoRecord)
PurchasingInfoRecord
entity using key fields.purchasingInfoRecord
- Specifies the number that uniquely identifies a purchasing info record.
Constraints: Not nullable, Maximum length: 10
PurchasingInfoRecord
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 PurgInfoRecdOrgPlantDataFluentHelper getAllPurgInfoRecdOrgPlantData()
PurgInfoRecdOrgPlantData
entities.PurgInfoRecdOrgPlantData
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 PurgInfoRecdOrgPlantDataByKeyFluentHelper getPurgInfoRecdOrgPlantDataByKey(String purchasingInfoRecord, String purchasingInfoRecordCategory, String purchasingOrganization, String plant)
PurgInfoRecdOrgPlantData
entity using key fields.plant
- Specifies the key for a production facility or branch office within the company (that is, the company
code).
Constraints: Not nullable, Maximum length: 4
purchasingOrganization
- Denotes the purchasing organization.
Constraints: Not nullable, Maximum length: 4
purchasingInfoRecord
- Specifies the number that uniquely identifies a purchasing info record.
Constraints: Not nullable, Maximum length: 10
purchasingInfoRecordCategory
- The info record category enables you to create different info records for different document types.
Constraints: Not nullable, Maximum length: 1
PurgInfoRecdOrgPlantData
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.Copyright © 2019 SAP SE. All rights reserved.