2015 May 13 11:39 AM
Hi Abap Gurus,
My Requirement is, I have to work on multiple Script forms Existing in one server,
I Need to Search Custom Development Objects in the that Script forms eg(Standard texts, Custom Tables, Custom Domains, Data elements and so on.....).
Is there any way to find out/ scan kind of tool.
Note : It is time consuming by searching each and every line for all the windows in all the forms.
Thank you in advance.
2015 May 14 7:13 AM
Find transports for the scripts in transaction SE03 (R3TR FORM <form name>)and pass all the transports available to E071 table to get all the custom developed objects used.
2015 May 14 9:17 AM
Use T-Code CODE_SCANNER. Give your custom package name and in search term give the initials of your custom developments to be searched (initials of table, data element, fields like ZDEV etc).
Please note giving * in search term wont work here.