‎2005 Jun 21 11:25 PM
is there any documentation on creating XML documents from an ABAP report. If so can someone point me in the right direction.
thanks.
‎2005 Jun 22 7:42 AM
Hi Jamie,
Hopefully this helps you to the right direction:
http://www.sap-press.de/download/dateien/792/sappress_abapreference_2edition.pdf
Regards,
Ville Leivo
‎2005 Jun 22 7:42 AM
Hi Jamie,
Hopefully this helps you to the right direction:
http://www.sap-press.de/download/dateien/792/sappress_abapreference_2edition.pdf
Regards,
Ville Leivo
‎2005 Jun 22 3:02 PM
‎2005 Jun 22 3:56 PM
Hi Jamie,
By a dead link you mean that the link won't open the .pdf for you or the .pdf didn't solve your problem?
Regards,
Ville Leivo
‎2005 Jun 22 4:43 PM
‎2005 Jun 22 5:30 PM
Hi,
what about FM
CALL FUNCTION 'SAP_CONVERT_TO_XML_FORMAT'
according to this, I pass in my itab (SAP Data) and it
creates an itab(XML Data), then couldn't I just write the XML itab to a file.
any feedback.
thanks.
‎2005 Jun 22 7:45 PM
Hi Jamie,
For me the link works just fine (from home and office) If you want you can try to download the .pdf file by right click the link > Save target as..
Regars,
Ville Leivo
‎2005 Jun 22 8:43 AM
if you are running on WAS 6.2 you can use abap key word
CALL TRANSFORMATION (`ID`)
SOURCE itab = itab[] "this is your itab
RESULT XML xml_out. " xml_out will be resulting XML string.
Regards
Raja
‎2005 Jun 22 3:10 PM
it is not recognizing transformation on my system.
using GUI 6.2. 4.6c.
‎2007 Oct 25 9:10 PM
In blogs you have examples of SAP parser.
In a system SAP watch package SIXML with their examples and interfaces like IF_XML_ELEMENT and IF_IXML_DOCUMENT