Application Development 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: 

Pass filename to function module in mixed case

Former Member
0 Kudos

I've created a function module which takes as its parameter a filename including it's unix path so it is in mixed case.

Problem is, when I call the function module, the filename is always converted to upper case and is therefore unusable.

How can I make the function module keep the text exactly as it is passed?

Thanks!

1 ACCEPTED SOLUTION

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

I don't understand why would the FM call convert your filename to upper case.

Are you talking about calling the FM from your program or just testing it in SE37? If the latter, don't forget to set the checkbox 'Upper/lower case' when you do the testing.

3 REPLIES 3

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

I don't understand why would the FM call convert your filename to upper case.

Are you talking about calling the FM from your program or just testing it in SE37? If the latter, don't forget to set the checkbox 'Upper/lower case' when you do the testing.

Former Member
0 Kudos

Knew it was something simple, just couldn't get my head around it!! Thanks much! Points awarded!

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please refer to type EDI_PTHNAM for your UNIX path (import parameter).

Regards,

Ferry Lianto