<?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 relation ship between table USR02 and ADRP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/relation-ship-between-table-usr02-and-adrp/m-p/3539550#M851577</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;My requirement is to dispaly the userid , username, address and email id.&lt;/P&gt;&lt;P&gt;iam unable to find the realtionship  between table USR02 ( which maintains userid's) and ADRP( which has user name, etcs).&lt;/P&gt;&lt;P&gt;Please tell the how to fetch the name , address and email id data for perticular userid &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;ramprasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2008 11:46:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-07T11:46:45Z</dc:date>
    <item>
      <title>relation ship between table USR02 and ADRP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relation-ship-between-table-usr02-and-adrp/m-p/3539550#M851577</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;My requirement is to dispaly the userid , username, address and email id.&lt;/P&gt;&lt;P&gt;iam unable to find the realtionship  between table USR02 ( which maintains userid's) and ADRP( which has user name, etcs).&lt;/P&gt;&lt;P&gt;Please tell the how to fetch the name , address and email id data for perticular userid &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;ramprasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 11:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relation-ship-between-table-usr02-and-adrp/m-p/3539550#M851577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T11:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: relation ship between table USR02 and ADRP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relation-ship-between-table-usr02-and-adrp/m-p/3539551#M851578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use SQVI to find the table relation ships.: &lt;/P&gt;&lt;P&gt;Gr8 tool indeed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you want steps etc.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tushar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 11:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relation-ship-between-table-usr02-and-adrp/m-p/3539551#M851578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T11:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: relation ship between table USR02 and ADRP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relation-ship-between-table-usr02-and-adrp/m-p/3539552#M851579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is no direct relationship&lt;/P&gt;&lt;P&gt;But go from USR02 -&amp;gt; USR21&lt;/P&gt;&lt;P&gt;and from USR21 -&amp;gt; ADRP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 11:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relation-ship-between-table-usr02-and-adrp/m-p/3539552#M851579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T11:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: relation ship between table USR02 and ADRP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relation-ship-between-table-usr02-and-adrp/m-p/3539553#M851580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using userid U can get the personnel number from PA0105 ..&lt;/P&gt;&lt;P&gt;pass this PERSNUMBER to ADRP and get other details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select pernr from pa0105 .....&lt;/P&gt;&lt;P&gt;          where USRID = USR02-USRID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 11:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relation-ship-between-table-usr02-and-adrp/m-p/3539553#M851580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T11:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: relation ship between table USR02 and ADRP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/relation-ship-between-table-usr02-and-adrp/m-p/3539554#M851581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please tell me the step to find out the relation between 2 tables by using SQVI tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ramprasad Duduka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 08:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/relation-ship-between-table-usr02-and-adrp/m-p/3539554#M851581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T08:14:00Z</dc:date>
    </item>
  </channel>
</rss>

