Introduction:
Sometimes we get a requirement where we need to do some analysis based on the existing coding. Let’s say we want to replace a SELECT statement in a program with new SELECT or we want to find out the DATABASE Operations happening in a program like MODIFY, UPDATE etc.
In order to find the list of all these things, we can use a facility provided by SAP called “Internal Program Environment”.
Details:
We will take the simple example in order to understand the concept. Create a sample report ZTEST_RM as follows.
Now if we want to find out the details in program such as all subroutines, screens, messages, some external objects such as FM’s , Reports, Transaction codes, Some Database operations like SELECT,UPDATE,MODIFY, or some internal table operations like READ,MODIFY. The answer is “Internal Program Environment”.
Since in my report there are no subroutines available, it won’t give any result.
Let’s select the FM and DB operations and see the result.
Please note that this very simple example but in complex scenarios when we have such requirement this utility can be useful.
I look forward for your Suggestions/discussions.
Thanks for reading!
its always useful to know!!
Environment analysis can also be accessed from Repository İnformation System
you just choose the object and right click at Environment Analysis
🙂
Thanks Solen! 🙂
I had stumbled upon this by accidentally pressing F9 instead of F8 in first screen of SE38 transaction.
🙂
Good Information Rahul. Often we get such requirements from functional team 🙂 .
Thanks and Regards,
Sriranjani Chimakurthy.
Thanks Sriranjani!