2006 Aug 30 8:16 AM
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.
2006 Aug 30 9:00 AM
try out with ADDRESS_MAINTAIN_NEW or ADDR_INSERT.
Regards
srikanth
Message was edited by: Srikanth Kidambi
try out with ADDRESS_MAINTAIN_NEW or ADDR_INSERT.
Regards
srikanth
Message was edited by: Srikanth Kidambi
2006 Aug 30 9:00 AM
try out with ADDRESS_MAINTAIN_NEW or ADDR_INSERT.
Regards
srikanth
Message was edited by: Srikanth Kidambi
2006 Aug 30 9:11 AM
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!
2006 Aug 30 9:26 AM
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
2006 Aug 30 9:31 AM
Hi Dyan,
Check FM
ADDR_COPY_COMPLETE
ADDR_COPY_COMPLETE_2_TO_1
ADDR_COPY_COMPLETE_3_TO_1
Hope this helps
Thanks
Lakshman
2006 Aug 30 9:54 AM
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.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |