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

Calling a function module in Case Sensitive mode

Former Member
0 Likes
1,970

Hi,

How to call a FM from a report so that the values that character values that are passed to FM are NOT automatically converted to Upper case instead the entries are case sensitive.

Like when we execute the FM from SE37 There is a checkbox

Uppercase/Lowercase at Test Function Module: Initial Screen.

Thanks,

Anubhav

Sorry If this is a basic question, I searched but could not find relevant thread.

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,203

You don't need any additional coding for this. If you pass a case senistive text to a FM (in a report) the text remains case-sensitive.

The "Uppercase/Lowercase" checkbox is applicable for direct testing via SE37.

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,204

You don't need any additional coding for this. If you pass a case senistive text to a FM (in a report) the text remains case-sensitive.

The "Uppercase/Lowercase" checkbox is applicable for direct testing via SE37.

Read only

Former Member
0 Likes
1,203

thought, if you would name the fm you are currently struggling with, then we might help you further...