<?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: Call Program from another Program using varient via Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848652#M1591733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do let me know if you have any solution for this problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2011 11:46:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-03T11:46:18Z</dc:date>
    <item>
      <title>Call Program from another Program using varient via Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848647#M1591728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am calling a standard report from my Z Program via Selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to hide the Execute button that is seen when we see the called program selection screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 10:16:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848647#M1591728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-03T10:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Call Program from another Program using varient via Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848648#M1591729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suruchi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could bypass the selection screen altogether (and not just hide execute button) of the called standard report using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;Std_Repname&amp;gt; using selection-screen 100&lt;/P&gt;&lt;P&gt;....pass all the required parameters / select options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND RETURN (if you want the control to come back to the calling program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 10:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848648#M1591729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-03T10:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Call Program from another Program using varient via Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848649#M1591730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shyam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my requirement is to show the selection screen of called program as i need to make some values changes in the selection Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the user can accidently click the execute button which i dont want thats why i need to hide the execute button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aim is to change values of selection screen but nto execute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 10:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848649#M1591730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-03T10:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Call Program from another Program using varient via Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848650#M1591731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it might not be possible for the standard report (I've never tried though). I wonder what could be your requirement to show the selection screen, change the parameters and not execute it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 10:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848650#M1591731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-03T10:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Call Program from another Program using varient via Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848651#M1591732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a suggestion. Create a copy of the standard program's selection screen in a custom program.&lt;/P&gt;&lt;P&gt;From your first program, you can call this second custom program which will show thw selection scree. (Here you can hide the execute button too). Then from there, you can easily call the standard program. The user will never know whether they are seeing a custom program or a standard one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 11:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848651#M1591732</guid>
      <dc:creator>SreekanthKrishn</dc:creator>
      <dc:date>2011-05-03T11:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Call Program from another Program using varient via Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848652#M1591733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do let me know if you have any solution for this problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 11:46:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848652#M1591733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-03T11:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Call Program from another Program using varient via Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848653#M1591734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I cant do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because, based on certain criteria in my sel_screen, i am calling multiple standard reports.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 12:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848653#M1591734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-03T12:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Call Program from another Program using varient via Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848654#M1591735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it by my own.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 07:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848654#M1591735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T07:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Call Program from another Program using varient via Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848655#M1591736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It s nice that you figured out the solution yourself. But it would be immensely helpful to others in the community if you told us how you solved the problem as well!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not just for this post but for the preceding posts as well ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 07:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-program-from-another-program-using-varient-via-selection-screen/m-p/7848655#M1591736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T07:43:24Z</dc:date>
    </item>
  </channel>
</rss>

