cancel
Showing results for 
Search instead for 
Did you mean: 

Mass creation of delivery address

former_member184214
Contributor
0 Kudos

Hello all,

instead to use web interface to create ship-to address is there any function or report to create it from file or user data?

TIA

Gordan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Gordan,

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 FM BAPI_BUPA_ADDRESS_ADD.

Regards

Christophe

yann_bouillut
Active Contributor
0 Kudos

Hi Gordan,

There is no standard report or 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.

Kind regards,

Yann