‎2007 Sep 14 10:43 AM
Hi Gurus,
My problem is i am passing a URL as a parameter to function module but its getting converted to uppper case can any one suggest me how to preserve the case.
‎2007 Sep 14 10:49 AM
‎2007 Sep 14 10:53 AM
But it has some upper case letters and some lower case letters and i want to <i><b>preserve the case</b></i>.
If i convert into lower all the letters get converted to lower which is not what i want.
‎2007 Sep 14 11:01 AM
Hello Venkat,
You want to preserve the upper case letters
Regards,
Phani.
‎2007 Sep 14 11:04 AM
Yes i want to preserve the case
The upper case has to be in upper and the lwer case has to be in lower
‎2007 Sep 14 10:52 AM
Hello venkat,
u can use "Translate Url to Lower Case".
Get the length of the URL and convert all the letters into lowercase by using DO& ENDDO depending up on the length of the URL. before you use the URL
<b><REMOVED BY MODERATOR></b>
Regards,
Phani.
Message was edited by:
Alvaro Tejada Galindo
‎2007 Sep 14 10:59 AM
the variable that you are passing, is it a parameter in the program?
If so, then declare it as follows
parameter lv_url(300) type c lower case.in this case, it makes it case sensitive, not lower case
I'm not sure if you can do this with the function module as well
Message was edited by:
Kris Donald
‎2007 Sep 14 11:13 AM
Hi venkat,
1. If you are checking this thru SE37, while checking the FM functionality,
2. Then there will be a TICK BOX (in se37 screen),
while executing the function module.
3. This checkbox is for lower case, TICK it, and the execute .
regards,
amit m.