<?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: Same program/ different tcode with different selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862464#M1321765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to All !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2009 07:27:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-15T07:27:21Z</dc:date>
    <item>
      <title>Same program/ different tcode with different selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862455#M1321756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have one program with more than one t-codes so that we can get different selection screens...with each t-codes while the program will remain the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 06:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862455#M1321756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T06:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Same program/ different tcode with different selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862456#M1321757</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;yes you can create different t code for same program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rama reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 06:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862456#M1321757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T06:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Same program/ different tcode with different selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862457#M1321758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can. Go to SE93 and specify the T-code names. While creating, mention the correct selection screen numbers for the respective T-Codes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 06:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862457#M1321758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T06:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Same program/ different tcode with different selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862458#M1321759</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;Yes you can do that. The process is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create two transaction codes say T1 and T2 for same program.&lt;/P&gt;&lt;P&gt;2. Now in your program check the transaction code value using SY-TCODE.&lt;/P&gt;&lt;P&gt;3. If it is T1 then invoke the first screen say S1 else invoke screen S2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;P Bansal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 06:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862458#M1321759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T06:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Same program/ different tcode with different selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862459#M1321760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are speaking about Module pool Programs,then yeah you can have different tcodes for the same program with different screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tcode1 - Program1 &amp;amp; screen 9000.&lt;/P&gt;&lt;P&gt;tcode2 - Program1 &amp;amp; screen 9001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can have new tocde for the same program and same screen as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tcode1 - Program1 &amp;amp; screen 9000.&lt;/P&gt;&lt;P&gt;tcode2 - Program1 &amp;amp; screen 9000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 06:14:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862459#M1321760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T06:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Same program/ different tcode with different selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862460#M1321761</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;You can create any number of transactions in a program and each transaction should be associated with the screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 06:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862460#M1321761</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2009-07-15T06:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Same program/ different tcode with different selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862461#M1321762</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;yes you can make different T-CODE for the same program&lt;/P&gt;&lt;P&gt;go to SE93 and make it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RItesh J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 06:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862461#M1321762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T06:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Same program/ different tcode with different selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862462#M1321763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can have two tcodes for same program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for as Selection screen is concern..there is a field "SCREEN" in se93 ....i think u can put diff.diff screen there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz try....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 06:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862462#M1321763</guid>
      <dc:creator>RahulKeshav</dc:creator>
      <dc:date>2009-07-15T06:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Same program/ different tcode with different selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862463#M1321764</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;You can also associate a screen number to each transaction code for same program.&lt;/P&gt;&lt;P&gt;Also SE 93 transaction can be used to manage this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 06:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862463#M1321764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T06:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Same program/ different tcode with different selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862464#M1321765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to All !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 07:27:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-different-tcode-with-different-selection-screen/m-p/5862464#M1321765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T07:27:21Z</dc:date>
    </item>
  </channel>
</rss>

