cancel
Showing results for 
Search instead for 
Did you mean: 

Table for plant address

Former Member
0 Kudos

Hi,

I am looking for the table from where we can get the address number of a location (plant). When we get the details of a shopping cart through FM> BBP_PD_SC_GETDETAIL, in the the table I_PARTNER, there is a field ADDR_NO. I could able to get this address number for the other partner functions 12, 20, 27 but not for 75. Can you please help me to find out the table in which the plant address is store?

Thanks,

Arun

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

crmd_partner will have partner function for location and it linked with GUID of sc. check in bbp_pd

you will understand under partner details.

Muthu

Former Member
0 Kudos

Hi All,

Thanks for your reply. Let me clarify question.

I am creating a BDC program to create shopping cart through FM: BBP_PD_SC_CREATE. For that, I need to pass the address number of plant (location) into the internal table when partner_fct = 0000075. We can get the business partner for the plant from table BBP_LOCMAP. But I need to get the address number of that plant or BP. Can you please tell me, from which table I can get the address number of a plant?

Thanks,

Arun

former_member183819
Active Contributor
0 Kudos

Did you try in BUT000 table

pass BP number in BUt00 table and you must get Plant address

Muthu

Former Member
0 Kudos

Hi Arun,

Just pass the PARTNER NO (from table BBP_LOCMAP for the Plant) to the table "BUT020".You will get the Address no in the field "ADDRNUMBER".

Hope this solves your issue.

BR,

Deepti.

Former Member
0 Kudos

Thank you Deepti. I got it from BUT020.

Answers (2)

Answers (2)

ravindra_mantri2
Active Participant
0 Kudos

Hi Arun,

BBP_LOCMAP holds the business partner to plant relationship.

BUT000 then holds the business partner details.

-rgds,

Ravi

Former Member
0 Kudos

Hi,

You can try ADRC table.

Regards,

Vikas

Former Member
0 Kudos

Hi,

In BBP, following tables are found ...

BBP_LOCATION_FAV

BBP_LOCMAP

BBP_LOCMAP_ADM

Hope this helps.

Regards,

Vikas