2007 Mar 23 6:00 PM
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!
2007 Mar 23 6:05 PM
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.
2007 Mar 23 6:05 PM
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.
2007 Mar 23 6:08 PM
Knew it was something simple, just couldn't get my head around it!! Thanks much! Points awarded!
2007 Mar 23 6:09 PM
Hi,
Please refer to type EDI_PTHNAM for your UNIX path (import parameter).
Regards,
Ferry Lianto