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

a TRUSTED RFC connection ?

Former Member
0 Likes
761

Hi,

I look at the code of the function SUSR_USER_CHANGE_PASSWORD_RFC, and for the PASSWORD parameter, it is tested if PASSWORD IS INITIAL. A comment said that it tests if PASSWORD is the old password or a TRUSTED RFC connection. What does it mean ? Do you have an example ?

Thanks for your reply.

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor

Hi,

I look at the code of the function SUSR_USER_CHANGE_PASSWORD_RFC, and for the PASSWORD parameter, it is tested if PASSWORD IS INITIAL. A comment said that it tests if PASSWORD is the old password or a TRUSTED RFC connection. What does it mean ? Do you have an example ?

Thanks for your reply.

4 REPLIES 4
Read only

athavanraja
Active Contributor
Read only

Former Member
0 Likes
722

Hi,

I dont know abt Trusted RFC, but there is one option in SM59 Trusted System. If i select 'YES' then no need to pass logon credentials of the dest. system.

Thanks

Eswar

Read only

Former Member
0 Likes
722

I am Not able to see that ?

Read only

Former Member
0 Likes
722

this means ur going to change the user password. So, the old password will be replaced by new password. When u execute the same, it checks for the old password is valid or not or the input parameters given, and then replaces by new password. So, when u specify an initial password it checks for old password and executes.

TRUSTED_RFC connection means u can use this FM from development server to change passwords of Testing or Production or etc... servers. SO, it checks for a valid RFC connection to execute the FM.

Pl. award appropriate points.