Alex Thottunkel
- Total activity 2325
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1186
Articles
Recent activity by Alex Thottunkel Sort by recent activity-
The code contains too many hard coded absolute file system paths in include directives
Why you should care In order to ease change and to hide platform specific information from any potential misuse, it is highly recommended to use SAP ABAP logical paths instead of hard-coded paths....
-
The code contains too many "SELECT *" requests
Why you should care A query that retrieves all columns of a table with a SELECT * or SELECT SINGLE * can potentially be the source of important performance problems: Such performance problems may ...
-
The Web Dynpro code contains too many direct calls to routines using "me-->"
Why you should care Special rules apply for the implementation of Web Dynpro routines, such as "wd_Do_Init" methods. Some ABAP language statements cannot be used. Other routines cannot be called d...
-
A Program, User-Exit or Include contains too many Open SQL queries that access SAP standard tables in modification
Why you should care SAP standard tables are part of the SAP software and they must not be modified by custom components. These can be affected by the modification of the SAP system tables, in term...
-
The code contains too many SQL instructions with a missing where clause, or using "order by", or using "not" operator or "is null" check in a where clause
Why you should care For reliability and performance purposes, avoid using too many SQL instructions with a missing WHERE clause. Also, using "ORDER BY", "NOT LIKE" or "IS NULL" in a WHERE clause i...
-
Empty functions and methods should be avoided
Why you should care For maintainability aspect, it is not recommended to have empty functions, methods or classes, as it could decrease readability because readers need to guess whether it's inten...
-
The code contains too many unchecked returns of functions calls
Why you should care Missing return code checks after an Open SQL statement can result in unpredictable behavior and untraceable execution errors. This is why it is extremely important to report an...
-
Feature Focus: Data Retention Policy and Notifications
Some of our clients use CAST Highlight to analyze their applications and generate Software Intelligence insights on a weekly or daily basis. Over time, this generates a significant amount of data a...
-
Portfolio Advisor for Cloud, an automated and smart way to segment an application portfolio for Cloud migration
Imagine if you could click a button and instantly get all the necessary tasks to complete in the next 3 years to succeed in your career, your personal life or to win the lottery. Black magic? Yet, ...
-
Release Notes – CAST Highlight March 2021
We’re very proud to announce the next major release of CAST Highlight, the Software Intelligence solution for performing rapid application portfolio analysis. This version introduces new innovatio...