How to exclude 'deletion flag' object

Question:
In ABAP, how do i include a code in a program that will give option to exclude a deleted object (RE in particular) from showing in a report. How do i find the table that contains the deleted objects or is there any specific command for excluding a deletion flag object.?
Answer:
Hi Umar!!
What objects are you talking about ?
Deletion indicators are always stored in database along with the objects.
For example,
For materials MARA-LVORM is the deletion indicator.
If X means that material is marked for deletion.
Regards,
Sudhir/Mohit
Answer:
The object is a building. A user accidentally create a test building on production server. It has defenitely been flagged for deletion but i found a table that contains the building and also a deletion flag field but it's not marked 'x'. No mark at all. I didnt found other tables that are related to that.
Answer:
Umar.
Kindly specify which table are you talking about which has the "building" but not the deletion mark.
Regards
Sudhir/Mohit
Answer:
The table name is VIOB03 (real estate building master data). It certainly don't have any mark on the field named 'delete flag'. But when i checked on the status of the building, it has status I0076-DLFL on.
I hope the images will help you to help me..
Answer:
table is JEST. Contains status for various objects. You need to find the key
using objnr. List of statuses is from table Tj02T
Answer:
I think i got it... yup.. it's JEST. thanks a lot

More Articles:

Could not generate table maintenance view for J_1IPART2?
dATE CONVERSION?
Report execution start time/end time remain same?
sapscript problem?
IDoC and ABAP?
table control?