‎2007 Jun 15 1:44 PM
Hi
I am trying to download a report into xml , i am getting a syntax error pl help.
the code goes :
AT NEW WERKS.
CONCATENATE '<PLANT_ID = "ITAB-WERKS">' INTO IT_XML-LINE.
APPEND IT_XML.
ENDAT.
Error : i am getting the error as " incorrect spelling or grammar error"
thanks
‎2007 Jun 15 1:53 PM
Hi,
Check this.
CONCATENATE '<PLANT_ID =' ITAB-WERKS '>' INTO IT_XML-LINE.
condense it_xml-line.
aRs
‎2007 Jun 16 1:57 PM
<i>Error : i am getting the error as " incorrect spelling or grammar error"</i>
i guess you are getting this error while trying to view the generated xml.
this could be due to bad format of the xml. just post the generated xml here and we can see whats wrong with that