I'm creating a program that will go into all RFCs and get the data, then give the result based on it. It need to be automatic, so i can't manually login. If the RFC is correctly configured, something i can't check or alter using SM59, it should get the data from that system, else I need to go to the next RFC. I am treating the errors on connectivities , but trying to login is an error to me.
So, how to use RFC_READ_TABLE ( or other FM ) to check if I don't have a valid login user configured?
I tried PING_RFC, RFC_CHECK_DESTINATION AUTHORIZATION_RFC_CHECK, or they didn't work, or they tried to login(something that i don't want).
Thanks