2023 Nov 08 10:59 AM
Hi there,
these are the inactive objects in my system and I want to delete/activate them. I have tried to delete through many ways, SE38, SE80 etc., for every Tcode it is giving some error. Majorly, the interesting thing here is when I try to find them from the respective Tcodes, it is giving error as 'Object not found'. How do I find them and delete/activate them, your help will be appreciated.
2023 Nov 08 12:53 PM
Look for the objects to see if they are on unreleased transports, using SE03. If they are, you can delete them manually from the transports then you won't see them any more.
2023 Nov 08 11:29 AM
The 'LIMU' are sub-objects (dynpro, methods, etc.) of a main object (class, function group, program, etc.)
Some object are not in the Abap Workbench, and you will be required to use their own tool.
2023 Nov 08 12:43 PM
Hi Raymond,
I executed that function module for the first inactive object.
It returned the above parameters,
but when I checked that function group "YASHU" through SE37, it shows that 'Function Group YASHU does not exist'. How do I find and delete it. ? Please help !
2023 Nov 08 12:50 PM
Update : I listed out the inactive objects in the system, under FUNCTION GROUPS, i can see the group with the name "YASHU". I tried to delete it from here as well, but after clicking delete, it still says "Function group YASHU does not exist".
attaching the screenshot for your reference
2023 Nov 08 12:58 PM
2023 Nov 08 12:21 PM
Try below options
1. Use 'Inactive Objects' option in SE80 (Repository browser) to list down all inactive objects of the user.
2. If you don't want them, check if it is exists in table DWACTIV and delete it.
2023 Nov 08 12:51 PM
Hi Thilakan,
Table "DWACTIV" does not exist
this is the error message I am getting from SE11
2023 Nov 08 12:52 PM
"Some error" is not an error message I recongise. What are the exact errors (other than "Object not found").
2023 Nov 08 12:53 PM
Look for the objects to see if they are on unreleased transports, using SE03. If they are, you can delete them manually from the transports then you won't see them any more.
2023 Nov 08 12:55 PM
The correct table name is DWINACTIV.
Try to activate it in SE80 and then delete.