Application Development and Automation 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: 
Read only

Address link

Former Member
0 Likes
1,134

Hi all,

I need your help experts!

Is there a function module or BAPI where I could transfer the details of an address to a newly created address?

in example, sd_address_get, retrieves details of a specific address..

Please help! Points will be rewarded.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,015

try out with ADDRESS_MAINTAIN_NEW or ADDR_INSERT.

Regards

srikanth

Message was edited by: Srikanth Kidambi

Hi all,

I need your help experts!

Is there a function module or BAPI where I could transfer the details of an address to a newly created address?

in example, sd_address_get, retrieves details of a specific address..

Please help! Points will be rewarded.

5 REPLIES 5
Read only

Former Member
0 Likes
1,016

try out with ADDRESS_MAINTAIN_NEW or ADDR_INSERT.

Regards

srikanth

Message was edited by: Srikanth Kidambi

Read only

Former Member
0 Likes
1,015

Hi,

I have tried the two FM. And it looks correct.

My problem is:

1.) address 1 = contains name1= dyan , etc. etc.

The details of these should be transfer to address 2 ( 9002662612 ). I'll be using this address number (9002662612) in my code to populate the data..

Thanks you so much!

Read only

0 Likes
1,015

first all address related values from the ADRC table for that ADDRNUMBER VALUE(ex:9002662612)

then populate ADDR_INSERT function module parameters one by one

first populate ADDRESS_DATA with your values

like

ADDRESS_DATA-DATE_FROM = adrc-date_from.

etc...

then call the function module.

Regards

srikanth

Read only

Lakshmant1
Active Contributor
0 Likes
1,015

Hi Dyan,

Check FM

ADDR_COPY_COMPLETE

ADDR_COPY_COMPLETE_2_TO_1

ADDR_COPY_COMPLETE_3_TO_1

Hope this helps

Thanks

Lakshman

Read only

Former Member
0 Likes
1,015

Hi,

I tried the 3 FM ADDR_COPY_COMPLETE,etc..is the export addr1-complete field with addrnumbr and addrhndle already has the details of the copied address?

and what import fields are required?

in tried to use this 9002662612 address but, no export address appeared.