2015 Dec 12 4:23 AM
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.
2015 Dec 12 8:41 AM
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
2015 Dec 12 5:40 AM
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
2015 Dec 12 6:00 AM
Hi Fred,
I am not familiar with IDOC concept,that's why thinking of other ways to accomplish it.
Thanks.
D
2015 Dec 13 6:05 AM
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
2015 Dec 12 7:34 AM
hi,
you can use these Bapi's
BAPI_BUPA_ADDRESSES_GET,
BAPI_BUPA_ADDRESS_GETDETAIL.
2015 Dec 12 8:41 AM
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