As I promised I will show how to use the methods we've prepared in previous parts of this tread. I will write simple program that calls the method get_objects_of_class and then loops through the results ...
... Implementation:
method get_objects_of_class.
*This is the code from http://abapblog.com.
field-symbols: type standard table,
type any,
type clobjekte. ...