2014 Feb 06 9:46 AM
Hi,
We have created a FM with RFC enabled which will be accessed by one of our external system.
Now the problem is although we are passing the data to this parameter in Small Letters, it converts by default it to Capital Letters.
Due to this my FM module is going into error.
I have checked the Parameter Ref type domain is checked with Lowercase.
How to make the parameter case Sensitive? Please help me in this regard.
Regards,
NSK
2014 Feb 06 10:03 AM
Hi Shashikanth,
Are you testing the FM in SE37? If yes, then whatever value you are passing to the FM in SE37 while testing the FM will get converted to uppercase. Try debugging the FM and in the the FM, edit the value of your parameter in lowercase.
Best way is to write a small program to test the functionality to avoid this problem.
hope this helps !!
- harshad
2014 Feb 06 10:23 AM
Hi Shashikanth,
Also, check the domain of the data type that you are using. The Lower Case should be checked in the definition.
Regards,
Mark
2014 Feb 06 10:45 AM
How are you testing it..? It happens via SE37 then you have a checkbox uppercase/lowercase mark that it will not convert it into uppercase.
Nabheet
2014 Feb 06 10:49 AM
Hi SHashi,
Your FM is completely fine, Just put it in your Program and everything will work fine!!!! Do no test in SE37...
Cheers!
Santhosh