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: 

How do you fetch the URL corresponding to a particular ADRNR number?

Former Member
0 Kudos

I have the address number ADRNR, I want the URL corresponding to the same.

How do you fetch the URL corresponding to a particular ADRNR number?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

i suppose you want email address if so use this

select adr6-addrnumber from table adr6 join table lfa1 with key adr6-addrnumber = lfa1-adrnr

3 REPLIES 3

Former Member
0 Kudos

i suppose you want email address if so use this

select adr6-addrnumber from table adr6 join table lfa1 with key adr6-addrnumber = lfa1-adrnr

Former Member
0 Kudos

No I dont need the Email Address, i need the corresponding URL of the ADRNR ( Address number)

Former Member
0 Kudos

Thanks ...your answer was only partly right but it gave me the right approach...My Question is answered ...thank you