Application Development 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: 

RFC import paramater always UPPERCASE !!!

Former Member
0 Kudos

Hi all,

How can I do checking "Uppercase/Lowercase" when I call FM. I want to keep exactly input characters. Pls help me ! Thanks for all help !

1 ACCEPTED SOLUTION

karun_prabhu
Active Contributor
0 Kudos

Hello Nhung Nguyen.

Can you elaborate further?

6 REPLIES 6

karun_prabhu
Active Contributor
0 Kudos

Hello Nhung Nguyen.

Can you elaborate further?

0 Kudos

Hi Prabhu,

Thanks for yr reply.

I did RFC to get input from portal, Employee/ password ... to create payslip file in SAP, and get that password to protect payslip file, then send to employee. So I must keep exactly password import. How can I do !?

Now, when I test FM by SE37, I can check on "Uppercase/Lowercase", FM run OK, but when call this FM, I don't know how to set this check box.

0 Kudos

Hi Nhung,

The is not option to lower case when you run a FM that option is only available when you test a FM in SE37.

Did you try using a parameter with a domain that has the atrribute lowercase set to X

http://www.saptechnical.com/Tips/ABAP/Conversion/Lowerc8.jpg

Check if this works for you.

Regards

0 Kudos

Yes, Idid,

I use doman XUBCODE, It's checked. But ....... it's not solve .

0 Kudos

0 Kudos

Thank you so much !

I try to call FM by a report, It's work.