<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>alternateplanet &#187; Security</title>
	<atom:link href="http://www.alternateplanet.net/category/sap/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alternateplanet.net</link>
	<description>alternate planet in an alternate time</description>
	<lastBuildDate>Mon, 06 Dec 2010 21:49:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to view recently used transactions by users</title>
		<link>http://www.alternateplanet.net/2010/04/how-to-view-recently-used-transactions-by-users/</link>
		<comments>http://www.alternateplanet.net/2010/04/how-to-view-recently-used-transactions-by-users/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 20:00:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BASIS]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.alternateplanet.net/?p=343</guid>
		<description><![CDATA[There are various ways to do that, two of the quickest ones are
1) Turn the audit log on by using SM19 and SM20 and analyze the audit logs.Put filters while setting up these logs so that you can see the specific data.
2) In ST03N / ST03, you can analyze the transactions run by users by [...]]]></description>
			<content:encoded><![CDATA[<p>There are various ways to do that, two of the quickest ones are<br />
1) Turn the audit log on by using SM19 and SM20 and analyze the audit logs.Put filters while setting up these logs so that you can see the specific data.</p>
<p>2) In ST03N / ST03, you can analyze the transactions run by users by selecting the &#8220;User Profile&#8221; under the &#8220;Analysis Views&#8221; section.</p>
<p>Note: ST03N keeps limited data</p>
<p>You can use STAD too, more on that later&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alternateplanet.net/2010/04/how-to-view-recently-used-transactions-by-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP System Administration: Authorization Concepts</title>
		<link>http://www.alternateplanet.net/2010/04/sap-system-administration-authorization-concepts/</link>
		<comments>http://www.alternateplanet.net/2010/04/sap-system-administration-authorization-concepts/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 20:00:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.alternateplanet.net/?p=337</guid>
		<description><![CDATA[Access control in SAP is composed of several concepts:
Program code that calls an authorization check using the authority-check statement. This will look something like:
authority-check object id field
Authorization fields (corresponding to the in the above code) that define a scope of possible values. Examples of authorization fields would be:
ACTIVITY: defines the type of activity the user [...]]]></description>
			<content:encoded><![CDATA[<p>Access control in SAP is composed of several concepts:</p>
<p>Program code that calls an authorization check using the authority-check statement. This will look something like:<br />
authority-check object id field</p>
<p>Authorization fields (corresponding to the in the above code) that define a scope of possible values. Examples of authorization fields would be:</p>
<p>ACTIVITY: defines the type of activity the user is doing with the data. Possible values are<br />
&#8216;DISPLAY&#8217;, &#8216;MODIFY&#8217;, &#8216;DELETE&#8217;, etc.</p>
<p>COMPANY_CODE: possible values are any single value, or any range of values, or any combination thereof (such as &#8216;0438&#8242; and &#8216;0600&#8242; thru &#8216;1100&#8242;)</p>
<p>Authorization objects that define a group of fields. For example, an authorization object called &#8216;CO_MDATA&#8217;, containing our above fields ACTIVITY and COMPANY_CODE, might used to control access to the company master data tables.</p>
<p>Authorizations, each of which belong to exactly one authorization object, that define authorization values (within the scopes defined by the authorization objects) to be granted to users. Note that an authorization is different from an authorization object!! Extending our previous examples, we might have an authorization, belonging to the authorization object &#8216;CO_MDATA&#8217;, called &#8216;CO_MDATA_ALL&#8217;, that grants all access to all company master data. Then &#8216;CO_MDATA_ALL&#8217; would have the following values:</p>
<p>FIELD VALUE<br />
ACTIVITY *<br />
COMPANY_CODE *</p>
<p>Profiles, each of which may contain several authorizations or profiles. A simple profile contains a group of authorizations. A composite profile contains a group of profiles (simple or composite). [Profiles can be conceptualized as forming the structure of a tree, in which end nodes (leaves) are authorizations, and all other nodes are profiles. Simple profiles are nodes whose children are all end nodes, and composite profiles are nodes, other than end nodes, who have no end nodes for children.]</p>
<p>Profiles are designed to define set or one or more functions or positions. For example, a functional profile might define all the authorizations that are required for doing a goods receipt, or for making a payment in the AP module. A position profile, on the other hand, might define all of the authorizations that are granted to an accountant, or to a warehouse supervisor. Often, a position profile is a composite profile consisting of several functional profiles.<br />
Users, to whom profiles are assigned. A user is assigned one or more profiles by the system administrator. These profiles define all of the user&#8217;s system authorizations. It sounds complicated, but once you start working with authorizations, it&#8217;s pretty easy.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<h3 class="post-title"><a href="http://www.abapcode.info/2007/05/sap-system-administration-authorization.html">SAP System Administration: Authorization Concepts</a></h3>
<p><script type="text/javascript">// <![CDATA[
google_ad_client = "pub-8531379923331867";
google_ad_host = "pub-1556223355139109";
google_ad_host_channel="00000";
/* 336x280, created 4/22/09 */
google_ad_slot = "3936219096";
google_ad_width = 336;
google_ad_height = 280;
// ]]&gt;</script></p>
<div style="float: left;"><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></div>
<p><strong>Access control in SAP is composed of several concepts:</strong></p>
<p>Program code that calls an authorization check using the authority-check statement. This will look something like:<br />
authority-check object id field</p>
<p><span class="fullpost"></p>
<p>Authorization fields (corresponding to the in the above code) that define a scope of possible values. Examples of authorization fields would be:</p>
<p>ACTIVITY: defines the type of activity the user is doing with the data. Possible values are<br />
&#8216;DISPLAY&#8217;, &#8216;MODIFY&#8217;, &#8216;DELETE&#8217;, etc.</p>
<p>COMPANY_CODE: possible values are any single value, or any range of values, or any combination thereof (such as &#8216;0438&#8242; and &#8216;0600&#8242; thru &#8216;1100&#8242;)</p>
<p>Authorization objects that define a group of fields. For example, an authorization object called &#8216;CO_MDATA&#8217;, containing our above fields ACTIVITY and COMPANY_CODE, might used to control access to the company master data tables.</p>
<p>Authorizations, each of which belong to exactly one authorization object, that define authorization values (within the scopes defined by the authorization objects) to be granted to users. Note that an authorization is different from an authorization object!! Extending our previous examples, we might have an authorization, belonging to the authorization object &#8216;CO_MDATA&#8217;, called &#8216;CO_MDATA_ALL&#8217;, that grants all access to all company master data. Then &#8216;CO_MDATA_ALL&#8217; would have the following values:</p>
<p><strong>FIELD                    VALUE</strong><br />
ACTIVITY                 *<br />
COMPANY_CODE   *</p>
<p>Profiles, each of which may contain several authorizations or profiles. A simple profile contains a group of authorizations. A composite profile contains a group of profiles (simple or composite). [Profiles can be conceptualized as forming the structure of a tree, in which end nodes (leaves) are authorizations, and all other nodes are profiles. Simple profiles are nodes whose children are all end nodes, and composite profiles are nodes, other than end nodes, who have no end nodes for children.]</p>
<p>Profiles are designed to define set or one or more functions or positions. For example, a functional profile might define all the authorizations that are required for doing a goods receipt, or for making a payment in the AP module. A position profile, on the other hand, might define all of the authorizations that are granted to an accountant, or to a warehouse supervisor. Often, a position profile is a composite profile consisting of several functional profiles.<br />
Users, to whom profiles are assigned. A user is assigned one or more profiles by the system administrator. These profiles define all of the user&#8217;s system authorizations. It sounds complicated, but once you start working with authorizations, it&#8217;s pretty easy.</span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alternateplanet.net/2010/04/sap-system-administration-authorization-concepts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP Derived Roles</title>
		<link>http://www.alternateplanet.net/2010/04/sap-derived-roles/</link>
		<comments>http://www.alternateplanet.net/2010/04/sap-derived-roles/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 20:00:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.alternateplanet.net/?p=353</guid>
		<description><![CDATA[As the name indications are derived from already existing roles.
There are two scenarios when we derive roles.
* The role menus are identical but the authorizations for the menu actions are different in the derived role.
* The menu and authorizations of the derived role are identical, but the organizational levels are different in the derived role.
The [...]]]></description>
			<content:encoded><![CDATA[<p>As the name indications are derived from already existing roles.<br />
There are two scenarios when we derive roles.</p>
<p>* The role menus are identical but the authorizations for the menu actions are different in the derived role.<br />
* The menu and authorizations of the derived role are identical, but the organizational levels are different in the derived role.</p>
<p>The derived roles inherit the menu structure and functions (including transactions etc&#8230;) of the referred role.</p>
<p>The default authorization values of the derived role are that of the inherited role. The organizational values are to be maintained in the derived role.<br />
The organization level data is only copied the first time the authorization data is adjusted for the derived role. If organization level data is maintained in the derived role, it is not overwritten by subsequent adjustments.</p>
<p>Roles derived from another cannot have any additional menu entries. The menu is maintained in the referred role which take effect immediately in all derived roles.</p>
<p>To change the menu of the derived role without changing the menu of referred role you have to break the inheritance relationship. Once the relationship breaks, the derived role is dealt as a normal role and the inheritance relation ship cannot be re established</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alternateplanet.net/2010/04/sap-derived-roles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP Composite Roles</title>
		<link>http://www.alternateplanet.net/2010/04/sap-composite-roles/</link>
		<comments>http://www.alternateplanet.net/2010/04/sap-composite-roles/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 20:00:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.alternateplanet.net/?p=351</guid>
		<description><![CDATA[Composite Roles :
Suppose there is position in your organization in which activites of two positions need to be performs the roles is called composite role.
Take an example. There are two positions like a clerk and auditor. If there is a position in your organization where the individual has to act both as a clerk and [...]]]></description>
			<content:encoded><![CDATA[<p>Composite Roles :<br />
Suppose there is position in your organization in which activites of two positions need to be performs the roles is called composite role.<br />
Take an example. There are two positions like a clerk and auditor. If there is a position in your organization where the individual has to act both as a clerk and an auditor the the role is a composite roles which needs him/her to work both as a clerk and auditor. This is quite common scenario in organizations or companies.<br />
A composite role has many single roles. No authorization data can be maintained in a composite role.  You can eneter some menu entries like links to websites, reports only. Tcodes cannot be added. The authorization data has to be maintained only in the single roles.<br />
When you attach a composite roles to an user all the single roles gets attached to him. In the change documents it shows the single profiles that belongs to single roles gets attached to them. Suppose a composite role has 3 single roles. when you attach this composite role to a user then 3 authorizations profiles will get attached to him. The change count  in SUIM will be 3.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alternateplanet.net/2010/04/sap-composite-roles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a authorization Role in SAP?</title>
		<link>http://www.alternateplanet.net/2010/04/what-is-a-authorization-role-in-sap/</link>
		<comments>http://www.alternateplanet.net/2010/04/what-is-a-authorization-role-in-sap/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 20:00:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.alternateplanet.net/?p=349</guid>
		<description><![CDATA[Role is the way how authorizations are granted in SAP or the activities which are performed by and individual are restricted. A role consists of all the duties performed by an individual in the organization. For e.g., the clerk or the manager or buyer or dispatcher etc.. Two managers of same cader has same type [...]]]></description>
			<content:encoded><![CDATA[<p>Role is the way how authorizations are granted in SAP or the activities which are performed by and individual are restricted. A role consists of all the duties performed by an individual in the organization. For e.g., the clerk or the manager or buyer or dispatcher etc.. Two managers of same cader has same type of duties. Technically a roles contains all the items(transactions or tcodes, reports, links) which are needed by an individual in particular position. In a  roles-based authorization system the lattice structure of organization is well defined and the activities performed by each individual is defined clearly. In a role-based authorization system the users are assigned to generiuc roles (technical)  which contains tcodes necessary for peforming the job. The above description is a single role.</p>
<p>There are three types of roles.</p>
<p>o Single roles<br />
o Composite roles<br />
o Derived roles</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alternateplanet.net/2010/04/what-is-a-authorization-role-in-sap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check if CUA is used in a System</title>
		<link>http://www.alternateplanet.net/2010/04/how-to-check-if-cua-is-used-in-a-system/</link>
		<comments>http://www.alternateplanet.net/2010/04/how-to-check-if-cua-is-used-in-a-system/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 20:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BASIS]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.alternateplanet.net/?p=341</guid>
		<description><![CDATA[  You can quickly run transaction SU01 and see if the &#8220;Systems&#8221; tab is available. If it is then CUA has been configured. Well there is another way to see whether CUA is used. Run transaction code SCUA to see if there are any distribution models defined. Run transaction code SCUL to see to [...]]]></description>
			<content:encoded><![CDATA[<p><strong style="color: #000000;"><span style="font-size: 10pt; font-family: Helv;"> <span style="font-family: verdana;"> </span></span></strong><span style="color: #000000; font-family: verdana;"><span style="font-size: 10pt;">Y</span></span><span style="font-size: 10pt; font-family: Helv; color: black;"><span style="font-family: verdana;">ou can quickly run transaction SU01 and see if the &#8220;Systems&#8221; tab is available. If it is then CUA has been configured. Well there is another way to see whether CUA is used. Run transaction code SCUA to see if there are any distribution models defined. Run transaction code SCUL to see to view logs that are generated by CUA &amp; if you have logged into a child system, then goto transaction code SU01 and see, there will be no CREATE activity.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alternateplanet.net/2010/04/how-to-check-if-cua-is-used-in-a-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of SAP Security Tables</title>
		<link>http://www.alternateplanet.net/2010/01/list-of-sap-security-tables/</link>
		<comments>http://www.alternateplanet.net/2010/01/list-of-sap-security-tables/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 20:00:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.alternateplanet.net/?p=355</guid>
		<description><![CDATA[USR* table contains user master information.
AGR* tables dontains data about roles.
USH* table has change documents information.
You can use SQVI or SE16 to get data from these tables.





Table
Description


AGR_1016
Name of the activity group profile


AGR_1016B
Name of the activity group profile


AGR_1250
Authorization data for the activity group


AGR_1251
Authorization data for the activity group


AGR_1252
Organizational elements for authorizations


AGR_AGRS
Roles in Composite Roles


AGR_DEFINE
Role definition


AGR_HIER2
Menu structure [...]]]></description>
			<content:encoded><![CDATA[<p>USR* table contains user master information.<br />
AGR* tables dontains data about roles.<br />
USH* table has change documents information.<br />
You can use SQVI or SE16 to get data from these tables.</p>
<table style="border-collapse: collapse; width: 399px;" border="0" cellspacing="0" cellpadding="0">
<col style="width: 74pt;" width="98"></col>
<col style="width: 226pt;" width="301"></col>
<tbody>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt; width: 74pt;" width="98" height="17">Table</td>
<td style="width: 226pt;" width="301">Description</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_1016</td>
<td>Name of the activity group profile</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_1016B</td>
<td>Name of the activity group profile</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_1250</td>
<td>Authorization data for the activity group</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_1251</td>
<td>Authorization data for the activity group</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_1252</td>
<td>Organizational elements for authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_AGRS</td>
<td>Roles in Composite Roles</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_DEFINE</td>
<td>Role definition</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_HIER2</td>
<td>Menu structure information &#8211; Customer vers</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_HIERT</td>
<td>Role menu texts</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_OBJ</td>
<td>Assignment of Menu Nodes to Role</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_PROF</td>
<td>Profile name for role</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TCDTXT</td>
<td>Assignment of roles to Tcodes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TEXTS</td>
<td>File Structure for Hierarchical Menu &#8211; Cus</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TIME</td>
<td>Time Stamp for Role: Including profile</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_USERS</td>
<td>Assignment of roles to users</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USER_ADDR</td>
<td>Address Data for users</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USGRP</td>
<td>User groups</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USGRPT</td>
<td>Text table for USGRP</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USH02</td>
<td>Change history for logon data</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USOBT</td>
<td>Relation transaction to authorization object (SAP)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USOBT_C</td>
<td>Relation Transaction to Auth. Object (Customer)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USOBX</td>
<td>Check table for table USOBT</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USOBX_C</td>
<td>Check Table for Table USOBT_C</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USOBXFLAGS</td>
<td>Temporary table for storing USOBX/T* chang</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR01</td>
<td>User Master Data (runtime data)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR02</td>
<td>Logon data (password,user name, validity date etc..)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR04</td>
<td>User master authorization (one row per user)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR06</td>
<td>License data</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR10</td>
<td>Authorisation profiles (i.e. &amp;_SAP_ALL)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR11</td>
<td>Text for authorisation profiles</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR12</td>
<td>Authorisation values</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR13</td>
<td>Short text for authorisation</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR40</td>
<td>Table for illegal passwords ( never enter * in this table)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">UST04</td>
<td>User profiles (multiple rows per user)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">UST10C</td>
<td>Composit profiles (i.e. profile has sub profile)</td>
</tr>
</tbody>
</table>
<p>This is the vast list of USR,USH &amp; AGR tables</p>
<table style="border-collapse: collapse; width: 540px;" border="0" cellspacing="0" cellpadding="0">
<col style="width: 122pt;" width="162"></col>
<col style="width: 284pt;" width="378"></col>
<tbody>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt; width: 122pt;" width="162" height="17">Table   name</td>
<td style="width: 284pt;" width="378">Description</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGRR2</td>
<td>R2 transfer structure</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGRR2T</td>
<td>R2 roles transfer structure &#8211; Texts</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_1016</td>
<td>Name of the activity group profile</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_1016B</td>
<td>Name of the activity group profile</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_1250</td>
<td>Authorization data for the activity group</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_1251</td>
<td>Authorization data for the activity group</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_1252</td>
<td>Organizational elements for authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_1253</td>
<td>Authorization Data for Activity Group &#8211; Static Objects</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_AGRS</td>
<td>Roles in Composite Roles</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_AGRS2</td>
<td>Role definition</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_ATTS</td>
<td>Role attributes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_BOR_DTL</td>
<td>Extended BOR Details for Menu Nodes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_BUFFI</td>
<td>Internet Links for a Role</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_BUFFI2</td>
<td>Internet links table &#8211; Customer version of SAP roles</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_BUFFI3</td>
<td>Internet links table &#8211; SAP versions of SAP roles</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_CATS</td>
<td>Transfer structure for categories/PFCG start</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_CUSTOM</td>
<td>Role Customizing objects</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_DATEU</td>
<td>Personal settings for roles</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_DEFINE</td>
<td>Role definition</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_EXT_DTL</td>
<td>Extended Details for Menu Nodes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_FAVOS</td>
<td>Personal settings for PFCG</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_FILT</td>
<td>Transfer table filter for PRGN_TREE_START</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_FLAGS</td>
<td>Role attributes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_FLAGSB</td>
<td>Role attributes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_HIER</td>
<td>Table for Structure Information for Menu</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_HIER2</td>
<td>Menu structure information &#8211; Customer version of SAP roles</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_HIER3</td>
<td>Menu structure information &#8211; SAP version of SAP roles</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_HIERT</td>
<td>Role menu texts</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_HIERT2</td>
<td>Role menu texts &#8211; Customer version of SAP objects</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_HIERT3</td>
<td>Role menu texts &#8211; SAP Original</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_HIER_BOR</td>
<td>Table for Object-Oriented Navigation (OBN)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_HPAGE</td>
<td>Role Home Page</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_HPAGET</td>
<td>Description of the Home Page for a Role</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_ICON</td>
<td>Display the status icon in the Profile Generator</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_INFO</td>
<td>Filter Values from Generation Run</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_LOGSYS</td>
<td>Logical system</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_LSD</td>
<td>Role attributes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_MAP</td>
<td>MiniApp and Text</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_MAPP</td>
<td>MiniApps in Role</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_MAP_KNUMA</td>
<td>Conversion Table AG_GUID CRM &lt;&gt; KNUMA</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_MARK</td>
<td>Table for report SAPPROFC_NEW</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_MEM_INITIAL</td>
<td>Agreements: Buffer for Intial Upload</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_MINI</td>
<td>MiniApps in Role</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_MINI2</td>
<td>MiniApps in Role</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_MINIT</td>
<td>Role mini-appl texts</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_MINIT2</td>
<td>Role mini-application texts</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_NSPCE</td>
<td>Namespace</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_NUMBER</td>
<td>Internal Counter for Assigning Profile Names</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_NUM_2</td>
<td>Internal Counter for Assigning Profile Names</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_OBJ</td>
<td>Assignment of Menu Nodes to Role</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_POPUP</td>
<td>Structure for dialog box</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_POPUP2</td>
<td>Structure for transaction assignment</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_POPUP3</td>
<td>Auxiliary structure to input authorization objects</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_PROF</td>
<td>Profile name for role</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_REL_KNUMA_CM</td>
<td>Assignment: Agreement &#8211;&gt; Campaign</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_SELECT</td>
<td>Assignment of roles to Tcodes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_SHIER</td>
<td>Structure for the Drag and Drop Tool</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_SHIERT</td>
<td>Structure for the Drag and Drop Tool</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_SHIER_BOR</td>
<td>Structure for Additional Details with no STRING Field</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_SMENU</td>
<td>Transfer structure for role maintenance</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_SPRTXT</td>
<td>Structure for the Drag and Drop Tool</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_START</td>
<td>Start Role Maintenance: Structure for Tree</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_STRING</td>
<td>Structure for the Drag and Drop Tool</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_STRUC</td>
<td>Structure to transfer Tcodes into the Profile Generator</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_ST_NAME</td>
<td>Role Name</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TAB</td>
<td>PFCG start tree transfer structure</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TCDTXT</td>
<td>Assignment of roles to Tcodes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TCODE3</td>
<td>Assignment of roles to Tcodes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TCODES</td>
<td>Assignment of roles to Tcodes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TCODES_TEXTS</td>
<td>Transaction Codes with Texts from AGRs</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TEXTS</td>
<td>File Structure for Hierarchical Menu &#8211; Customer</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TIME</td>
<td>Time Stamp for Role (Menu, Profile, Authorizations)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TIMEB</td>
<td>Time Stamp for Role (Profile Generation)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TIMEC</td>
<td>Time Stamp for Role (User Assignment)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TIMED</td>
<td>Time Stamp for Role (Profile Comparison, RFC Distribution)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TRAN</td>
<td>Transport modules of external personalization objects</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TRANS</td>
<td>Help Structure for Translation</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_TXT</td>
<td>Role and Text</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_UPLO</td>
<td>Stucture for upload node types</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_UPLT</td>
<td>Stucture for upload node types</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_UPLTX</td>
<td>Stucture for upload description text</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_USERS</td>
<td>Assignment of roles to users</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">AGR_USERT</td>
<td>Assignment of roles to users</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USH02</td>
<td>Change history for logon data</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USH02_ARC_TMP</td>
<td>Change History for Logon Data: Last Entries from Archive</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USH04</td>
<td>Change history for authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USH04_ARC_TMP</td>
<td>Authorizations Change History: Last Entries from Archive</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USH10</td>
<td>Change history for authorization profiles</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USH10_ARC_TMP</td>
<td>Change History for Profile Data: Last Entries from Archive</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USH12</td>
<td>Change history for authorization values</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USH12_ARC_TMP</td>
<td>Change History for Authorizations: Last Archive Entries</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR01</td>
<td>User master record (runtime data)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR02</td>
<td>Logon Data (Kernel-Side Use)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR03</td>
<td>User address data</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR04</td>
<td>User master authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR05</td>
<td>User Master Parameter ID</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR06</td>
<td>Additional Data per User</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR06SYS</td>
<td>System-Specific User Classification (License-Related)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR07</td>
<td>Object/values of last authorization check that failed</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR08</td>
<td>Table for user menu entries</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR09</td>
<td>Entries for user menus (work areas)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR10</td>
<td>User master authorization profiles</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR11</td>
<td>User Master Texts for Profiles (USR10)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR12</td>
<td>User Master Authorization Values</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR13</td>
<td>Short Texts for Authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR14</td>
<td>Surchargeable Language Versions per User</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR15</td>
<td>External User Name (Replaced By Table USRACL)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR16</td>
<td>Values for Variables for User Authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR20</td>
<td>Date of last user master reorganization</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR21</td>
<td>Assign user name address key</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR21S</td>
<td>Shadow table: Assignment of user name to address key</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR22</td>
<td>Logon data without kernel access</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR30</td>
<td>Additional Information for User Menu</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR40</td>
<td>Table for illegal passwords</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR41</td>
<td>User master: Additional data</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR41_MLD</td>
<td>Transaction Data for USR41</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRACCNTV</td>
<td>Generated Table for View USRACCNTV</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRACL</td>
<td>SNC Access Control List (ACL): User</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRACLEXT</td>
<td>Extended SNC Access Control List (ACL) for Users</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRARCSTAT</td>
<td>Reloaded Archiving Runs</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRATTR</td>
<td>Additional Attributes for Users</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRBF</td>
<td>User Buffer Contents for Fast RFC Logon</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRBF2</td>
<td>User buffer content for fast RFC logon &#8211; new</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRBF3</td>
<td>User Buffer Content for Fast RFC Logon &#8211; New</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRCD</td>
<td>Structure for Change Documents Display in RSUSR100</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRCDT</td>
<td>Structure for Change Documents (Technical View)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRCOBJ</td>
<td>Object Filters for Exploding Product Structures</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRCOMB</td>
<td>Critical Combinations of Authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRCOMBT</td>
<td>Short Texts for Critical Combinations of Authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRCRCOMB</td>
<td>Part List of Variants for Critical Combinations of Auths</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRDFLT</td>
<td>User Settings Field/Value Combination</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRDFLT_KEY</td>
<td>Key for User Settings</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRDFLT_PERS</td>
<td>User Settings</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRDFLT_PERS_ALV</td>
<td>User Settings &#8211; ALV Display</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREF</td>
<td>Transfer structure for cross-reference function modules</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREFUS</td>
<td>Reference user for internet applications</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREFUSVAR</td>
<td>Assignment of Reference User Variabe to Reference User</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREL_2</td>
<td>User Administration: Relationship Between Two Objects</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREL_3</td>
<td>User Administration: Relationship Between Three Objects</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREL_AT</td>
<td>User Administration: User in Relationship (with Time)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREL_SA</td>
<td>GUM: Assignment of Role/Position to System (Type)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREL_UA</td>
<td>GUM: Assignment of Role to User</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREL_US</td>
<td>GUM: Assignment of User (Group) to System (Type)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREL_USA</td>
<td>User Administration: User &#8211; System &#8211; Activity Group</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREL_UT</td>
<td>User Administration: User in Relationship (with Time)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREL__A</td>
<td>User Administration: System &#8211; Activity Group</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREL__S</td>
<td>User Administration: System in Relationships</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREL__U</td>
<td>User Administration: User in Relationship</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREXTID</td>
<td>Assignment of External ID to Users</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREXTIDH</td>
<td>External ID (Access Using Hash Value)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREXTIDT</td>
<td>Values Table for External ID Type</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USREXTIDTT</td>
<td>Values Table for External ID Type (Texts)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRFIELD</td>
<td>Central user maintenance: Field maintenance allowed or not</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRFLD</td>
<td>CUA: Definition of Logical Fields</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRFLDDEF</td>
<td>CUA: Definition of Logical Field Names of ALE Distrib. Users</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRFLDGRP</td>
<td>CUA: Field Selection Groups</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRFLDSEL</td>
<td>CUA: Field Attributes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRFLDT</td>
<td>CUA: Text Table to Define Logical Fields</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRFLDTSEL</td>
<td>Selection of fields</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRFLDVAL</td>
<td>CUA: Selection Criteria for Field Attributes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRGENPRS</td>
<td>Table for General Workplace Personalization Data</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRGETFTR</td>
<td>Transfer Structure</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRGETSTRC</td>
<td>Structure for user transfer</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRGIFAV</td>
<td>iPPE Interface: Favorite</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRGIFOL</td>
<td>iPPE Interface: Folder</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRGIPROFIL</td>
<td>User Assignment to an iPPE Profile</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRGIPROFIL_DYNP</td>
<td>Dialog Structure: User Assignment &#8211; iPPE Workbench</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRGIPROFIL_WTY</td>
<td>Assign User Profile</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRGISETTINGS</td>
<td>User Settings for the iPPE Workbench</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRGISTACK</td>
<td>iPPE Workbench: Stack</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRINFO</td>
<td>Extended User Info for SM04</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRINKONS</td>
<td>Reference table for FMs for determining inconsistencies</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRLISTPROFILE</td>
<td>Variable List Definition in PDM Environment</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRLUIPROFILE</td>
<td>User Assignments to Profiles in the iPPE Workbench Express</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRLUIPROFILE_DYNP</td>
<td>User Assignments to Profiles</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRLUISETTINGS</td>
<td>User-Specific Settings of the iPPE Workbench Express</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRLUISETTINGS_DYNP</td>
<td>User-Specific Settings for Profile</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRM0</td>
<td>Material Master User Settings: Screen Reference &#8220;User&#8221;</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRM1</td>
<td>Material Master User Settings: Organizational Levels</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRM2</td>
<td>User Settings for the Material Master: Logical Screens</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRM3</td>
<td>Material Master User Settings: Retail Organizational Levels</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRMETHOD</td>
<td>Method to be called when distributing users</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRMM</td>
<td>User settings: material master</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USROBJECTS</td>
<td>Table of Previous Initial Object in Structure Overview</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRPDM</td>
<td>User-Specific Data in the PDM Environment</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRPWDHISTORY</td>
<td>Password History</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSETTINGS_DYNP</td>
<td>User Settings: Navigation Tree &#8211; Dialog Structure</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSTAMP</td>
<td>Time Stamp for all Changes to the User</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSYSACT</td>
<td>CUA: Roles in Distributed Systems</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSYSACTT</td>
<td>CUA: Roles in Distributed Systems</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSYSLNG</td>
<td>User&#8217;s Language in a System</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSYSPRF</td>
<td>CUA: Profiles in Distributed Systems</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSYSPRFT</td>
<td>CUA: Profile Text in Distributed Systems</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSYSUPL</td>
<td>CUA: Price Lists in SAP System</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSYSUPPL</td>
<td>CUA: Assignment of User Types to Price Lists</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSYSUTPA</td>
<td>CUA: System Measurement: User Types with Attributes</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSYSUTYP</td>
<td>CUA: Texts for User Types in SAP System</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSYSUZUS</td>
<td>CUA: Texts for Special Versions</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRSYSVTYP</td>
<td>Generated Table for View USRSYSVTYP</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRTICLASS</td>
<td>Class Assignment for Tabular Maintenance of iPPE</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRTREECOL</td>
<td>User-Specific Column Permutations per Array Type</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRURLPRS</td>
<td>Table for Personalization of Services</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRURLSVR</td>
<td>Logical Web Servers for Logical Systems (User-Specific)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRVAR</td>
<td>Variants for Critical Authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRVARCOM</td>
<td>Variants of Critical Combinations of Authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRVARCOMT</td>
<td>Short Texts for Variants of Critical Combs of Authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRVARID</td>
<td>Part List of Variants for Critical Authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRVART</td>
<td>Short Texts for Variants of Critical Authorizations</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRVIEWCOL</td>
<td>User-Specific Column View</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USRVIEWTAB</td>
<td>User-specific Tabstrip View</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR_AUFK</td>
<td>User-Defined Fields of AUFK</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR_FLAGS</td>
<td>Various Flags for Authorization Programs</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR_FLGNT</td>
<td>Personal User Settings / Without Transport</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR_LIST</td>
<td>Generated Table for View USR_LIST</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR_QUERY</td>
<td>BW Query</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR_TREESNODE</td>
<td>Node Structure of a Simple Tree (Report SAPTREX3)</td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td style="height: 12.75pt;" height="17">USR_VALUES</td>
<td>Transfer structure for selection acc. to auth. values</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.alternateplanet.net/2010/01/list-of-sap-security-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Authorizations in SAP Transportation Management</title>
		<link>http://www.alternateplanet.net/2010/01/authorizations-in-sap-transportation-management/</link>
		<comments>http://www.alternateplanet.net/2010/01/authorizations-in-sap-transportation-management/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 09:00:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SAP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Transport Management]]></category>
		<category><![CDATA[TM]]></category>

		<guid isPermaLink="false">http://www.alternateplanet.net/?p=529</guid>
		<description><![CDATA[The following table shows the authorization objects available in SAP TM.









Authorization Object
Description




/SCMTMS/T8
Type of Customer Freight Invoice Request


/SCMTMS/EP
Organizational Unit: Execution and Planning


/SCMTMS/T3
Type of Freight Order


/SCMTMS/T4
Type of Freight Request


/SCMTMS/MT
Mode of Transportation


/SCMTMS/PY
Party


/SCMTMS/PO
Organizational Unit: Purchasing


/SCMTMS/SO
Organizational Unit: Sales


/SCMTMS/T6
Type of Shipment Order


/SCMTMS/T1
Type of Shipment Request


/SCMTMS/T5
Type of Shipment


/SCMTMS/SU
Supplier


/SCMTMS/T7
Type of Supplier Freight Invoice Request


/SCMTMS/G1
Transportation Allocation: Geographical Information


/SCMTMS/T2
Type of Transportation Booking Order


/SCMTMS/C4
Transportation Charges: Calculation [...]]]></description>
			<content:encoded><![CDATA[<p>The following table shows the authorization objects available in <span>SAP TM</span>.</p>
<table border="0" width="100%">
<colgroup>
<col width="50%"></col>
</colgroup>
<colgroup>
<col width="50%"></col>
</colgroup>
<thead>
<tr>
<th scope="col">Authorization Object</th>
<th scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>/SCMTMS/T8</td>
<td>Type of Customer Freight Invoice Request</td>
</tr>
<tr>
<td>/SCMTMS/EP</td>
<td>Organizational Unit: Execution and Planning</td>
</tr>
<tr>
<td>/SCMTMS/T3</td>
<td>Type of Freight Order</td>
</tr>
<tr>
<td>/SCMTMS/T4</td>
<td>Type of Freight Request</td>
</tr>
<tr>
<td>/SCMTMS/MT</td>
<td>Mode of Transportation</td>
</tr>
<tr>
<td>/SCMTMS/PY</td>
<td>Party</td>
</tr>
<tr>
<td>/SCMTMS/PO</td>
<td>Organizational Unit: Purchasing</td>
</tr>
<tr>
<td>/SCMTMS/SO</td>
<td>Organizational Unit: Sales</td>
</tr>
<tr>
<td>/SCMTMS/T6</td>
<td>Type of Shipment Order</td>
</tr>
<tr>
<td>/SCMTMS/T1</td>
<td>Type of Shipment Request</td>
</tr>
<tr>
<td>/SCMTMS/T5</td>
<td>Type of Shipment</td>
</tr>
<tr>
<td>/SCMTMS/SU</td>
<td>Supplier</td>
</tr>
<tr>
<td>/SCMTMS/T7</td>
<td>Type of Supplier Freight Invoice Request</td>
</tr>
<tr>
<td>/SCMTMS/G1</td>
<td>Transportation Allocation: Geographical Information</td>
</tr>
<tr>
<td>/SCMTMS/T2</td>
<td>Type of Transportation Booking Order</td>
</tr>
<tr>
<td>/SCMTMS/C4</td>
<td>Transportation Charges: Calculation Sheet</td>
</tr>
<tr>
<td>/SCMTMS/C2</td>
<td>Transportation Charges: Rate</td>
</tr>
<tr>
<td>/SCMTMS/C1</td>
<td>Transportation Charges: Scale</td>
</tr>
<tr>
<td>/SCMTMS/BO</td>
<td>Business Object: Data Access</td>
</tr>
<tr>
<td>/SCMTMS/C3</td>
<td>Transportation Charges: Tariff</td>
</tr>
<tr>
<td>/SCMTMS/ID</td>
<td>ID of a Business Object</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.alternateplanet.net/2010/01/authorizations-in-sap-transportation-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

