Showing posts with label Debugging. Show all posts
Showing posts with label Debugging. Show all posts

Tuesday, April 19, 2011

Getting down with ABAP memory analysis and management

Mostly, ABAP programmers doesn't care too much on the memory being consumed by the application or reports they are creating during runtime. Though, yes sometimes, memory consumption is not the main issue when comes to abap programming. But, for me, having an efficient memory allocation and management of your application is one way of showing how keen you are and not only that, it shows also how much you care to the overall performance of your SAP system where your apps resides. It starts from 1 to reach 1000 and so on. Meaning, if you don't know how to manage or to free-up even 1bit of your memory garbage, it will lead to be a problem/disaster later on. So why wait for your apps/system to crush when you can manage it right now? In this topic, I will show you the different tools available from SAP that could help us in managing memory issues and if how can we minimize and clean up some of those.

Tuesday, March 08, 2011

Finding SAP tables

There are some cases wherein you have difficulties in looking for a table where the field belongs that appears in any SAP screen. One way of finding it is through ST05.

Debugging a dialog in SAP

There are some ways in debugging SAP when a dialog pop-up appears. Usually "/h" doesn't have an effect in the case when you transact via a pop-up, dialog, etc.

Friday, March 04, 2011

Debugging - sapscript

I will show you how to debug a transaction to be able to trace if what sapscript is being used.