2007 Jan 30 12:30 PM
Hi,
Two tables related to FI(BSEG, BKPF) have been archived, so currently there is no data in the database table . Now I have to reload the archived data again into the database tables for further processing.
Can you please advise, if this is a correct method?
If yes ? How do we do it ?
The SAP version used is 30F.
Thanks in advance.
BR// SSRmary
Hi,
Two tables related to FI(BSEG, BKPF) have been archived, so currently there is no data in the database table . Now I have to reload the archived data again into the database tables for further processing.
Can you please advise, if this is a correct method?
If yes ? How do we do it ?
The SAP version used is 30F.
Thanks in advance.
BR// SSRmary
2007 Jan 30 12:35 PM
u need to fetch data from archive tables and then pass on to these tables....the relevant archive tables might be...
VF07
VF27
FTR_ARCH_W
FTWB
CCAR
BPAR_ARCHW
BUPA_ARCH
2007 Jan 30 12:42 PM
check this link....
he is given in full detail with respective to BSEG AND BKPF
http://www.sappressbooks.com/downloads/h956_preview.pdf
regds,
kiran
2007 Jan 30 12:47 PM
Hi Srmary,
For fetching archieved data you need to use following function modules in same sequence:
1) AS_API_READ
2) ARCHIVE_READ_OBJECT
3) ARCHIVE_GET_NEXT_RECORD
4) ARCHIVE_CLOSE_FILE
You can insert data in database table once you fetch the successfully by a simple program.
Reward points if helpful answer.
Ashven
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |