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 | 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. |
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.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.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.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 © 2018 SAP SE. All rights reserved.