Reputation: 483
I have been working on S/4 Hana. I was creating a odata service using existing BAPI BAPI_SALESORDER_GETLIST
.
Then while Mapping for the key there was no output so i put a dummy output as shown in the
Otherwise it was showing error that there is no output for the input key Customer Number.
/sap/opu/odata/SAP/ZINFORMED_ENTRY_SRV/metadata
but after executing it shows/IWFND/ERROR_LOG
there it is showing in ERROR INFO: The URI or metadata definition is incorrect.I'll be very thankful to you if you can help me out. Thanks
Upvotes: 2
Views: 949
Reputation: 183
try loading this one: /sap/opu/odata/SAP/ZINFORMED_ENTRY_SRV/$metadata Since the current implementation supports ODatav2 the $ has to be there. See also: http://www.odata.org/documentation/odata-version-2-0/overview/#ServiceMetadataDocument
Upvotes: 1