What does it do? This addition of the statement CALL TRANSFORMATION>> can be used to pass object references e1 e2 ... > to an XSL transformation as external objects o1 o2 ...> to call their methods here. Instead of using a static parameter list, the objects can be passed dynamically as value pairs in the columns of the internal table otab > with the type abap_trans_objbind_tab> from the type pool> ABAP.
Latest notes: The addition OBJECTS> is obsolete. External objects are handled like parameters and object references must be passed accordingly with the addition PARAMETERS>>. ABAP_HINT_END