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: 

Small query on plant address

Former Member
0 Kudos

Hi,

I am using Bapi to create a reuistion followed by me59 to convert into PO.

I haven't passed the delivery address to Bapi but still a address in my PO.

I think its taking the plant address.

then i have passed the delivery address to Bapi reading the delvery address from ADRC table.

I just want to know where the plant address come from i.e any table that holds or where does it takes from because there is slight difference in the address and now i decided the delivery address to plant address.

I have correst address in ADRC table but the plant address needs to modified a little bit.

If you could tell me where does the Bapi reads the plant address ,i think that would solve my problem.

Thanks in advance

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos

Hi Suchitra,

You can directly get the address number of the plant from T001w table.

select adrnr

from t001w

into v_adrnr

where werks = p_werks.

Regards,

ravi

0 Kudos

Hi ,

where does TOO1W table gets updated.I need to change that address little bit.

I need the transaction where i would be able to change the address so that it would return the changes in T001W TABLE

Thanks in advance.

0 Kudos

Change plant addr in plant config:

SPRO -> Enterprise structure ->Definition->Logistics -general -> define copy delete plant.

Select plant and click on address button.

Regards

Sridhar

0 Kudos

Transaction WB02, enter plant, click on plant general, click on adress tab and change it.