2007 Aug 14 9:16 AM
Hello! I'm not sure if this question should be under ABAP, but maybe someone has worked on something like this:
My requirement is a simple report. The twist is that the data I need to output are the deleted/archived delivery documents (from table LIKP/LIPS). What is the flag or marker or field that indicates that the delivery document is archived or marked for deletion?
Points for any helpful answers!
Thanks in advance.
Hello! I'm not sure if this question should be under ABAP, but maybe someone has worked on something like this:
My requirement is a simple report. The twist is that the data I need to output are the deleted/archived delivery documents (from table LIKP/LIPS). What is the flag or marker or field that indicates that the delivery document is archived or marked for deletion?
Points for any helpful answers!
Thanks in advance.
2007 Aug 14 9:28 AM
Look for value X in the field SPE_LOEKZ. This means that the document is flagged for deletion.
Hope this helps.
Sudha
2007 Aug 14 10:26 AM
Hi Sudha,
Thanks, however if the document is already deleted or archived, will it still be in the LIKP/LIPS? If not, where can I possibly find it, as well as its document flow?
Thanks in advance.
2007 Aug 15 4:26 PM
No, if the document has been archived and deleted, it will not be available in the tables anymore. You will have to read the archive files to retrieve the data.
One way of generating a report from archived data, is by using the transaction SARI. You can also write a custom program to do the same.
Hope this helps.
Sudha
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |