ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete Data and Communication Interfaces → Obsolete XML Binding
CALL TRANSFORMATION - OBJECTS
Other versions: 7.31 | 7.40 | 7.54
Obsolete Syntax
... OBJECTS {o1 = e1 o2 = e2 ...}|(otab) ...
Effect
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 group ABAP.
Note
The addition OBJECTS
is obsolete. External objects are handled like parameters
and object references must be passed accordingly with the addition PARAMETERS
.