Dear Experts,
I have a synchronous scenario of ABAP Proxy to JDBC. The Database stores all Customer Information.Proxy sends request to fetch data from Database and expects response with all the details of information which will multiple records.
The request input field will contain primary key Customer id number . The request will have to fetch all the customer id which may start either from A***** or B***** or C***** or any string . For example if I enter A% , then all the customer name which starts from A will be sent as response.
I referred to the link
http://help.sap.com/saphelp_srm40/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.html
and was looking at the Attributes section with Compare Operation.
1.In the Oracle Request structure, where can I place the compareOperation=LIKE along with the Customer Id under the root "Key".
2.In the Mapping , where should I put the placeholder % in the Constant function ?
Please correct me..
Regards
Rebecca