Hi,
I have created an OData service using the standard BOR object Flight and doing the implementation using the method Flight.Getlist. This method does not have any mandatory input parameters therefore I am also not passing any input parameters and just reading the data returned in its export parameter FLIGHT_LIST. The implementation of the entity set has been done using this method (as mentioned above) of the BOR object.
When testing the service the OData Service document and the Metadata XML are generated correctly. However when i test the collection through the Gateway client (/IWFND/GW_CLIENT) or Explore Service function (In Maintain service option via SEGW) i am getting an HTTP 500 error (Internal Server Error).
Details of the Error Log
A parameter has an invalid value: Parameter <VALUE> has the invalid value 735116.
Details of the Application Log
1. Exception of type CX_PARAMETER_INVALID_RANGE has occurred. See details for more information
The details provided are "A parameter has an invalid value: Parameter <VALUE> has the invalid value 7 35116."
2. Exception of type /IWCOR/CX_DS_INTERNAL_ERROR has occurred. See details for more information
The details provided are "In the context of Data Services an unknown internal server error occurred."
I am not passing any parameters therefore am unable to figure out which parameter is causing this error.
Need the help of the experts out there to resolve this issue.
regards
Nitesh