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

Passing case insensitive data to RFC

Former Member
0 Likes
1,226

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
866

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

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.

3 REPLIES 3
Read only

Former Member
0 Likes
867

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

Read only

0 Likes
866

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.

Read only

0 Likes
866

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