Skip to Content
0
Former Member
Mar 25, 2009 at 04:37 AM

Create List of Empty Subroutines..

48 Views

Hi experts..

I need to create list of empty subroutines...

Suppose I have one Standard Program SAPMV45A .. It contains many Include Programs.. So I want list of all include programs which contains in this standard program, For that I am using GET_INCLUDE FM... I take the list of include program in one ITAB..

After that I want to Read all the Include Program and find out in which Include Program the FORM USEREXIT is present. I Want list of all FORM USEREXIT.. for that I am using READ REPORT Statement. And Place a CHECK if text CA 'FORM USEREXIT'. SO it will Give me List of all FORM USEREXIT..

But the Problem is that .. I want to check that if FORM USEREXIT contains any active coding except the some statements like TABLE Declaration .. FORM Statement, ENDFORM Statement . except this Statement if FORM USEREXIT contains any active coding. Then I have to pass some text to ITAB.

Please Help me..

Thanks in Advance,,