2016 Oct 10 2:05 PM
Hai all,
i am Using call transformation for which any huge amount of data may come. so i want to know how much max amount will call transformation will support. if it supports less then i try to divide my data and transform.
2016 Oct 11 1:01 PM
Hi, the concret amount of possible data should depend on the system settings.
But there is a difference whether yo are CALLING XSLT or ST transformations.
CALL TRANSFORMATION with XSLT uses the iXML library and that builds a DOM which consumes a lot of memory. CALL TRANSFORMATION with ST uses the sequential ST library without using a DOM.
For large amounts of data, ST is preferable.
Horst