2016 Apr 27 3:01 PM
Hello ,,
I have a program its about 3000 lines, I have defined during working several variables, structures ,.. and so on.
Is there any easy way to delete these useless objects !?
2016 Apr 27 3:09 PM
You can do an extended program check to determine the unused definitons.
BR,
Gábor
2016 Apr 27 3:09 PM
You can do an extended program check to determine the unused definitons.
BR,
Gábor
2016 Apr 27 3:13 PM
hi,
Go to SE38
Go to Menubar ---> Program ---> Check -
> Extended Program Check / Code Inspector.
you can also use slin but i would recommend you to go through the following link which is the best way.
https://help.sap.com/saphelp_nw74/helpdata/en/4e/c844006e391014adc9fffe4e204223/content.htm
hope it helps
2016 Apr 27 3:43 PM
Maybe that's a chance for you to switch to ABAP in Eclipse. There you have a refactoring function, which deletes all unused variables.
If this is no option for you, you have to use the Extended Program Check as already mentioned by the other guys.