cancel
Showing results for 
Search instead for 
Did you mean: 

Plant address not fully replicated in SRM

Former Member
0 Kudos

Hi Gurus,

                   i have a long plant address and i have used the  additional street3 and street 4 fields to manage it.but when i replicate the address in SRM and look in the ADRC table i do't see the whole address. i want that address to be printed on my purchase order. can someone help me with that ?

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Iqbal,

If the address is just for the sake of printing on a PO and as you say the complete field data is not present in SRM system, I would recommend to read backend Plant address data by using the following FM:

META_READ_TABLE (refer to the following link for more info)

Reading database tables via RFC directly from the backend system - Supplier Relationship Management ...

Steps:

- Determine the ADRNR for the plant in the PO by passing the Plant# (Table: T001W)

- Pass the ADRNR determined to the backend address table and get the street3 & street4.

Revert if you have any questions.

Br,

Raghu.

0 Kudos

Hello IQBAL,

By standard, only certain fields are replicated for locations from SAP ECC to SAP SRM.

You can view these fields in SRM in transaction BBPMAININT -> Location

You'll need the plant business partner ID.

Should you want to add the street3 and street4 fields, the easiest way would be to:

1. SRM: replicate locations: program BBP_LOCATIONS_GET_ALL or BBP_LOCATIONS_GET_SELECTED

2. SRM: Get the plant business partner ID

3. SRM: Go to transaction BP, and type in the plant business partner, click "start" button, and select the plant from the results list

4. On the next page, click on change button and go to the "standard address -> Street Address" section.

5. Click on the "more fields" button. This will display the rest of the fields you need.

Please note that with this solution, any changes to already replicated locations will need to be done directly in SRM.

Hope this information was helpful