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

regarding SADR

Former Member
0 Likes
1,127

Dear experts.

We are moving from 46C to ERP2005.

please suggest us if we replace table SADR with ADRC do we need to execute any conversion program to move the contents from SADR to ADRC(same as like TVARV TO TVARC).

Could you please confirm.

Thanks.

Ambichan.

Dear experts.

We are moving from 46C to ERP2005.

please suggest us if we replace table SADR with ADRC do we need to execute any conversion program to move the contents from SADR to ADRC(same as like TVARV TO TVARC).

Could you please confirm.

Thanks.

Ambichan.

8 REPLIES 8
Read only

dani_mn
Active Contributor
0 Likes
1,083

If there will problems then you can adjust it using.

SPDD

Regards,

Wasim Ahmed

Read only

Former Member
0 Likes
1,083

Can somebody reply on this question.

I really need some more answers..

waiting.

Thanks.

Ambichan

Read only

Former Member
0 Likes
1,083

Hi Ambi,

  • SELECT * FROM SADR

  • WHERE ADRNR = TVBUR-ADRNR.

  • EXIT.

  • ENDSELECT.

CLEAR : SADR, WK_ADDR_SEL.

WK_ADDR_SEL-ADDRNUMBER = TVBUR-ADRNR.

<b>Replacement</b>

CALL FUNCTION <b>'ADDR_GET'</b>

EXPORTING

ADDRESS_SELECTION = WK_ADDR_SEL

IMPORTING

SADR = SADR

EXCEPTIONS

PARAMETER_ERROR = 1

ADDRESS_NOT_EXIST = 2

VERSION_NOT_EXIST = 3

INTERNAL_ERROR = 4

OTHERS = 5.

Regards,

Santosh

Read only

Former Member
0 Likes
1,083

hai santhosh kumar,

Thanks for your kind reply.

Actually i know how to replace the table SADR with ADRC inside the program using Functional module which you gave.But all i want to know is, Apart from coding, do we need to execute any conversion program to transfer

the old SADR TABLE contents to ADRC table contents.

Or automatically SADR contents will be updated in ADRC table at higher version.

Please confirm.

Thanks.

Ambichan

Read only

Former Member
0 Likes
1,083

Hai guys.

Could you please send me the conversion program name which transfers data from SADR table to ADRC table after upgrade.

ie. 46C to Enterprise.

I will surely reward points.

Thanks.

Ambichan

Read only

Former Member
0 Likes
1,083

Hope your problem would have resolved now.

Can you pls let me know the steps.

Thanks,

manish

Read only

Former Member
0 Likes
1,083

do we have any conversion program to transfer

the old SADR TABLE contents to ADRC table contents

Thanks

Manish.

Read only

0 Likes
1,083

hai manish,

Yes SAP has suggested to use some Standard program to transfer the contents.

which is also described in Some notes related to SADR/ADRC.

so if you could search in SMP you will get it.

sorry unfortunately i dont remember what note and report it is.

Thanks

ambichan