Removing Parameter Objects 

In releases prior to 4.5B, users of the C++ class library could both access parameter objects in CRfcFunction object containers and add parameter objects. However, they could not remove any parameter objects from the containers. As of Release 4.5B, users can use interfaces to remove parameter objects from CRfcFunction object containers. SAP has provided six class CRfcFunction public member functions to remove parameter object functions. These functions are:

If parameter objects are automatically created by the class library, these remove functions not only destroy the parameter objects in the CRfcFunction object, but they also delete them. However, if these parameter objects are created by application programs, they are not deleted. The user’s application programs must delete them explicitly.