Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Parameter Case Sensitive in Function Module

Former Member
0 Likes
2,933

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

4 REPLIES 4
Read only

former_member209818
Active Contributor
0 Likes
1,459

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

Read only

markangelo_dihiansan
Active Contributor
0 Likes
1,459

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

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,459

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

Read only

Former Member
0 Likes
1,459

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