Can we access the static attribute of a class without object instance in debugger? Since in theory the static attribute belongs to class instead of any dedicated object instance, so question comes: is there approach to monitor the static attribute value in ABAP debugger directly from class instead?
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...
SAP Managed Tags: ABAP Development Hi Chaudhury, Interface are like methods, for example scn is an interface where we post our doubts and we get back our result. So when to create static methods if you feel like the methods can be called even when object is not created then go for it...
If the next screen specified is zero (or no value at all), and you do not override it dynamically, the current screen is thelast in the screen sequence. After the screen has been processed, control returns to the point from which the screen sequence was called. If the screen sequence wa...
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
SAP Managed Tags: ABAP Development I think the discussion is rather academic. In ABAP public classes the default for all methods is instance and private. For whatever reason, I created a report once that uses just one class with static-only methods. I do not care about memory, we have ...