on ‎2009 Sep 14 3:24 PM
Hi sap gurus, I'm using 0FI_AR_4 data source. I figure out some of data isn't collected by data extractor. eventhough bsid and bsad tables have these data, extractor can't collect them(I can't see rsa3 and psa). when I search these FI documents, I realize these documants are arciheved. why extractor can't collect these data even bsid and bsad tables have?
I searched forum. there is a suggestion about loading arcihved data to r3, then loading to bw. is it usable?
Request clarification before answering.
The standard content extractors do not extract items that have been flagged for archive (in your case BSID-XARCH or BSAD-XARCH with a value of 'X'). In order to be able to extract those rows of data, you have a couple of options:
1) Create a User Exit routine in CMOD for the 0FI_AR_4 DataSource to additionally extract data where BSID-XARCH = 'X' and BSAD-XARCH = 'X'.
2) Create a generic DataSource to extract only those records from BSID and BSAD where XARCH = X.
Archived documents should not change at all and therefore only require a single Full extraction, therefore Option 2 may be your best choice in this instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are defining a view you will have selection in view where you can restrict XARCH = 'X'.
Can you check and let us know whether your BSID and BSAD has any value with XARCH = 'X'.
Generally i have heard that when archeived they wont be available in database tables and you need to do some special mechanism to retreive the data from archeive. Just curious to know about it.
Hope this helps for you.
Thanks,
Arun
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.