<?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: XML data to Application Server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-data-to-application-server/m-p/1194228#M129259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let ur internal table be "it".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open dataset dsn in binary mode.&lt;/P&gt;&lt;P&gt;Loop at it.&lt;/P&gt;&lt;P&gt;transfer it to dsn.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt;0.&lt;/P&gt;&lt;P&gt;  exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;close dataset dsn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DSN  is the filename which shud be created on app server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else use  CG3Z - this will also do the same but it is recorded everytime (Thiose BASIS Guys!) so may not be wise to use everytime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2006 15:21:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-10T15:21:35Z</dc:date>
    <item>
      <title>XML data to Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-data-to-application-server/m-p/1194224#M129255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please let me know how to send the XML data which is there in the internal table to application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt; Siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 14:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-data-to-application-server/m-p/1194224#M129255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-10T14:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: XML data to Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-data-to-application-server/m-p/1194225#M129256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaprakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose your question has to be a little bit more precisly. For my understanding a internal is already on the Application server (aka the Web AS). Do you mean the presentation server where the GUI, i.e. WinGUI or JAVAGui, is running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Axel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 14:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-data-to-application-server/m-p/1194225#M129256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-10T14:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: XML data to Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-data-to-application-server/m-p/1194226#M129257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have taken few records from a change pointer table and converted the same into XML format. The ouput has to given to the presentation(GUI) and application server. I have done for presenataion server and let me know how send it for application server.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 15:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-data-to-application-server/m-p/1194226#M129257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-10T15:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: XML data to Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-data-to-application-server/m-p/1194227#M129258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want it programatically or using some transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is transaction then use CG3Z transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the PC path(source), and appl server path(target)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can uplaod it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 15:08:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-data-to-application-server/m-p/1194227#M129258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-10T15:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: XML data to Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-data-to-application-server/m-p/1194228#M129259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let ur internal table be "it".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open dataset dsn in binary mode.&lt;/P&gt;&lt;P&gt;Loop at it.&lt;/P&gt;&lt;P&gt;transfer it to dsn.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt;0.&lt;/P&gt;&lt;P&gt;  exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;close dataset dsn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DSN  is the filename which shud be created on app server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else use  CG3Z - this will also do the same but it is recorded everytime (Thiose BASIS Guys!) so may not be wise to use everytime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 15:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-data-to-application-server/m-p/1194228#M129259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-10T15:21:35Z</dc:date>
    </item>
  </channel>
</rss>

