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

Archived Delivery Documents (LIKP/LIPS)

Former Member
0 Likes
2,345

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.

3 REPLIES 3
Read only

Former Member
0 Likes
1,418

Look for value X in the field SPE_LOEKZ. This means that the document is flagged for deletion.

Hope this helps.

Sudha

Read only

0 Likes
1,418

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.

Read only

0 Likes
1,418

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