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

Archive ADRC table

Former Member
0 Likes
1,105

Dear Guys,

How to archive data from ADRC table (providing address number)? Is there such a standard possibility?

kind reg,

piotr

Dear Guys,

How to archive data from ADRC table (providing address number)? Is there such a standard possibility?

kind reg,

piotr

4 REPLIES 4
Read only

Former Member
0 Likes
861

Hi Piotr,

Can you tell me your Requirment in detail?

Read only

0 Likes
861

Hi,

I need to archive "one time customer" data. My client is creating about 3000 sales orders per day (each SO has different one time customer). As far as I know the data is in table ADRC (joined with SO number by table VBPA).

reg,

piotr

Read only

0 Likes
861

one more time

Read only

Former Member
0 Likes
861

select *

from adrc

into table <gt_tab>

where adrnr = lv_adrnr.