Show TOC Start of Content Area

Object documentation RfcSetStructureDesc   Locate the document in its SAP Library structure

Use

Puts the metadata of a structure type into the internal repository and returns a handle to the type descriptor.  

Structure

RFC_TYPE_DESC_HANDLE SAP_API RfcSetStructureDesc(RFC_HANDLE rfcHandle,

                        RFC_STRUCTURE_DESC *typeDesc);

 

       rfcHandle:      connection handle;

       typeDesc:       pointer to type description structure that contains the 

                       metadata of the type;

 

 

End of Content Area