In my program I want to create an unknown number of object instances at runtime from an existing class. Is there a way to dynamicallly create object instances during runtime and have access to each individual object's instance methods. I would also like to store the instances in a table of objects, but can't find the exact syntax for creating an itab or structure of object instances. I have searched for this in the forums and online, but can't seem to get anything that actually gives me exactly what I am looking for (google syndrome).