<?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 submit program ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/9102659#M1706090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my code, i used "submit xxxx exporting list to memory and return" statement to get the data from the transaction iw69. i have no problem in it.&lt;/P&gt;&lt;P&gt;but when i observed the out-put of transaction iw69, in that list out put fields like abc indicator, cost center and business area etc are being filled but not in the output of submit program...&lt;/P&gt;&lt;P&gt;could anyone enlighten me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satish chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2012 09:04:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-11-08T09:04:50Z</dc:date>
    <item>
      <title>submit program ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/9102659#M1706090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my code, i used "submit xxxx exporting list to memory and return" statement to get the data from the transaction iw69. i have no problem in it.&lt;/P&gt;&lt;P&gt;but when i observed the out-put of transaction iw69, in that list out put fields like abc indicator, cost center and business area etc are being filled but not in the output of submit program...&lt;/P&gt;&lt;P&gt;could anyone enlighten me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satish chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 09:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/9102659#M1706090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-08T09:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: submit program ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/9102660#M1706091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAtish ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have callled Report using &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;submit xxxx exporting &lt;STRONG&gt;list to memory .&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;So the output is exported to memory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Therefore you need to retrieve the results from that memory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Use the FMs&lt;STRONG&gt; LIST_FROM_MEMORY&amp;nbsp; &lt;/STRONG&gt;and&lt;STRONG&gt; &lt;SPAN style="color: #000000; font-family: Arial, Verdana, sans-serif; text-align: justify; background-color: #ffffff;"&gt;LIST_TO_ASCI&lt;/SPAN&gt; &lt;/STRONG&gt;for that purpose&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Go through this link also , it may be helpful&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/community/abap/blog/2011/07/07/gain-programmatic-access-to-data-of-sapgui-alv-reports"&gt;http://scn.sap.com/community/abap/blog/2011/07/07/gain-programmatic-access-to-data-of-sapgui-alv-reports&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 09:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/9102660#M1706091</guid>
      <dc:creator>Sijin_Chandran</dc:creator>
      <dc:date>2012-11-08T09:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: submit program ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/9102661#M1706092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look for SY-TCODE in the report (RIQMEL40) you should understand the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards;&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 09:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/9102661#M1706092</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-11-08T09:36:11Z</dc:date>
    </item>
  </channel>
</rss>

