<?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: About Submit programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-submit-programs/m-p/2678871#M619072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the values you need to default pre-set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you could use either a Parameter Transaction (set up in SE93) or a Transaction / Screen Variant (Transaction SHD0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second of these is the most flexible - see documentation in SAP help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm"&amp;gt;Transaction Variants and Screen Variants&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Aug 2007 02:12:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-26T02:12:35Z</dc:date>
    <item>
      <title>About Submit programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-submit-programs/m-p/2678869#M619070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a Zprog that's gonna call a standard program. My first idea has made a batch input and then a call transaction. However, what i really need is load one of screen of this standard program with some "pre-configured" fields. The user is gonna say if he wants do execute or not the program. In other words, in fact, i don't want to a submit in a program,  just load a screen with a something like a variant. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate all help.&lt;/P&gt;&lt;P&gt;Sry about my poor english.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2007 20:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-submit-programs/m-p/2678869#M619070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-25T20:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: About Submit programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-submit-programs/m-p/2678870#M619071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you're referring to loading the selection screen. If so, check this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba51a35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba51a35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Options listed there are the ones you can use together with SUBMIT for filling selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2007 23:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-submit-programs/m-p/2678870#M619071</guid>
      <dc:creator>alejandro_bindi</dc:creator>
      <dc:date>2007-08-25T23:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: About Submit programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-submit-programs/m-p/2678871#M619072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the values you need to default pre-set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you could use either a Parameter Transaction (set up in SE93) or a Transaction / Screen Variant (Transaction SHD0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second of these is the most flexible - see documentation in SAP help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm"&amp;gt;Transaction Variants and Screen Variants&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2007 02:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-submit-programs/m-p/2678871#M619072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-26T02:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: About Submit programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-submit-programs/m-p/2678872#M619073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;If you're callesd program is a report, you can use&lt;/P&gt;&lt;P&gt;SUBMIT .... via selection screen&lt;/P&gt;&lt;P&gt;by setting the values in the SUBMIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Via selection screen" allways shows the initial screen of the report and does no immediate submit of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some points would be nice if that helped...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 06:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-submit-programs/m-p/2678872#M619073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T06:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: About Submit programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-submit-programs/m-p/2678873#M619074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx everyone. Helps a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 12:56:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-submit-programs/m-p/2678873#M619074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T12:56:45Z</dc:date>
    </item>
  </channel>
</rss>

