sapdev logo background
sapdev logo sapdev logo
Comments

SAP IXML PARSE RENDER TOKEN ABEXA documentation, setup help and example usage



Return to SAP documentation index



iXML Library, Token Parsers and Renders, Iterative
Parses XML data to an internal table (iterative parsing) and renders this table.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
Using a token parser , XML is parsed row for row into an internal table of type SIXMLDOM . The nodes for the attributes are removed. The table is passed to a token renderer. The result is the XML data without attributes.
Instead of filtering out the attributes in the ABAP program, the value of if_ixml_token_parser= co_tk_attribute can simply be subtracted from the actual parameter for tk_mask . This means the parser attributes are not returned.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




IXML_PARSE_RENDER_TK_TAB_ABEXA
IXML_PARSING_ABEXA




comments powered by Disqus