‎2007 Jun 20 3:07 AM
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
‎2007 Jun 20 5:36 AM
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
‎2007 Jun 20 3:11 AM
check with T001W adrnr and do compare with adrc adrnr ,you will get plant address
‎2007 Jun 20 5:32 AM
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
‎2007 Jun 20 5:36 AM
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
‎2007 Jun 20 6:41 AM
Hi,
Plant address is maintained in table t001w.
Please check it out.
Thanks,
Sapna
‎2007 Jun 20 6:52 AM
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
‎2007 Jun 20 2:12 PM