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

reading archived data

Former Member
0 Likes
1,125

hello Team,

am technical guy & new to archiving. so appreciate you guidance.

scenario: want to read all the movement type which have taken place for given peroid of time.

description: need to fetch invoice number, delivery number and movement type for a given duration. but the problem few of these data have been archived. so please let me know

1. name of the tables need to be used to fetch invoice number, delivery number and movement type for a given duration

2. if the tables are archived then what will be the table name/how can i find out the archived table names.

3. how archived tables can be read in the abap program.

4. let me know if there are any thumb rule / guidelines for reading archived tables data.

5. Archiving is part of functional /technical work?

Thanks in advance for your feedback.

2 REPLIES 2
Read only

former_member209120
Active Contributor
0 Likes
802

Hi Naveen Kiran,

See this tables

RBKP,RSEG,and MSEG

Search in google, plenty of materials available for all your questions..

Read only

Former Member
0 Likes
802

1. name of the tables need to be used to fetch invoice number, delivery number and movement type for a given duration

--> invoice number (VBRK, VBRP), delivery number (LIKP, LIPS), Movement type (MKPF, MSEG).

2. if the tables are archived then what will be the table name/how can i find out the archived table names.

--> there will be only ZARIX* tables available which will have the key information of Archive data.

3. how archived tables can be read in the abap program.

--> Use Function module AS_API_READ

5. Archiving is part of functional /technical work?

--> Archiving is a part of Administration work (BASIS).