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: 

fm "th_server_list"

Former Member
0 Kudos

Hi,

I am using this fm in my report to get rfc server list CALL FUNCTION 'TH_SERVER_LIST'

DESTINATION 'MS41' .But while running the report it is opening the login page of rfc server,

How can i avoid login page ? and my rfc connection also perfect..pls guide me on this.

Thanks in advance

Archana

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

call like this..

call transaction 'Tcode' and skip firstscreen.

oe else if is this is not working just use BDC concept....

Regards

Kiran

2 REPLIES 2

Former Member
0 Kudos

Hi Archana,

The problem is due to the password reset to the R/3 that you are trying to establish connection.Please Check with the BASIS for the new Id and Pass word and test the RFC connection again.

Thanks,

Neelima.

Former Member
0 Kudos

Hi,

call like this..

call transaction 'Tcode' and skip firstscreen.

oe else if is this is not working just use BDC concept....

Regards

Kiran