<?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: Difference : Transacion and Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433803#M1052391</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/43/132f9803d76f40e10000000a422035/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/43/132f9803d76f40e10000000a422035/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2008 06:04:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-09T06:04:08Z</dc:date>
    <item>
      <title>Difference : Transacion and Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433796#M1052384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  Can anyone tell me the difference between Transaction variant n screen variant?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know ab screen variant, but do we really often use Transaction variant? How is it helpful?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clear my doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be given.&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Seevangi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 05:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433796#M1052384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T05:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Difference : Transacion and Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433797#M1052385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Transaction variants are used for Standard transactions.&lt;/P&gt;&lt;P&gt;Through them we can enable or dissable certain Menu options.&lt;/P&gt;&lt;P&gt;Ex:- For some transactions , we see Print button disabbled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 05:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433797#M1052385</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2008-09-09T05:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Difference : Transacion and Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433798#M1052386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  A transaction variant is a reference to a set of screen variants.You can create any number of screen variants for a screen. The transaction variant consists of these screen variants.&lt;/P&gt;&lt;P&gt;  In transaction variants, you select entries to start the transaction in CALL mode.&lt;/P&gt;&lt;P&gt;You can create different kinds of transaction variants for an SAP transaction:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;A standard variant&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Any number of normal transaction variants.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The standard variant is executes at runtime instead of SAP delivered transaction. No new tcode is required.&lt;/P&gt;&lt;P&gt;A normal transaction variant will be called with its own transaction code of type variant transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A screen variant is an independent Repository object, which has a unique name in the system. The name is constructed as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Variant name&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Client&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Screen Number &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you specify whether or not field contents should be copied to the screen variant. You can set various attributes for the individula fields:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You can undo or hide the input status of a field&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhijeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 05:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433798#M1052386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T05:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Difference : Transacion and Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433799#M1052387</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;Check this &lt;STRONG&gt;LINK on SAP STANDARD STATEMENT ON DIFFERENCE BETWEEN Transacion Variants and Screen Variants.&lt;/STRONG&gt; You will get the answer of your doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 05:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433799#M1052387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T05:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Difference : Transacion and Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433800#M1052388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Transaction variants simplify transaction flow by:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inserting default values in fields&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hiding and changing the ready for input status of fields&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hiding and changing the attributes of table control columns&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hiding individual menu functions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hiding entire screens&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Transaction variants are actually made up of a series of screen variants. The field values and field attributes for each screen in a transaction variant are stored in screen variants. Each variant is assigned to a transaction. Variants may, however, contain values for screens in multiple transactions, if transaction flow makes this necessary. The transaction the variant is assigned to serves as its initial transaction, whenever you start the variant.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Transaction variants are actually made up of a series of screen variants. The field values and settings for each screen in the transaction variant are stored in a screen variant.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 05:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433800#M1052388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T05:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Difference : Transacion and Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433801#M1052389</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 hide unwanted screens and fields in any of the standard SAP programs without changing any of the standard programs.  Additional features such as making the variant as default on the standard SAP transaction code is only available as of 4.6x. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction SHD0 - Create a variant for the required transaction by changing the layout through hiding fields and screens.&lt;/P&gt;&lt;P&gt;Transaction SE93 - Create a variant transaction (e.g. for VA02 = ZVA02).   &lt;/P&gt;&lt;P&gt;Next allocate the transaction variant to this variant transaction.&lt;/P&gt;&lt;P&gt;In 4.6c, you can default your transaction variant as the standard variant. (SHD0 - Edit -&amp;gt; Activate/Deactivate as standard variant)&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 05:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433801#M1052389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T05:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Difference : Transacion and Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433802#M1052390</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;check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sapdb.info/wp-content/uploads/2008/05/transaction-variant-step-by-step-creations.pdf]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 05:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433802#M1052390</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-09-09T05:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Difference : Transacion and Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433803#M1052391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/43/132f9803d76f40e10000000a422035/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/43/132f9803d76f40e10000000a422035/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 06:04:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-transacion-and-screen/m-p/4433803#M1052391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T06:04:08Z</dc:date>
    </item>
  </channel>
</rss>

