<?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 executable program with selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157578#M1821017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;There was spelling mistake original was P_REQEST and i was using P_REQUEST. Well thanks for your replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2014 11:30:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-18T11:30:33Z</dc:date>
    <item>
      <title>Calling executable program with selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157572#M1821011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I am working on product management system hierarchy. The hierarchy is like&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp; PRODUCTS&lt;UL&gt;&lt;LI&gt;SUBPRODUCT&lt;UL&gt;&lt;LI&gt;VERSION&lt;UL&gt;&lt;LI&gt;PACKAGE&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;we can create transport for VERSION directly from CONTEXT MENU. Next step is download transport to client PC. I have used the utility tool to download transport to desktop pc. The utility tool is defined with type 1 program so i have directly used it in hierarchy program using&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;prg name&amp;gt; statement. Everything works fine but one. When i click on download transport&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/412942" /&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Then screen appears as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/412932" height="90" width="370" /&gt;&lt;/P&gt;&lt;P&gt;What i want to do is when one select Download Transport then corresponding transport value should appear in the REQUEST/TASK on selection screen i.e. in this case DE9K908297. This transport entry is automatically saved under VERSION table when created. I just don't understand how to achieve this, If anybody have idea regarding this issue please share it with me. FYI i am attaching code for utility tool with this discussion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Avadhut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:43:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157572#M1821011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-18T09:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calling executable program with selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157573#M1821012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use SUBMIT &amp;lt;prog_name&amp;gt; WITH SELECTION TABLE &amp;lt;TABLE&amp;gt; AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;TABLE&amp;gt; Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;DATA: ltb_seltab&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STANDARD &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;rsparams,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lst_seltab&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;rsparams&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lst_seltab&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;selname&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'P_REQUEST'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lst_seltab&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;sign&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'I'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lst_seltab&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;option&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'EQ'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lst_seltab&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;low&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &amp;lt;Number of request&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; APPEND &lt;/SPAN&gt;lst_seltab &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;ltb_seltab&lt;SPAN class="L0S55"&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;&lt;/P&gt;&lt;P&gt;Angelo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 10:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157573#M1821012</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2014-03-18T10:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calling executable program with selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157574#M1821013</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;Please refer to the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/9f/dba51a35c111d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw04s/helpdata/en/9f/dba51a35c111d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/9f/dba51a35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Munesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 10:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157574#M1821013</guid>
      <dc:creator>muneshpatwari</dc:creator>
      <dc:date>2014-03-18T10:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calling executable program with selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157575#M1821014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;SUBMIT &lt;/SPAN&gt;&amp;lt;program name&amp;gt;&amp;nbsp;&amp;nbsp; VIA &lt;SPAN class="L0S52"&gt;SELECTION-SCREEN WITH&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt; &amp;lt;parameter name&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'&amp;lt;value&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 10:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157575#M1821014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-18T10:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calling executable program with selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157576#M1821015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I have tried by using all the above statements but still not getting value in the screen box. I have debugged the code and observed that value is not being assigned to selection screen parameter. There may be Something spooky in the utility tool code. I will check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Avadhut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 10:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157576#M1821015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-18T10:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calling executable program with selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157577#M1821016</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;&lt;SPAN style="font-family: Arial;"&gt;&lt;SPAN style="text-decoration: line-through;"&gt;I'd restrict the setting of default value for p_reqest in INITIALIZATION event as follows&lt;/SPAN&gt; (though that could NOT be the reason parameter does not receive value given via SUBMIT in ABAP 702 at least):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit in: no, forget it, the p_reqest is initial at the beginning of INITIALIZATION event, and SYSTEM-CALL IMPORT SELECTIONS (in Form HANDLE_SUBTY_WITH_SELTAB of RSDBRUNT), which sets the value to that of SUBMIT statement comes after INITIALIZATION event in our 702 System. The logic does work in our 702 System as it is, in other words...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; text-decoration: line-through;"&gt;INITIALIZATION.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through; font-family: courier new,courier;"&gt;&amp;nbsp; if p_reqest is initial .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE sy-sysid 'K*' INTO p_reqest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through; font-family: courier new,courier;"&gt;&amp;nbsp; endif .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;and check the SUBMIT statement in calling programm once again (if the parameter name is correct, for example).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Janis&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 11:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157577#M1821016</guid>
      <dc:creator>Private_Member_7726</dc:creator>
      <dc:date>2014-03-18T11:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calling executable program with selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157578#M1821017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;There was spelling mistake original was P_REQEST and i was using P_REQUEST. Well thanks for your replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 11:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-program-with-selection-screen/m-p/10157578#M1821017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-18T11:30:33Z</dc:date>
    </item>
  </channel>
</rss>

