cancel
Showing results for 
Search instead for 
Did you mean: 

Managing destinations without SM59

Former Member
0 Kudos

Hi experts,

I was wondering if there is a way to manage (create/modify..) destinations without using SM59 ?

.Net API will be the best choice for me , but even manual edit of some configuration file will be good.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member215961
Contributor
0 Kudos

Hi Alufer

Yes it is. You can change database tables directlly. You can make an abap report to edit RFCDES, RFCATTRIB, RFCDOC tables.

Hope it helps you.

Cheers

Answers (1)

Answers (1)

ashish_mishra2
Contributor
0 Kudos

By just editing the tables, I really doubt if you can set the passwords of RFC destination.

former_member215961
Contributor
0 Kudos

I think that you can call an funtion module to save the password so call an Abaper to make the report they will know what to do.

Let me know if don't find the function module to store/read the password from database.

Cheers.