2012 Dec 10 4:11 PM
Hello,
I wonder if there is a report to analyse the structure of a program?
The problem:
My company set my on a big chaotic hitorical grown program. Inludes inluding inludes, form routins are dubble in this nested chaos but do not have the same code/function.
What I'm looking for:
Is there a report that
Thanks,
Jan
2012 Dec 10 6:43 PM
Hi Jan,
There are two programs to scan ABAP program
Try exploring these , these might hel you or else take its help and go for custom development.
Regards,
Amit
2012 Dec 11 8:21 AM
Hello Amit,
your reports are searching for strings in reports. Maybe it could help me to develop my own scanner.
Thanks
Jan
2012 Dec 11 6:21 AM
Hi Jan,
go to SE38, enter the program name and press F9 or use Menu "Utilities/Internal Program Environment" and flag the objects you need.
Kind regards
Dirk
2012 Dec 11 8:14 AM
Hi Dirk,
your hint sounded so promising, it's almost what I'm looking for.
Unfortunately it can't list the include nesting.
Thanks anyway.
2012 Dec 11 8:22 AM
Hi Jan,
try the "Environment Analysis" in the Menu "Utilities" or Shift+F4. This list also the includes but I'm not sure that the nested include also listed.
Kind regards
Dirk
2012 Dec 11 7:11 AM
Hi Jan,
Use SE80 - Object Navigator, to display all the components used in your program.
Regards,
Pradeep.
2012 Dec 11 8:07 AM
se80 shows me only the structure one component, the current function or program. I can't see the nesting of includes. Please correct me if I'm wrong.
2012 Dec 11 4:23 PM
Hi there just want to know how I can check which data types were converted in my abap program?? I am a beginnere and a simple procedural program needs to be tested/analysez. thx