2009 Apr 09 5:42 PM
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
2009 Apr 09 5:46 PM
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.
2009 Apr 09 8:15 PM
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
2009 Apr 09 8:25 PM
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.
2009 Apr 10 11:31 AM
HI
I'm using standard RFC SUSR_USER_CHANGE_PASSWORD_RFC.
regards
vijaya