cancel
Showing results for 
Search instead for 
Did you mean: 

Communication Data without Address

Former Member
0 Kudos

Hi

I am trying to find the corresponding BP number for the Address number in table 'ADRC', the Address Group is 'CAM1' and this is not stored in table 'but021_fs' .

When BP data is changed it is stored in the change document tables 'CDHDR' & 'CDPOS' and the OBJECTID value is 'CAM1' concatenated with the Address number, but how does one find the corresponding BP number / Address number for this Address number?

Are there any function modules you can just pass only the Address number? I have tried FMs like 'ADDR_COMM_GET' and they don't work.

Thank you.

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member589414
Discoverer
0 Kudos

Hi,

Did you get the solution for this?

Regards,

Kishore

Former Member
0 Kudos

Hi

Yes the FM works but their are no entries for the Address number. This does not work like the usual BP number and Address number together. Thanks.

Regards

0 Kudos

Hi,

I have looked into your reply. I believe that the address number as well as personal number are both optional importing parameters.

So if you provide the address number you will be able to get the Partner number from BUT020 table.

I hope this helps.

Regards,

Venkat

Former Member
0 Kudos

Hi

THank you for your reply butI'm afriad that doesn't work, there are entries for that address number but the pers number is blank. But the data must still relate to a BP as it is telephone related data.

Regards

0 Kudos

Hi,

I have looked into your query. If my understanding is right, you need to get the Partner number based on the address number (Business Address Services).

There are two ways of achieving this:

************************************************************************************************************************

1. In the table BUT020, you can get the partner number, if you key in the address number.

************************************************************************************************************************

2. If you want to get the partner number via FM, you can make use of FM BUP_PARTNER_GET_BY_ADDRESS to get the partner number.

Here input the address number and get back the partner number.

************************************************************************************************************************

I hope the above information helps you.

Regards,

Venkat