SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

BADI - ADDRESS_UPDATE and BUPA_ADDR_UPDATE

dutiwari
Explorer
0 Kudos

Hi Everyone,

I am trying to update Phone Numbers (Table ADR2) in the background when user creates new address using FPP2/BUG2 transaction.

I am looking for an BADI where I can read the Address from Memory and after populating the Phone Numbers, update the Memory again, so that SAP can update the numbers from memory.

I was trying to implement BADI - ADDRESS_UPDATE and BUPA_ADDR_UPDATE. I am able to read data using FM ISU_PARTNER_MEMORY_GET / BUA_BUPA_MEMORY_ADDRESS_GET, but not able to modify memory using FM ISU_PARTNER_MEMORY_SET.

Can anybody tell me any FM/BAPUI which can update the memory back so that phone numbers get updated properly or is this the right place to modify the memory.

Thanks,

Durgesh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use this FM : BAPI_BUPA_ADDRESS_CHANGE,

BUPA_ADDRESS_CHANGE.

To modify the address.

Regards,

Shiv

View solution in original post

2 REPLIES 2

Former Member
0 Kudos

Use this FM : BAPI_BUPA_ADDRESS_CHANGE,

BUPA_ADDRESS_CHANGE.

To modify the address.

Regards,

Shiv

Former Member
0 Kudos

Hi ,

I think you need a BAPI rather than a BADI to update the Phone Number .

Please try this BAPI ,

BAPI_BUPA_ADDRESS_CHANGE

BAPI_BUPA_CENTRAL_CHANGE

BAPI_BUPR_CONTP_ADDR_CHANGE

BAPI_BUPR_EMPLO_ADDR_CHANGE

regards

Deepak.