<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CALL TRANSFORMATION syntax error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax-error/m-p/7235201#M1525388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code that you past is syntactically correct - so the error is likely in the transformation definition - which you didn't paste...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Sep 2010 13:24:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-10T13:24:29Z</dc:date>
    <item>
      <title>CALL TRANSFORMATION syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax-error/m-p/7235199#M1525386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the below code and check it once, I am getting syntax problem, and how we need to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF l_typ_test,&lt;/P&gt;&lt;P&gt;       chars(10) TYPE c,&lt;/P&gt;&lt;P&gt;       string TYPE string,&lt;/P&gt;&lt;P&gt;       numc(5) TYPE n,&lt;/P&gt;&lt;P&gt;       packed(4) TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;       float TYPE f,&lt;/P&gt;&lt;P&gt;       date TYPE d,&lt;/P&gt;&lt;P&gt;       time TYPE t,&lt;/P&gt;&lt;P&gt;       xstring TYPE xstring,&lt;/P&gt;&lt;P&gt;       END OF l_typ_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: l_str_test TYPE l_typ_test,&lt;/P&gt;&lt;P&gt;      root type l_typ_test,&lt;/P&gt;&lt;P&gt;      l_var_output TYPE string.&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;      l_str_test-chars = ' ABC '.&lt;/P&gt;&lt;P&gt;      l_str_test-string = ' ABC '.&lt;/P&gt;&lt;P&gt;      l_str_test-numc = '01234'.&lt;/P&gt;&lt;P&gt;      l_str_test-packed = '123.45'.&lt;/P&gt;&lt;P&gt;      l_str_test-float = '123.45'.&lt;/P&gt;&lt;P&gt;      l_str_test-date = '20060614'.&lt;/P&gt;&lt;P&gt;      l_str_test-time = '1201'.&lt;/P&gt;&lt;P&gt;      l_str_test-xstring = 'ABCDEFG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION id &lt;/P&gt;&lt;P&gt;                    SOURCE root = l_str_test&lt;/P&gt;&lt;P&gt;                    RESULT XML l_var_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HERE I GOT ERROR LIKE "id...FILED"......expected after root"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vvv.madhu on Sep 10, 2010 12:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 10:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax-error/m-p/7235199#M1525386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-10T10:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSFORMATION syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax-error/m-p/7235200#M1525387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the transformation itself correct in SE80 or does it give errors/warnings when you check it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 12:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax-error/m-p/7235200#M1525387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-10T12:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSFORMATION syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax-error/m-p/7235201#M1525388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code that you past is syntactically correct - so the error is likely in the transformation definition - which you didn't paste...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 13:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax-error/m-p/7235201#M1525388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-10T13:24:29Z</dc:date>
    </item>
  </channel>
</rss>

