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

table or function module for retriving data of T-code sm59

Former Member
0 Likes
4,620

Hi all,

is their and database table of function module for retriving data related to t-code sm59. in sm59 there is a drop down for abap connections where we can save data for a prticular RFC destination . where data is stored or any function module is there for data reterival.

Regards

Deepak

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,250

HI,

RFCDES is the Table which stores all the RFC destination including all the patameters.

Look at the below function module also

F4_RFC_DESTINATIONS

Regards

Sudheer

Hi all,

is their and database table of function module for retriving data related to t-code sm59. in sm59 there is a drop down for abap connections where we can save data for a prticular RFC destination . where data is stored or any function module is there for data reterival.

Regards

Deepak

5 REPLIES 5
Read only

Former Member
0 Likes
3,251

HI,

RFCDES is the Table which stores all the RFC destination including all the patameters.

Look at the below function module also

F4_RFC_DESTINATIONS

Regards

Sudheer

Read only

andreas_mann3
Active Contributor
0 Likes
3,250

use fm's of function group srfc like RFC_SYSTEM_INFO

A.

Read only

0 Likes
3,250

HI,

IN THOSE SETTINGS OF SM59 THERE IS A TAB FOR LOGON & SECURITY. IN THAT TAB THEIR IS A FIELD OF USER NAME & PASSWORD . I HAVE TO CHECH WETHER THOSE FIELDS ARE NOT INITIAL . SO FROM WHERE WE CAN RETRIVE DATA FOR THIS.

DEEPAK

Read only

Former Member
0 Likes
3,250

HI,

Look at the below tables:

RFCATTRIB --> Administration table for RFC destinations

You will fidn the user name in table RFCDESSECU

Regards

Sudheer

Read only

Former Member
0 Likes
3,250

Hi Deepak,

Go through the way below,might help you.

sm59-> Go to the particular RFC->Extras->System Information->Target System.

Thanks,

Subhadra Mishra.