A collection is a summary of objects. A collection usually supports methods like Item, Add, Insert and Remove (see
SAP Standard Collection). You can iterated through collection objects by using For … Each loops in Visual Basic or the IEnumVARIANT interface in C++ (see AllChildren).