Class Summary

The CRfcImpExpParam class is defined in CRfcImEx.h.
The CRfcImpExpParam class is an abstract class that contains common functionality for all import and export parameters.
Construction
CRfcImpExpParamConstructs an import or export parameter object
CRfcImpExpParam (Copy Constructor)Copy constructor
Operations
ClearCleans out the data buffer for all values in the parameter
GetLengthGets the parameter length in bytes
GetParamNameObtains the parameter name
InhibitParamToR3Inhibits the passing of this parameter to R/3 during a client function call (applicable only when this parameter is simple parameter).
IsAutoCreatedDetermines if a parameter is automatically created in the class library
IsSimpleParamIdentifies the class of the import or export parameter
PassParamToR3Allows (and forces) the passing of this parameter to R/3 during a client function call (applicable only when this parameter is simple parameter).
SetParamNameAssigns a name to the parameter