System :
gateway 2.0 sp5, testdrive
SAP ERP ides 604
I want to call ERP Sales Documents:
http://nplhost:8042/sap/opu/sdata/IWCNT/ERPSALES/InquiryCollection?$format=xml
get this error
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code>SY/530</code>
<message xml:lang="en">
Data Provider implementation '/IWCNT/OM_INQUIRY_0001_UC' '01' 'ECC_604' does not exist
</message>
<innererror>
Data Provider implementation '/IWCNT/OM_INQUIRY_0001_UC' '01' 'ECC_604' does not exist. Diagnosis The request shall be routed into a backend system which has the software version '/IWCNT/OM_INQUIRY_0001_UC'. (Assigned via the corresponding system alias.) But no data provider for model '/IWCNT/OM_INQUIRY_0001_UC' and version ' 01' has been registered for software version 'ECC_604'. System Response The system cannot process the request and raises an error. Procedure If only one system alias has been assigned to the corresponding service (check in the IMG activity Assign SAP System Aliases to OData Service) delete the service completely in transaction Maintain Services and then re-create it. If more than one system alias has been assigned to the service (via IMG activity Assign SAP System Aliases to OData Service) you need to manually create the data provider assignment as well. For this you can use IMG activity Assign Data Provider to Data Model. Copy the existing entry for the model and replace the software version with version 'ECC_604'. Procedure for System Administration
</innererror>
</error>
Refer to the gateway library, need to do this:
Assigning SAP System Aliases to OData ServiceTo assign SAP System Aliases to OData Service proceed as follows:
But I can't find /IWCNT/SG_INQUIRY_0001,/IWCNT/SG_QUOTATION_0001, what need to do?