Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum Length for call transformation

RachamallaKiran
Participant
0 Kudos

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.

1 REPLY 1

horst_keller
Product and Topic Expert
Product and Topic Expert

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