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

Pass filename to function module in mixed case

Former Member
0 Likes
700

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
Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
658

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.

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
Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
659

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.

Read only

Former Member
0 Likes
658

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

Read only

Former Member
0 Likes
658

Hi,

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

Regards,

Ferry Lianto