<?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 CALL TRANSFORMATION syntax in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903504#M682925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I have a basic question regarding the syntax of CALL TRANSFORMATION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION ID SOURCE XML xml_string RESULT node = ls_struct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example xml_string is a variable that has the source xml and ls_struct is structure to which the structure would be populated. But&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;What is ID and what is its significance?&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Sham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2007 14:35:47 GMT</pubDate>
    <dc:creator>former_member220196</dc:creator>
    <dc:date>2007-10-22T14:35:47Z</dc:date>
    <item>
      <title>CALL TRANSFORMATION syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903504#M682925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I have a basic question regarding the syntax of CALL TRANSFORMATION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION ID SOURCE XML xml_string RESULT node = ls_struct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example xml_string is a variable that has the source xml and ls_struct is structure to which the structure would be populated. But&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;What is ID and what is its significance?&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Sham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 14:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903504#M682925</guid>
      <dc:creator>former_member220196</dc:creator>
      <dc:date>2007-10-22T14:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSFORMATION syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903505#M682926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you see the syntax,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION {trans|(name)} &lt;/P&gt;&lt;P&gt;                    [PARAMETERS {p1 = e1 p2 = e2 ...}|(ptab)] &lt;/P&gt;&lt;P&gt;                    [OBJECTS    {o1 = e1 o2 = e2 ...}|(otab)] &lt;/P&gt;&lt;P&gt;                    [OPTIONS    a1 = e1 a2 = e2 ...] &lt;/P&gt;&lt;P&gt;                    SOURCE {XML sxml} &lt;/P&gt;&lt;P&gt;                         | {{bn1 = e1 bn2 = e2 ...}|(stab)} &lt;/P&gt;&lt;P&gt;                    RESULT {XML rxml} &lt;/P&gt;&lt;P&gt;                         | {{bn1 = f1 bn2 = f2 ...}|(rtab)}. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID is just passed as TRANS / NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is the name name of the transformation which can be specified either directly as trans or as content of a character-type data object name in braces. The specified transformation must exist as a XSLT program or as a simple transformation in the Repository. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 14:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903505#M682926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T14:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSFORMATION syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903506#M682927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You mean to say that ID is a transformaiton that is already existing. If that is the case. My next question would be is there any way to know the already existing transformations in the system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 14:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903506#M682927</guid>
      <dc:creator>former_member220196</dc:creator>
      <dc:date>2007-10-22T14:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSFORMATION syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903507#M682928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you solve this? I have same question. We also want to use Call transformation to extract from XML string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sudhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 19:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903507#M682928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T19:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSFORMATION syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903508#M682929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ID is the transformation program which you can find from SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se80-&amp;gt;click edit boject button and in the resulting pop up choose more tab and choose transformation radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2007 05:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903508#M682929</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-12-29T05:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSFORMATION syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903509#M682930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may view the code of Transformation "id" (or any other Transformation) in transaction "/nstrans".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Akhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 14:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transformation-syntax/m-p/2903509#M682930</guid>
      <dc:creator>akhil_agarwal</dc:creator>
      <dc:date>2015-11-24T14:37:16Z</dc:date>
    </item>
  </channel>
</rss>

