Friday, 6 November 2009

Internal Inspector

Recently, Jorge Rojas, (A big welcome ;) ) told me about a way to search through the internal components of an ABAP program. It takes a bit of searching, but once found, it is a very interesting too.

What happens when you want to know which DB tables are being used on a program? Or which Function Modules are being called?

I needed to do this because I wanted to make sure that the order in which to apply the transport of different objects to a QA system.

It is a very simple 3-step process:

1. You have to know the name of the program and put it in the Tx. SE38, but do not open it!


2. Right-click the field and select the Internal Program Environment Option (F9)


3. Select the options you want to search in the program.



Extra step. Enjoy!

No comments: