Email Alerts
-
Export internal table to Excel for analysis
So you are debugging your internal table in your program, but there are just too many table entries to find the problem. Tip
-
Loop and Select 5
Here are some performance rules for internal loop tables in pre-4.x versions. Tip
-
Checking Input values
Suppose we need to check the validity of parameter p_carrid, then usually we write a SELECT statement. Tip
-
Determining TVARV variables in batch jobs
Have you ever wondered where your TVARV variables are being used in your batch jobs? This tips tells you how to find out! Tip
-
Send output of ABAP query as attachment
Sometimes you may need to send the output of ABAP Queries as mail attachments. Tip
-
Another way to find the parameters used in a background job
Here's a shorter way to find the parameters used in a background job. Tip
-
Loop and Select 4
Performance improvement of a loop inside a loop, linear vs. exponential. Tip
-
Online ABAP help
There is an easier way to access ABAP help, and that is online. Tip
-
Looping through a structure
This tip is an efficient way to get the needed info by period from tables like COSB, COSS etc. Tip
-
Loop and Select 3
Additional remarks on the two preceding tips on performance improvement. Tip