<?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: Error Message in Tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818110#M1314422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your requirement is to call ZT2 if the transaction code ZT1 is called, why do you need a selection screen , is the transaction ZT1 being triggered independently also, if so then this condtion of ZT2 being called from ZT1 is trigered when ?&lt;/P&gt;&lt;P&gt;You can not proceed without processing a selection screen if it does exist. if the program ZT1 is not called independently then there is no need of the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2009 11:22:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-07T11:22:14Z</dc:date>
    <item>
      <title>Error Message in Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818105#M1314417</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 have two tcode for two programs . when the user runs the first tcode , i have to display an message to ask user to use that other tcode instead of this one and take user to that other program... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 10:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818105#M1314417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T10:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message in Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818106#M1314418</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;Say ZT1 and ZT2 are the 2 tcodes and ZT1 should gve the message and take the user to the ZT2 program, then inside the ZT1 program write&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
message 'Please use transaction ZT2'' type 'I'.
call transaction ZT2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 11:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818106#M1314418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T11:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message in Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818107#M1314419</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;Lets say the two tcodes are of custom tcodes, then in the first tcode, you have to code manually issuing the message and using the CALL TRANSACTION statement call the second transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no other possibility as I guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nangunoori.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 11:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818107#M1314419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T11:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message in Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818108#M1314420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello sachin ,&lt;/P&gt;&lt;P&gt;                     the program for first transaction is a report program , So can u suggest where should i place the information message ? . if i place it before the  selection screen its triggering the message after the execute button is pressed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 11:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818108#M1314420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T11:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message in Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818109#M1314421</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;In the first program try with at-selection screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;if sy-tcode eq 'ZT1'.&lt;/P&gt;&lt;P&gt;message 'Please use transaction ZT2'' type 'I'.&lt;/P&gt;&lt;P&gt;call transaction 'ZT2'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 11:16:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818109#M1314421</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-07-07T11:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message in Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818110#M1314422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your requirement is to call ZT2 if the transaction code ZT1 is called, why do you need a selection screen , is the transaction ZT1 being triggered independently also, if so then this condtion of ZT2 being called from ZT1 is trigered when ?&lt;/P&gt;&lt;P&gt;You can not proceed without processing a selection screen if it does exist. if the program ZT1 is not called independently then there is no need of the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 11:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tcode/m-p/5818110#M1314422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T11:22:14Z</dc:date>
    </item>
  </channel>
</rss>

