‎2008 Jul 17 4:50 PM
Hi Gurus
I have an issue with function module, i am passing a filepath to the function module which is like this /temp/folder/AFILE.csv.
to pull the data from application server. When ever it enters to the function module it is changing the file name as /TEMP/FOLDER/AFILE.CSV( it is changing the entire thing to capitol letters), I just want to know that there is any way where i can pass the file path as it is.
Regards
Kumar.
‎2008 Jul 17 5:28 PM
use the syntax
\
parameter: p_filnm type string default "\xxx\xx" lower case.
Use no-display addition if you are programmatically passing on along with submit report and return if from a different larger program.
‎2008 Jul 17 5:38 PM
If it is a custom Function module then goto the domain of the file parameter of the FM (if u r using std. domain then change it to a custom domain) and set the lowercase checkbox under Definition tab.
Regards,
Joy.
‎2008 Jul 17 6:36 PM