Application Development and Automation 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: 
Read only

How to update address

Former Member
0 Kudos
556

Hi All

I need to update a standard table with data . one of the field in that is Address number.

I don't know how to generate a address number. I have the address data.

Is there a function module to create a address number in SAP .

Basically I need to link this address to one of the master data that I am creating.

Kindly let me know how to do this.

awaiting for your reply.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
246

Hi,

Please try with the following BAPIs:

BAPI_ADDRESSEMPCH_CREATE

SD_PARTNER_BAPI_ADDRESS_CREATE

SDCAS_ADDRESS_LIST_CREATE_INIT

Reward if helpful.

2 REPLIES 2
Read only

Former Member
0 Kudos
247

Hi,

Please try with the following BAPIs:

BAPI_ADDRESSEMPCH_CREATE

SD_PARTNER_BAPI_ADDRESS_CREATE

SDCAS_ADDRESS_LIST_CREATE_INIT

Reward if helpful.

Read only

Former Member
0 Kudos
246

You can find FM n BAPI in SE37 Transaction

Some are

UPDATE_BANK_ADDRESS

BPAR_I_ADDRESS_MOD

UPG_UPDATE_ADD_ON

AD11_AD01DLI_UPDATE

AD11_DLI_DATA_UPDATE

ADDRESS_UPDATE

ADDRESS_UPDATE_DIALO

ADDRESS_UPDATE_FROM_

ADDRESS_UPDATE_OLD

ADDRESS_UPDATE_TASK

Just check which one satisfy your need

Reward poins if helpful

Regards

Bikas