Which SAP table of field “EXTENSION1″ of vendor master data?

Use this SAP trick I learned from an ABAPer friend of mine. Has a little of trial and error in it but its really good.

Read more

Viewed 1364 times by 430 viewers

How to increase ABAP Performance and Tuning in SAP

June 22, 2009 by admin · Leave a Comment
Filed under: SAP - ABAP 

What tools can be used to help with performance tuning?
?

ST05 transaction is the SQL Trace transaction and can be used to measure the performance of the select statements of the SAP?program. SE30 transaction is the Runtime Analysis transaction and can be used to measure the application performance. It also gives some tips on how to improve the performance through efficient code.

One of the best tools for static performance analyzing is Code Inspector (SCI). There are many options for finding common mistakes and possible performance bottlenecks. – Added in SAP Wiki by Rich Heilman

Viewed 589 times by 203 viewers

SAP Solution Database