Show TOC Start of Content Area

Object documentationstruct RFC_CONNECTION_PARAMETER  Locate the document in its SAP Library structure

Use

Structure used for defining connection parameter name-value pair. 

Structure

typedef struct _RFC_CONNECTION_PARAMETER

{

    SAP_UC * name;           /* parametr name   */

    SAP_UC * value;          /* parameter value */

}RFC_CONNECTION_PARAMETER,*P_RFC_CONNECTION_PARAMETER;

 

 

 

 

End of Content Area