Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Searching Custom Developments

Former Member
0 Likes
521

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.

2 REPLIES 2
Read only

former_member215575
Active Participant
0 Likes
475

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.

Read only

sagar_pawar14
Explorer
0 Likes
475

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.