Hello Vinodh.
To my knowledge, no table directly saves the deleted operation details.
To fetch deleted operations of a production order:
* Fetch OBJNR from AFVC using AUFPL and VORNR (Use AFKO table to fetch AUFPL).
* Pass OBJNR and STAT = 'I0013' to table JEST and fetch INACT.
* If INACT = ' ', the operation is deleted.
Regards.