@Named public class DefaultProcessPurchasingInforecordService extends Object implements ProcessPurchasingInforecordService
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), Purchasing Info Record Integration (SAP_COM_0145), Purchasing Info Record Integration (SAP_COM_0145), 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) |
Constructor and Description |
---|
DefaultProcessPurchasingInforecordService() |
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. |
public DefaultProcessPurchasingInforecordService()
public PurchasingInfoRecordFluentHelper getAllPurchasingInfoRecord()
ProcessPurchasingInforecordService
PurchasingInfoRecord
entities.getAllPurchasingInfoRecord
in interface ProcessPurchasingInforecordService
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.public PurchasingInfoRecordByKeyFluentHelper getPurchasingInfoRecordByKey(String purchasingInfoRecord)
ProcessPurchasingInforecordService
PurchasingInfoRecord
entity using key fields.getPurchasingInfoRecordByKey
in interface ProcessPurchasingInforecordService
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.public PurgInfoRecdOrgPlantDataFluentHelper getAllPurgInfoRecdOrgPlantData()
ProcessPurchasingInforecordService
PurgInfoRecdOrgPlantData
entities.getAllPurgInfoRecdOrgPlantData
in interface ProcessPurchasingInforecordService
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.public PurgInfoRecdOrgPlantDataByKeyFluentHelper getPurgInfoRecdOrgPlantDataByKey(String purchasingInfoRecord, String purchasingInfoRecordCategory, String purchasingOrganization, String plant)
ProcessPurchasingInforecordService
PurgInfoRecdOrgPlantData
entity using key fields.getPurgInfoRecdOrgPlantDataByKey
in interface ProcessPurchasingInforecordService
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
purchasingOrganization
- Denotes the purchasing organization.Constraints: Not nullable, Maximum length: 4
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
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 © 2017 SAP SE. All rights reserved.