Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

relation ship between table USR02 and ADRP

Former Member
0 Kudos

Hi all,

My requirement is to dispaly the userid , username, address and email id.

iam unable to find the realtionship between table USR02 ( which maintains userid's) and ADRP( which has user name, etcs).

Please tell the how to fetch the name , address and email id data for perticular userid

urgent.

thanks in advance

ramprasad

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use SQVI to find the table relation ships.:

Gr8 tool indeed..

Let me know if you want steps etc.

Regards

Tushar M

4 REPLIES 4

Former Member
0 Kudos

Use SQVI to find the table relation ships.:

Gr8 tool indeed..

Let me know if you want steps etc.

Regards

Tushar M

0 Kudos

Could you please tell me the step to find out the relation between 2 tables by using SQVI tool.

Thanks & Regards,

Ramprasad Duduka

Former Member

Hi,

There is no direct relationship

But go from USR02 -> USR21

and from USR21 -> ADRP.

Regards,

Atish

Former Member
0 Kudos

Using userid U can get the personnel number from PA0105 ..

pass this PERSNUMBER to ADRP and get other details.

select pernr from pa0105 .....

where USRID = USR02-USRID.