The CRfcImpExpParam Class 

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

CRfcImpExpParam

Constructs an import or export parameter object

CRfcImpExpParam (Copy Constructor)

Copy constructor

Operations

Clear

Cleans out the data buffer for all values in the parameter

GetLength

Gets the parameter length in bytes

GetParamName

Obtains the parameter name

InhibitParamToR3

Inhibits the passing of this parameter to R/3 during a client function call (applicable only when this parameter is simple parameter).

IsAutoCreated

Determines if a parameter is automatically created in the class library

IsSimpleParam

Identifies the class of the import or export parameter

PassParamToR3

Allows (and forces) the passing of this parameter to R/3 during a client function call (applicable only when this parameter is simple parameter).

SetParamName

Assigns a name to the parameter