cancel
Showing results for 
Search instead for 
Did you mean: 

Can you replicate MEAN delivery addresses from ECC to SRM

Former Member
0 Kudos

We maintain delivery addresses in ECC via transaction MEAN. Is there any way of replicating these delivery addresses to SRM, rather than having to manually create them in SRM? We are on SRM 5.0

Thanks

Neil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

There is no standard SRM report or SRM transaction to do it.

You have to develop your own specific report or transaction or ecatt process to upload and create delivery address entries in SRM.

You must develop your own report to create addresses from a flat file. You will create addresses in table ADRC, and must link them to a Business partner (take the company code, like in web interface).

Then later on, you can assign those address numbers in PPOMA_BBP attributes, or let the user search those addresses (if they are assigned to user's company).

For this, use the Function Modules BAPI_BUPA_ADDRESS_ADD

BAPI_BUPA_ADDRESS_CHANGE

BAPI_BUPA_ADDRESS_DELETE

Useful related pointers ->

SAP note 935943

Hope this will help. Do let me know.

Regards

- Atul