Application Development and Automation 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: 
Read only

plant address data

Former Member
0 Likes
1,005

in which table plant adress and its telephone numbers

in which table plant adress and its telephone numbers

5 REPLIES 5
Read only

Former Member
0 Likes
792

Hi,

Check t001w table

Regards,

Shafivullah

Read only

Former Member
0 Likes
792

hi get hti from value table and where used list

Read only

Former Member
0 Likes
792

hi

The table for Purchase Organisation to receieving plant is stored is T024W

Vendor is saved in LFA1.

Check SPRO

Enterprise Strucrure->Assignment->Materials Management

<b>Reward if useful</b>

Read only

0 Likes
792

select single * from adrc where

addrnumber in ( select adrnr from t001w where

werks = ekpo-werks ).

Phone no is also avaliable in ADRC table against the address no.

Read only

Former Member
0 Likes
792

thank you for guiding me .