Show TOC Start of Content Area

Background documentation Enabling the iXML library  Locate the document in its SAP Library structure

The iXML library is meanwhile available in all 4.6C basis and application development systems.

Adding iXML to your program

Originally the iXML classes and interface had only been available as local ones. In the meantime global classes and interface are available, which allow you to pass interface references to function modules etc.

In order to enable the iXML library, you have to add the following two lines to your code:

type-pools: ixml.

class cl_ixml definition load.



End of Content Area