2006 Jun 07 2:51 PM
Hi All ,
I'm trying to call one RFC to which i'm passing a value which is case sensitive . But the value is coverted to UPPERCASE in the called RFC .
I've checked in SE37 , there is one option called "Lower/Upper case" . When this option is selected the values remains same .
NOw is there any way to apply this logic while calling an RFC thru program .
Any inputs ??
Thanks ,
Sonu M.
2006 Jun 07 3:04 PM
Hi,
In se37 : there is option for Upper/lower case
<b>1) It is Check Box</b> ( Above RFC destination Field )
click it.
When call FM from code dont need to take care off; done automatically.
<b>Mark Helpful Answers</b>
Regards
Message was edited by: Manoj Gupta
2006 Jun 07 3:04 PM
Hi,
In se37 : there is option for Upper/lower case
<b>1) It is Check Box</b> ( Above RFC destination Field )
click it.
When call FM from code dont need to take care off; done automatically.
<b>Mark Helpful Answers</b>
Regards
Message was edited by: Manoj Gupta
2006 Jun 07 3:13 PM
Hi Manoj ,
Thanks for a quick reply .
Just want a small confirmation . If I Set that flag , will that flag remain as it is ?
And will this work even if I call this RFC from Portal ?
Thanks ,
Sonu M.
2006 Jun 07 4:19 PM
hi Sonu,
Dont worry about this checkBox ; it just used only when u execute from SE37 .
Whenever it is called programatically ; Case of the words are retained; dont need to check this checkBox explicitly.
<b>MarK Helpful Answers & Close if solved</b>
Regards