<?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: Tcode for an existing tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071141#M1355599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for ur quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we change the screen flow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2009 04:19:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-25T04:19:34Z</dc:date>
    <item>
      <title>Tcode for an existing tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071136#M1355594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create a transaction code for an existing transaction code?&lt;/P&gt;&lt;P&gt;tcode is now used for editing purpose, for this want to create a tcode for display purpose  for users and assign a role for this new tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Selina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 02:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071136#M1355594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T02:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for an existing tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071137#M1355595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi Selina, 
You need to use Transaction variant concept to get your problem done.
Check the link : &lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/EN/67/232037ebf1cc09e10000009b38f889/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/EN/67/232037ebf1cc09e10000009b38f889/content.htm&lt;/A&gt;
Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 02:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071137#M1355595</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-08-25T02:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for an existing tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071138#M1355596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;define a new T-code and asign its default values.... like if you want to have a display .... then maintain the old T-code with screen number or some parameter .. by which it displays the content...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 03:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071138#M1355596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T03:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for an existing tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071139#M1355597</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;I think you can try this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your report check for the tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the sy-subrc value is 0 (i:e if your tcode is the new tcode only for display purpose) then make the field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Loop at screen.
screen-active = 0
endloop
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to fine tune this logic according to your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhinab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 03:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071139#M1355597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T03:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for an existing tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071140#M1355598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to change screen flow also to make screen fields in display mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 03:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071140#M1355598</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-08-25T03:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for an existing tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071141#M1355599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for ur quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we change the screen flow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 04:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071141#M1355599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T04:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for an existing tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071142#M1355600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi selina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create new transaction variant, original transaction remains as it is. During creation of transaction variant, when you go to one by one screen, screen variants are created. It uses variant name and can be see on each screen on the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you complete trasnaction, you start using this transaction variant instead of original transaction. In SHD0, there is button on the top 'assign screen variants' which allows you to assign all screen variants created above. You can refer help file which i think has procedure to do this  is that you create 'trasnaction with Variant' in SE91 giving original trasnaction code and your variant. Now, you can use this trasnaction code instaed of original.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 04:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071142#M1355600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T04:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for an existing tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071143#M1355601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbab6f35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbab6f35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-tcode eq &lt;/P&gt;&lt;P&gt;loop at scrren.&lt;/P&gt;&lt;P&gt; screen-input = 0.&lt;/P&gt;&lt;P&gt; modify screen&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check demo report&lt;/P&gt;&lt;P&gt;demo_dynpro_modify_simple&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 04:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-an-existing-tcode/m-p/6071143#M1355601</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-08-25T04:25:12Z</dc:date>
    </item>
  </channel>
</rss>

