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: 

How to fetch address independent communication details of Business Partner

Former Member
0 Kudos

Hello

Need logic to fetch address independent communication details of Business Partner

I got the address number and data stored at ADR2 and ADRC , but could not find the link between Business partner and address number of add. independent comm. data. ( Entry is not available in tables BUT020, BUT021 and BUT021_FS )

abhijit

1 ACCEPTED SOLUTION

AmlanBanerjee
Active Contributor
0 Kudos

Hi Abhijit,

Have you tried the FM ISU_ADDRESS_PROVIDE?

This FM has address type as the importing parameter and you can pass any of the following Values-

A-Address (without relation to object)

B-Business partner address

C-Connection object address

D-Device location address

I-Installation address

P-Premise address

R-Cleaning Object

T-Contract account

Z-Point of delivery

I suppose you are looking for the address type "A".

Hope it helps..

Thanks,

Amlan

View solution in original post

3 REPLIES 3

AmlanBanerjee
Active Contributor
0 Kudos

Hi Abhijit,

Have you tried the FM ISU_ADDRESS_PROVIDE?

This FM has address type as the importing parameter and you can pass any of the following Values-

A-Address (without relation to object)

B-Business partner address

C-Connection object address

D-Device location address

I-Installation address

P-Premise address

R-Cleaning Object

T-Contract account

Z-Point of delivery

I suppose you are looking for the address type "A".

Hope it helps..

Thanks,

Amlan

0 Kudos

Thanks Amlan

Got the details

ceedee666
Active Contributor

Hi Abhijit,

if you are not working in an IS-U system you can also use the function module BAPI_BUPA_CENTRAL_GETDETAIL to read this information.

Christian