<?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: Transaction Variant Assignment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237195#M1629705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should read between the lines &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; Thanks for the detailed information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Sep 2011 18:03:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-25T18:03:50Z</dc:date>
    <item>
      <title>Transaction Variant Assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237191#M1629701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have created a traansaction variant to hide a icon in SQ01 tcode using SHD0 and assigned it to two users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works for one user and the other still able to access the icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please guide me to come out of this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Thiyagu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 08:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237191#M1629701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-23T08:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Variant Assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237192#M1629702</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;How have you assigned it to the users?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 09:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237192#M1629702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-23T09:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Variant Assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237193#M1629703</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;See what other roles/profiles user has? If you have assigned the variant transaction to the users, it can't behave separately for the users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2011 18:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237193#M1629703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-24T18:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Variant Assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237194#M1629704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a difference between a variant transaction and a transaction variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This here is a transaction variant  --&amp;gt; the core transaction is executed with a different screen variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be assigned globally to the core transaction or user specifically in table SHDSTUSR. It supports different screen variants for users who have the same roles / authorizations and are starting the same transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of variant transactions, the users start different transactions which call the core transaction using the different screen variants passed from the calling transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally I try to use this very restrictively and only if authorizations are not possible to distinguish between activities and I also check that there are no ok-codes for the invisible function keys and main menu task bars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9 times out of 10 it is not really secure and created confusion, but looks nice to the user and confuses admins and audit false-positives... particularly variant transactions if the auditor also assumes that a transaction code is needed to be able to actually do something. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So... some companies create myriads of variant transactions to duck under SoD rule sets. The auditor needs to also check the "where-used-lists" of the core transactions.... &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However.... as an admin wanting to maintain this thing you and those who maintain it after you will have to be able to find them (user check tables and transaction where-used-lists) as well when trouble shooting... ;-((((((((((&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2011 19:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237194#M1629704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-24T19:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Variant Assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237195#M1629705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should read between the lines &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; Thanks for the detailed information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2011 18:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237195#M1629705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-25T18:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Variant Assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237196#M1629706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your detailed explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said, my issue is related to screen variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I once again thank you for your valuable reply.&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;Thiyagu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 11:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-variant-assignment/m-p/8237196#M1629706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-29T11:49:28Z</dc:date>
    </item>
  </channel>
</rss>

