Show TOC Start of Content Area

 RFC_ATTRIBUTES  Locate the document in its SAP Library structure

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:

·        dest[64+1]

RFC destination

·        own_host[100+1]

Own host name

·        partner_host[100+1]

Partner host name

·        systnr[2+1]

SAP system number

·        sysid[8+1]

SAP system name

·        client[3+1]

Client

·        user[12+1]

User

·        language[1+1]

Language

·        reserved[256]

Reserved

 

 

End of Content Area