<?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: calling AL11 transaction inside a report program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573979#M1938287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on normal Report program In the Alv output there is a field, if i click that field it should trigger AL11 transaction. i have created a hotspot for the field. Now how to trigger AL11.&amp;nbsp; i tried using submit statement and even with call transaction, but none of them are triggering the AL11 FOLDER DIRECTORY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2016 12:12:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-03-21T12:12:16Z</dc:date>
    <item>
      <title>calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573971#M1938279</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;I have a requirement where in my report program should call AL11 transaction based on the button click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried using Submit rswatch0 and return, but it is not opening the AL11 directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 11:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573971#M1938279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-19T11:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573972#M1938280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. &lt;/P&gt;&lt;P&gt;Did you already try the following command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction 'AL11'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Andreas &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 12:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573972#M1938280</guid>
      <dc:creator>former_member183045</dc:creator>
      <dc:date>2016-03-19T12:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573973#M1938281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PAI module in your module pool program, check the value of the Function code for the button and enter the code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF FCODE = X.&lt;/P&gt;&lt;P&gt;Call transaction AL11.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Mar 2016 07:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573973#M1938281</guid>
      <dc:creator>former_member182805</dc:creator>
      <dc:date>2016-03-20T07:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573974#M1938282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried but its not opening the folder directory. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 09:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573974#M1938282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-21T09:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573975#M1938283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with function module ALINK_CALL_TRANSACTION or any other function module which is used for transaction code execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be there is a problem with authority check. Use function module with transaction execute and authority check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 09:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573975#M1938283</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2016-03-21T09:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573976#M1938284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set a break-point on the SUBMIT statement, test you program, do you actually execute the statement?&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>Mon, 21 Mar 2016 09:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573976#M1938284</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-03-21T09:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573977#M1938285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whats the folder directory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 10:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573977#M1938285</guid>
      <dc:creator>former_member182805</dc:creator>
      <dc:date>2016-03-21T10:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573978#M1938286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With folder directory you mean the ALV list of key (DIR_...) and values (path of directory), right?&lt;/P&gt;&lt;P&gt;Are you working with dynpro and PAI event as suggested below? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the best solution path is if you set a break-point at the "CALL statement" to see if it is called like suggested below and/or evaluate the return code of the statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Andreas &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 11:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573978#M1938286</guid>
      <dc:creator>former_member183045</dc:creator>
      <dc:date>2016-03-21T11:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573979#M1938287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on normal Report program In the Alv output there is a field, if i click that field it should trigger AL11 transaction. i have created a hotspot for the field. Now how to trigger AL11.&amp;nbsp; i tried using submit statement and even with call transaction, but none of them are triggering the AL11 FOLDER DIRECTORY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 12:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573979#M1938287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-21T12:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573980#M1938288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to open AL11 inside a program. Thats my requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 12:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573980#M1938288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-21T12:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573981#M1938289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I executed the statement. Its not opening the AL11 directory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 12:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573981#M1938289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-21T12:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573982#M1938290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happen when you execute AL11 from SAP menu, authorization problem, could you execute SU53?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hint: If your actual question was how to display a specific directory, try toad following code before calling AL11 or RSWATCH0&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;EXPORT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; p1 &lt;SPAN style="color: #0000ff;"&gt;=&lt;/SPAN&gt; list_filename&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; p2 = file_list-dirname&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; p3 &lt;SPAN style="color: #0000ff;"&gt;=&lt;/SPAN&gt; file_list-name&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;TO&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;MEMORY&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;ID&lt;/SPAN&gt; &lt;SPAN style="color: #4da616;"&gt;'RSWATCH0'&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&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>Mon, 21 Mar 2016 12:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573982#M1938290</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-03-21T12:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573983#M1938291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you copy paste your code here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 15:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573983#M1938291</guid>
      <dc:creator>former_member182805</dc:creator>
      <dc:date>2016-03-21T15:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573984#M1938292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;SPAN lang="en"&gt;I know you want to &lt;SPAN&gt;develop a solution&lt;/SPAN&gt; &lt;SPAN&gt;on the&lt;/SPAN&gt; &lt;SPAN&gt;AL11&lt;/SPAN&gt;, but &lt;SPAN&gt;you've&lt;/SPAN&gt; &lt;SPAN&gt;got to&lt;/SPAN&gt; &lt;SPAN&gt;look at this&lt;/SPAN&gt; &lt;SPAN&gt;open source project&lt;/SPAN&gt; ?!&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-blog-small" data-containerid="30827" data-containertype="37" data-objectid="66176" data-objecttype="38" href="http://scn.sap.com/community/abap/blog/2012/05/03/al11-replacement"&gt;http://scn.sap.com/community/abap/blog/2012/05/03/al11-replacement&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;Raphael Pacheco.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 16:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573984#M1938292</guid>
      <dc:creator>raphael_almeida</dc:creator>
      <dc:date>2016-03-21T16:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573985#M1938293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;THIS IS MY OUTPUT&amp;nbsp; : for eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;FIELD1&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;--------------------------&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;/interfacesXI/EXCEL_UPLOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;/interfacesXI/sap&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;/interfacesXI/sap1&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;/interfacesXI/dataloads&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;/interfacesXI/inbound&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;/interfacesXI/outbound&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;/interfacesXI/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;In the above alv output, if i click the respective link, it has to take me to that repective Al11 FOLDER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 05:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573985#M1938293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-22T05:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573986#M1938294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;THIS IS MY OUTPUT&amp;nbsp; : for eg&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FIELD1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;--------------------------&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;/interfacesXI/EXCEL_UPLOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;/interfacesXI/sap&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;/interfacesXI/sap1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;/interfacesXI/dataloads&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;/interfacesXI/inbound&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;/interfacesXI/outbound&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;/interfacesXI/&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;In the above alv output, if i click the respective link, it has to take me to that repective Al11 FOLDER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 05:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573986#M1938294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-22T05:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: calling AL11 transaction inside a report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573987#M1938295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be acheived by calling a system function . The below are system functions to read files from the AL11 directory :-&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call &lt;SPAN class="L0S33"&gt;'C_DIR_READ_FINISH'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ERRNO'&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;p1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ERRMSG' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;p2&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class="L0S52"&gt;call &lt;SPAN class="L0S33"&gt;'C_DIR_READ_START' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'DIR'&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;dir_name&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'FILE'&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;a_generic_name&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ERRNO'&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;file&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;errno&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ERRMSG' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;file&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class="L0S52"&gt;call &lt;SPAN class="L0S33"&gt;'C_DIR_READ_NEXT'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'TYPE'&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;file&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;type&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'NAME'&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;file&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;name&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'LEN'&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;file&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;len&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'OWNER'&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;file&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;owner&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MTIME'&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;file&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mtime&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MODE'&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;file&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;mode&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ERRNO'&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;file&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;errno&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ERRMSG' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;file&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;errmsg&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;call &lt;SPAN class="L0S33"&gt;'C_DIR_READ_FINISH'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ERRNO'&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;file_list&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;errno&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ERRMSG' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;file_list&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;errmsg&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;WARNING : &lt;/STRONG&gt;&lt;SPAN class="bold"&gt;&lt;STRONG&gt;This statement is for internal use only.&amp;nbsp; It must not be used in application programs.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 05:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-al11-transaction-inside-a-report-program/m-p/11573987#M1938295</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2016-03-22T05:45:09Z</dc:date>
    </item>
  </channel>
</rss>

