ABAP Keyword Documentation → ABAP - Release-Specific Changes → Changes in Releases 6.xx → Changes in Release 6.40
External Interfaces in Release 6.40
1. New callback routine in asynchronous RFC
2. Simple Transformation calls
3. Control options for transformations
Other versions: 7.31 | 7.40 | 7.54
Modification 1
New Callback Routine in Asynchronous RFC
In asynchronous RFC, the addition CALLING
addition was introduced to also specify methods as callback routines.
Note
This change was also transported back to Release 6.20.
Modification 2
Simple Transformation Calls
CALL TRANSFORMATION
can now be used to call
Simple Transformations, as well as
XSLT programs.
Modification 3
Control Options for Transformations
In CALL TRANSFORMATION
,
the addition OPTIONS
can be used to specify control options for the called transformations.