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: 

plant address details

former_member198892
Participant
0 Kudos
5,113

Dear Guru,

I have to get all the plant address from t001w and adrc table. Iam getting all the address except...

<b>

mobile_number

fax_number

e-mail address</b>

Where i can get these address..plz suggest me.

Regards,

Thanuskodi T.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
781

Hi,

fax number is available in ADRC table.

for email and mobile , u need to fetch the contact person for the plant.

use his username and check in tables, USR21 to get personal number, using the personal number , u can select email mob from ADR6 table and mobile from ADR2 table

hope it makes clear

9 REPLIES 9

Former Member
0 Kudos
781

Hi,

Check the tables<b> ADRC</b>

Regards,

Maha

Former Member
0 Kudos
781

check table adr6

Former Member
0 Kudos
781

Hi,

chek ADRC table only in that we have field

Regards

kishore

Former Member
0 Kudos
781

Hi Thanuskodi,

In ADRC few similar fields are there for mobile number,fax and e-mail address,please try to use the below fields and check:

TEL_NUMBER

FAX_NUMBER

FLAGCOMM6

Please shout me for further issues.

And reward points if helpful.

Thank you.

Former Member
0 Kudos
782

Hi,

fax number is available in ADRC table.

for email and mobile , u need to fetch the contact person for the plant.

use his username and check in tables, USR21 to get personal number, using the personal number , u can select email mob from ADR6 table and mobile from ADR2 table

hope it makes clear

former_member624107
Contributor
0 Kudos
781

Hi..

Goto the table ADR6 and give the ADDRNUMBER (addrees number)

ther is a filed SMTP_ADDR which stores email address.

Fax number is der in ADRC table itself

Message was edited by:

Sheeba Bhaskaran

0 Kudos
781

Dear Friends,

I didn't get the mobile number from adrc or adr6 or t001w table, could u tell me the mobile no fields table name.

Former Member
0 Kudos
781

select TEL_NUMBER from ADR2

into l_mob

where ADDRNUMBER EQ '1234' and

R3_USER EQ 'X' " this flag indicates tele no is mobile no

0 Kudos
781

R3_user = 'X' is for deactivated phone number

For mobile number R3_user = '2' or '3'