So if I use a static class/method in a subroutine, it will be loaded into memory and it will stay in the memory till I close the program. But if I use instance class/method, I can CREATE OBJECT lo_object TYPE REF TO zcl_class then use method lo_object->method(), then I can FR...
SAP Managed Tags: ABAP Development, ABAP Testing and Analysis ABAP static analysis tool SQF is a static code analysis tool developed in package SUPPORT_QUERY_FRAMEWORK in software component SAP_BASIS. It contains lots of handy tool or short cut to other system utility tools. The most attractive...
Static Next Screen In the Screen Painter tool, a screen attributeNext Screenis defined for every screen. This attribute gives the number of the screen that is to follow the current screen statically. However, the static attribute is always bypassed if you specify a next screendynamicallywhile the...
Installation Method Instructions Perform the installation using a "Installing Fortify Static Code Analyzer and Applications" on the standard install wizard next page Perform the installation silently "Installing Fortify Static Code Analyzer and Applications Silently (unattended) (Unattended)" on page 29 ...
Favorite Download PDF ShareWas this page helpful? YesNoCopyright Disclaimer Privacy Statement Legal Disclosure Trademark Terms of Use System Status Ask a question about the SAP Help Portal Find us on Share
Usually you will come across using static methods for achieving singleton concepts where in you want to create only single instance of the class throughout the session. thanks & regards, narayan Reply Former Member 2013 Mar 29 6:10 AM 0 Kudos 108 SAP Managed Tags: ABAP Development ...