Skip to Content
0
Former Member
Nov 09, 2012 at 07:24 PM

Problem passing input parameters to RFC

60 Views

I have an RFC that expects two parameters as input:

E_FROMDATE

E_TODATE

In the data model, I can't quite figure out how to specify these two fields as the recipient of the filter condition in the URI http://sapcis01.xxxxxx.xxxx:8080/sap/opu/odata/sap/xxxxx/xxxxCollection?filter=E_FROMDATE='20120101' and E_TODATE='20120131'

Regardless of what I've tried in the URI or in the model, the external breakpoint in the RFC is showing initial values for both E_FROMDATE and E_TODATE.