Dear All,
My server environment is IWBEP IWFND in the SAP ECC server, I create a gateway project by importing Login RFC interface with the following parameters:
Input parameters
Username (text)
Password (text)
Ztype (text)
Export Parameters
EsTechnDetail (structure)
EsMsg (text)
I tried to request the LoginCollection EntitySet on Gateway Client occurs the error as display on the below;
URL on Gateway Client : /sap/opu/odata/SAP/ZTEST3_SRV/LoginCollection
Error :
<?xml version="1.0" encoding="utf-8" ?>
-<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code>/IWBEP/CM_MGW_RT/021</code>
<message xml:lang="en">Method 'LOGINCOLLECTION_GET_ENTITYSET' not implemented in data provider class.</message>
-<innererror>
<transactionid>557FEF69E2CD27DFE100000083010A17</transactionid>
<timestamp>20150623093428.0969950</timestamp>
-<Error_Resolution>
<SAP_Transaction>Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details</SAP_Transaction>
<SAP_Note>See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)</SAP_Note>
</Error_Resolution>
-<errordetails>
-<errordetail>
<code>/IWBEP/CX_MGW_NOT_IMPL_EXC</code>
<message>Method 'LOGINCOLLECTION_GET_ENTITYSET' not implemented in data provider class</message>
<propertyref/>
<severity>error</severity>
<target/>
</errordetail>
</errordetails>
</innererror>
</error>
Please help.
Regards
Choong