<?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: initial screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-screen/m-p/1661677#M293166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After error message contol doesn't go to next statement.&lt;/P&gt;&lt;P&gt;so make it Information or some other message than go to the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Nov 2006 10:35:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-16T10:35:50Z</dc:date>
    <item>
      <title>initial screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-screen/m-p/1661674#M293163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to know how to go to my initial tcode.&lt;/P&gt;&lt;P&gt;Suppose i have one condition &amp;amp; that condition is true. I wanted to display an error message &amp;amp; leave to first screen of tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if x_char &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;message.&lt;/P&gt;&lt;P&gt;leave to transaction 'zxyz'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this is not working. Could u tell me other way plz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 10:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-screen/m-p/1661674#M293163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T10:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: initial screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-screen/m-p/1661675#M293164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;if x_char &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;message.&lt;/P&gt;&lt;P&gt;leave to screen 0.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else&lt;/P&gt;&lt;P&gt;if x_char &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;message.&lt;/P&gt;&lt;P&gt;leave to screen 1000.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 10:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-screen/m-p/1661675#M293164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T10:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: initial screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-screen/m-p/1661676#M293165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you explain the call sequence we could give a better reply.&lt;/P&gt;&lt;P&gt;If you want to go back to the calling screen, you can say&lt;/P&gt;&lt;P&gt;SET SCREEN 0.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else if you want to go to the Screen which was displayed initially, you can use,&lt;/P&gt;&lt;P&gt;CALL SCREEN 'xxxx'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Meera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 10:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-screen/m-p/1661676#M293165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T10:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: initial screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-screen/m-p/1661677#M293166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After error message contol doesn't go to next statement.&lt;/P&gt;&lt;P&gt;so make it Information or some other message than go to the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 10:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-screen/m-p/1661677#M293166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T10:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: initial screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-screen/m-p/1661678#M293167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;                               Executable Program    Transaction&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Call without return             SUBMIT       LEAVE TO TRANSACTION&lt;/P&gt;&lt;P&gt; Call with return    SUBMIT AND RETURN  CALL TRANSACTION&lt;/P&gt;&lt;P&gt;EXAMPLE-&amp;gt;&lt;/P&gt;&lt;P&gt;if not sy-subrc is initial.&lt;/P&gt;&lt;P&gt;    concatenate text-040 l_rfc_destination msg_text&lt;/P&gt;&lt;P&gt;                   into msg_text separated by space.&lt;/P&gt;&lt;P&gt;    message s001(vl) with msg_text.&lt;/P&gt;&lt;P&gt;  leave to transaction 'ZTESTWEIGH'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9df735c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9df735c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 10:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-screen/m-p/1661678#M293167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T10:55:11Z</dc:date>
    </item>
  </channel>
</rss>

