<?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 Download programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264987#M1215744</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;I would like to download a particular  program with RSTXSCRP program (trx SE38). When I download my program, system downloads only part of the code but not the code linked to include instructions, how can I solve the problem ?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;include&lt;/STRONG&gt; /1BCDWB/IQ000000000005DAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data %dtab type standard table of /1BCDWB/IQ000000000005 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data %subrc type sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;include&lt;/STRONG&gt; /1BCDWB/IQ000000000005SSCR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;include&lt;/STRONG&gt; /1BCDWB/IQ000000000005SSCRAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;  if %runmode-extr_on &amp;lt;&amp;gt; space.&lt;/P&gt;&lt;P&gt;    call function '/1BCDWB/IQ000000000005EXTR'&lt;/P&gt;&lt;P&gt;         tables     %selopt = %seloptions&lt;/P&gt;&lt;P&gt;                    %dtab   = %dtab&lt;/P&gt;&lt;P&gt;         changing   %rtmode = %runmode&lt;/P&gt;&lt;P&gt;         exceptions no_data = 1&lt;/P&gt;&lt;P&gt;                    others  = 2.&lt;/P&gt;&lt;P&gt;    %subrc = sy-subrc.&lt;/P&gt;&lt;P&gt;    call function 'RSAQRT_CHECK_EXTR'&lt;/P&gt;&lt;P&gt;         exporting extr_subrc = %subrc&lt;/P&gt;&lt;P&gt;         tables    dtab   = %dtab&lt;/P&gt;&lt;P&gt;         changing  rtmode = %runmode.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;  if %runmode-show_on &amp;lt;&amp;gt; space.&lt;/P&gt;&lt;P&gt;    call function '/1BCDWB/IQ000000000005SHOW'&lt;/P&gt;&lt;P&gt;         tables   %dtab   = %dtab&lt;/P&gt;&lt;P&gt;         changing %rtmode = %runmode.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   special code for old API and BW extractor calls&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form %set_data changing p_lines type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  import ldata to %dtab from memory id 'AQLISTDATA'.&lt;/P&gt;&lt;P&gt;  describe table %dtab lines p_lines.&lt;/P&gt;&lt;P&gt;  free memory id 'AQLISTDATA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form %get_data tables p_dtab  structure %dtab&lt;/P&gt;&lt;P&gt;               using  p_first type i&lt;/P&gt;&lt;P&gt;                      p_last  type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  append lines of %dtab from p_first to p_last to p_dtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form %get_ref_to_table using p_lid   type aql_lid&lt;/P&gt;&lt;P&gt;                             p_ref   type ref to data&lt;/P&gt;&lt;P&gt;                             p_subrc type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if p_lid = %iqid-lid.&lt;/P&gt;&lt;P&gt;    create data p_ref like %dtab[].&lt;/P&gt;&lt;P&gt;    p_subrc = 0.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    p_subrc = 4.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2009 11:26:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-11T11:26:16Z</dc:date>
    <item>
      <title>Download programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264987#M1215744</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;I would like to download a particular  program with RSTXSCRP program (trx SE38). When I download my program, system downloads only part of the code but not the code linked to include instructions, how can I solve the problem ?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;include&lt;/STRONG&gt; /1BCDWB/IQ000000000005DAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data %dtab type standard table of /1BCDWB/IQ000000000005 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data %subrc type sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;include&lt;/STRONG&gt; /1BCDWB/IQ000000000005SSCR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;include&lt;/STRONG&gt; /1BCDWB/IQ000000000005SSCRAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;  if %runmode-extr_on &amp;lt;&amp;gt; space.&lt;/P&gt;&lt;P&gt;    call function '/1BCDWB/IQ000000000005EXTR'&lt;/P&gt;&lt;P&gt;         tables     %selopt = %seloptions&lt;/P&gt;&lt;P&gt;                    %dtab   = %dtab&lt;/P&gt;&lt;P&gt;         changing   %rtmode = %runmode&lt;/P&gt;&lt;P&gt;         exceptions no_data = 1&lt;/P&gt;&lt;P&gt;                    others  = 2.&lt;/P&gt;&lt;P&gt;    %subrc = sy-subrc.&lt;/P&gt;&lt;P&gt;    call function 'RSAQRT_CHECK_EXTR'&lt;/P&gt;&lt;P&gt;         exporting extr_subrc = %subrc&lt;/P&gt;&lt;P&gt;         tables    dtab   = %dtab&lt;/P&gt;&lt;P&gt;         changing  rtmode = %runmode.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;  if %runmode-show_on &amp;lt;&amp;gt; space.&lt;/P&gt;&lt;P&gt;    call function '/1BCDWB/IQ000000000005SHOW'&lt;/P&gt;&lt;P&gt;         tables   %dtab   = %dtab&lt;/P&gt;&lt;P&gt;         changing %rtmode = %runmode.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   special code for old API and BW extractor calls&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form %set_data changing p_lines type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  import ldata to %dtab from memory id 'AQLISTDATA'.&lt;/P&gt;&lt;P&gt;  describe table %dtab lines p_lines.&lt;/P&gt;&lt;P&gt;  free memory id 'AQLISTDATA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form %get_data tables p_dtab  structure %dtab&lt;/P&gt;&lt;P&gt;               using  p_first type i&lt;/P&gt;&lt;P&gt;                      p_last  type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  append lines of %dtab from p_first to p_last to p_dtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form %get_ref_to_table using p_lid   type aql_lid&lt;/P&gt;&lt;P&gt;                             p_ref   type ref to data&lt;/P&gt;&lt;P&gt;                             p_subrc type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if p_lid = %iqid-lid.&lt;/P&gt;&lt;P&gt;    create data p_ref like %dtab[].&lt;/P&gt;&lt;P&gt;    p_subrc = 0.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    p_subrc = 4.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 11:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264987#M1215744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T11:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Download programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264988#M1215745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai sapuser,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The include program may not be downloaded while you downloading the script.&lt;/P&gt;&lt;P&gt;For that you have to download the include programs separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 11:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264988#M1215745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T11:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Download programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264989#M1215746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I was talking about the menu utilities to download program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 11:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264989#M1215746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T11:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Download programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264990#M1215747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to download everything separately.&lt;/P&gt;&lt;P&gt;Search forum you will get lots of reply for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 12:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264990#M1215747</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2009-03-11T12:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Download programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264991#M1215748</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;To download includes from SE38,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open the program you want to download,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then click on utilities -&amp;gt; more utilities -&amp;gt; download&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 12:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264991#M1215748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T12:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Download programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264992#M1215749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai sapuser,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to utilities-&amp;gt;copy from client and then give form name,client and target form name.&lt;/P&gt;&lt;P&gt;The form is copied into target form name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it may useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 12:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-programs/m-p/5264992#M1215749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T12:10:22Z</dc:date>
    </item>
  </channel>
</rss>

