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: 

SUSR_USER_CHANGE_PASSWORD_RFC

Former Member
0 Kudos

Hi

When a RFC is executed there are fields on the top of the page on left hand side as follows.

Test for function group

Function module

Uppercase/Lowercase (for this there is a check box)

Is there a way that i can get this uppercase/lowercase field.

If i check this box for RFC SUSR_USER_CHANGE_PASSWORD_RFC the import parameters

doesnt get converted to Uppercase.

Any help.

Regards

vijaya

4 REPLIES 4

Former Member
0 Kudos

Hi,

If you want the Uppercase/Lowercase functionality..either while defining the parameter which you pass to the FM..you can use lower case option in the parameter declaration..

Or

You can convert the to lower case/ upper case using Translate statment before passing data to the FM.

SELECT-OPTIONS p_object FOR tadir-obj_name LOWER CASE.
PARAMETERS p_value TYPE char20 LOWER CASE.

0 Kudos

Thanks Avinash.

Iam using standard RFC.Tried changing the uppercase and lowercase but still its converting into uppercase somewhere dont know where exactly.

Regards

vijaya

0 Kudos

Hi,

If you are testing the FM in SE37 and want data to be takes as you entered then you need to check the Uppercase/Lowercase check box.

can you paste the code relating to FM.

0 Kudos

HI

I'm using standard RFC SUSR_USER_CHANGE_PASSWORD_RFC.

regards

vijaya