cancel
Showing results for 
Search instead for 
Did you mean: 

SADR table replacement : Any settings?

Former Member
0 Kudos

Hi,

Since table SADR table will no longer be maintained, i am in process of replacing the same with ADRC.

I need inputs on following points:

1) Impact of replacemnt of SADR by ADRC in different objects.

2) Methods to replace SADR by ADRC at paerticular scenarios. eg: in FM ADDR_GET is there any impact of replacement, as inside this FM there is a query (Select single * from SADR). how to take care of this?

3) Any other specific precautions aur settings to be made?

4) Any online link/help for all these inputs?

Points assured for help.

Regs,

Ags..

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Agasti,

ADRC belongs to central address management and for manipulation of the address data the following BAPI's should be used:

BAPI_BUPA_ADDRESSES_GET SAP BP, BAPI: Determine All Addresses

BAPI_BUPA_ADDRESS_ADD SAP BP, BAPI: Add Address

BAPI_BUPA_ADDRESS_CHANGE SAP BP, BAPI: Change Address

BAPI_BUPA_ADDRESS_GETDETAIL SAP BP, BAPI: Read Address

BAPI_BUPA_ADDRESS_GET_NUMBERS SAP BP, BAPI: Read Address Numbers

BAPI_BUPA_ADDRESS_REMOVE SAP BP, BAPI: Delete Address

BAPI_BUPR_CONTP_ADDRESSES_GET SAP BP, BAPI: Read Contact Person Relationship Addresses

BAPI_BUPR_CONTP_ADDR_ADD SAP BP, BAPI: Add Contact Person Relationship Address

BAPI_BUPR_CONTP_ADDR_CHANGE SAP BP, BAPI: Change Contact Person Relationship Address

BAPI_BUPR_CONTP_ADDR_GETDETAIL SAP BP, BAPI: Read Contact Person Relationship Addresses

BAPI_BUPR_CONTP_ADDR_REMOVE SAP BP, BAPI: Delete Contact Person Relationship Address

BAPI_BUPR_EMPLO_ADDRESSES_GET SAP BP, BAPI: Read Contact Person Relationship Addresses

BAPI_BUPR_EMPLO_ADDR_ADD SAP BP, BAPI: Add Employee Relationship Address

BAPI_BUPR_EMPLO_ADDR_CHANGE SAP BP, BAPI: Change Employee Relationship Address

BAPI_BUPR_EMPLO_ADDR_GETDETAIL SAP BP, BAPI: Read Employee Relationship Address

BAPI_BUPR_EMPLO_ADDR_REMOVE SAP BP, BAPI: Delete Employee Relationship Address

So probably you must replace entire (old) function modules with new BAPI-type ones.

In central address management is used, you do not need to worry about the standard SAP functions. They switch automatically (in fact other programs are used).

In case of customer build functions/programs, you need to replace the old function modules and probably some logic arround it.

Wish you much success.

Regards,

Rob.