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

Former Member
0 Likes
6,744

hi friends

is there a way to get PLANT address by giving plant value as input?. i'm looking for some FM or tables

I will reward points to any useful answer.

thanks

-Nash

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,229

Hi,

use FM PIA_CSO_PLANT_ADDRESS_READ and plant number to it.

or use table T001W and it will give the address for you

Regards

Shiva

6 REPLIES 6
Read only

Former Member
0 Likes
4,229

check with T001W adrnr and do compare with adrc adrnr ,you will get plant address

Read only

Former Member
0 Likes
4,229

Hi

Take the Plant address details from T001W table by passing the PLANt (werks) field

or if you have the ADRNR (plant address number) pass it to ADRC table and take the address details

check the fun module

BBP_PLANTS_GET for getting the address

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
4,230

Hi,

use FM PIA_CSO_PLANT_ADDRESS_READ and plant number to it.

or use table T001W and it will give the address for you

Regards

Shiva

Read only

Former Member
0 Likes
4,229

Hi,

Plant address is maintained in table t001w.

Please check it out.

Thanks,

Sapna

Read only

Former Member
4,229

HI,

PIA_CSO_PLANT_ADDRESS_READ by passing werks from vbrp

Use the Table T001w and get the Addressnumber(ADRNR) using PLANT

and then go TO ADRC table and get the address.

Regards

Read only

Former Member
0 Likes
4,229

thanks friends. points awarded