Application Development 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: 

Where is the changes log for International Address?

0 Kudos

Hi Guru's,

I am working on a program to detect changes on the International Address in Customer Master.

So far, I able to get some info from CDHDR table via object ADRESSE.

Question is in the Object Value: "BP  0000047164"?

I know 0000047164 number is from ADRC table but what about "BP  "?

Please help me to kill my headache on this, thank you.

1 ACCEPTED SOLUTION

0 Kudos

Hello Aish,

The BP there in the Object Value: "BP  0000047164" indicated the Address group of that address(ADDR_GROUP). The master data Business Partner, Customer master,vendor master etc share a common address group among them for all their addresses. This can be checked in the customizing table TSADRV( by entering the ADDR_GROUP as 'BP'). This will list all the applications using address management with address group as 'BP'.

In simple words the 'BP' in Object value indicated the address group.

Thanks & Regards,

        Karthik

2 REPLIES 2

Former Member
0 Kudos

Hi Aish,

As you are clear with some basics like 0000047164 number is from ADRC table for CDHDR.

For your understanding on 'BP' :

The table using field OBJECTCLAS. For Relationships, this has value BUPR_BUB.

For business partner central data, it has value BUPA_BUP, and for BP addresses details, it has value BUPA_ADR.

You can find some idea through report BUSCHDOC or module BUS_CHANGE_DOCUMENT.

Regards,

Atul Konde.

0 Kudos

Hello Aish,

The BP there in the Object Value: "BP  0000047164" indicated the Address group of that address(ADDR_GROUP). The master data Business Partner, Customer master,vendor master etc share a common address group among them for all their addresses. This can be checked in the customizing table TSADRV( by entering the ADDR_GROUP as 'BP'). This will list all the applications using address management with address group as 'BP'.

In simple words the 'BP' in Object value indicated the address group.

Thanks & Regards,

        Karthik