The structure
typedef struct {
char dest[64+1];
char own_host[100+1];
char partner_host[100+1];
char systnr[2+1];
char sysid[8+1];
char client[3+1];
char user[12+1];
char language[1+1];
char reserved[256];
} RFC_ATTRIBUTES;
is returned by
RfcGetAttributes describing some information about this RFC connection.This structure is defined in SAPRFC.H.
Members:
RFC destination
Own host name
Partner host name
R/3 system number
R/3 system name
Client
User
Language
Reserved