‎2013 Sep 06 11:04 AM
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.
‎2013 Sep 06 11:52 AM
Hi Naveen Kiran,
See this tables
RBKP,RSEG,and MSEG
Search in google, plenty of materials available for all your questions..
‎2013 Sep 23 10:46 AM
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).