SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete data and communication interfaces → Obsolete XML Interface →
CALL TRANSFORMATION - OBJECTS
Obsolete Syntax
... OBJECTS {o1 = e1 o2 = e2 ...}|(otab) ...
Effect
This addition to statement CALL TRANSFORMATION can be used to submit object references e1 e2 ... to a XSL transformation as external objects o1 o2 ... in order to call their methodd there.
Instead of using a static parameter list, the objects can be submitted dynamically as value pairs in the column in internal table otab, which has type ABAP_TRANS_OBJBIND_TAB from type group ABAP.
Note
Addition OBJECTS is obsolete. External objects are treated like parameters, and object references should be submitted with the addition PARAMETERS.