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: 

Bapi to get address(adrc) details in sap using Remote call from ECC system to SRM

dhinesh_thirugnanam
Active Participant
0 Kudos
2,234

Hi All,

I need a Bapi where i have to populate address details from ADRC table into SRM system from ECC.

I was able to remotely call Company code details using Destination.Based on screenshot below.

But for fetching the ADRC details,I need the respective Bapi where destination parameter can be included.Please suggest.

I tried with a function Module-ADDR_GET but it does not allow Remote function call.

1 ACCEPTED SOLUTION

dhinesh_thirugnanam
Active Participant
0 Kudos
614

Hi All,

Thanks for all your inputs.

I have resolved by another way,created a BAPI in ECC and thro RFC obtained the values in SRM.

Thanks.

D

5 REPLIES 5

FredericGirod
Active Contributor
0 Kudos
614

Hi,

you have a SAP system / a SRM system, you would like to maintain address data between system. Why didn't you use IDoc ? with change pointer ?

regards

Fred

0 Kudos
614

Hi Fred,

I am not familiar with IDOC concept,that's why thinking of other ways to accomplish it.

Thanks.

D

0 Kudos
614

You must check this way, because it's maybe 30mn to manage it without any Abap code

try to search doc about : IDOC MASTER DATA   

trans: BD64 WE20 SM59 WE19    and SALE (containing most of the trans for ALE)

regards

Fred

Former Member
0 Kudos
614

hi,

you can use these Bapi's

BAPI_BUPA_ADDRESSES_GET,


BAPI_BUPA_ADDRESS_GETDETAIL.



dhinesh_thirugnanam
Active Participant
0 Kudos
615

Hi All,

Thanks for all your inputs.

I have resolved by another way,created a BAPI in ECC and thro RFC obtained the values in SRM.

Thanks.

D