<?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: Save a file in t-code AL11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-a-file-in-t-code-al11/m-p/5516611#M1261181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's. That was good to know. Never heard about Tcode CG3Y before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think you misunderstood me.&lt;/P&gt;&lt;P&gt;I would like to setup a job in SM37 that will run a report every evening, and the result I would like to save in Tcode AL11 in a catalog. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards  //   Peter B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Apr 2009 13:40:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-18T13:40:52Z</dc:date>
    <item>
      <title>Save a file in t-code AL11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-a-file-in-t-code-al11/m-p/5516609#M1261179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone who can tell me which function module I should use to save an ABAP report down to t-code AL11.&lt;/P&gt;&lt;P&gt;Have a nice weekend everyone   //   Peter B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 15:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-a-file-in-t-code-al11/m-p/5516609#M1261179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T15:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Save a file in t-code AL11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-a-file-in-t-code-al11/m-p/5516610#M1261180</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;You can use the Tcode CG3Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or programatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET filename FOR OUTPUT IN TEXT MODE
                ENCODING DEFAULT MESSAGE msg.  
IF SY-SUBRC EQ 0.
LOOP AT ITAB.
TRANSFER itab TO filename.
ENDDLOOP.
  CLOSE DATASET filename.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 16:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-a-file-in-t-code-al11/m-p/5516610#M1261180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T16:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Save a file in t-code AL11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-a-file-in-t-code-al11/m-p/5516611#M1261181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's. That was good to know. Never heard about Tcode CG3Y before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think you misunderstood me.&lt;/P&gt;&lt;P&gt;I would like to setup a job in SM37 that will run a report every evening, and the result I would like to save in Tcode AL11 in a catalog. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards  //   Peter B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2009 13:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-a-file-in-t-code-al11/m-p/5516611#M1261181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-18T13:40:52Z</dc:date>
    </item>
  </channel>
</rss>

