Hi everybody,
I have made one application which calls one function module from SAP R/3 system. There are three input parameters in it. For one of the parameters i need to pass values in case sensitive. In SAP R/3 i have created one data element and domain for this Input parameter in which i have specified as case sensitive which is needed in my application.
Now when i m running my function module in R/3, i have to check Upper/Lower case check box given on the top, Otherwise i can't get proper results. Upto this it is ok. But when executing this Function module from webdynpro it can't find any records because by default that case check box is unchecked. So, Can we set that checkbox as checked from webdynpro in order to execute that function module properly?
Or any alternate method to accomplish this?
Thanks in Advance,
Bhavik