Which SAP table of field “EXTENSION1″ of vendor master data?
Filed under: SAP - Logistics Materials Management (MM), SAP Tips
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.
Viewed 1364 times by 430 viewers
How to increase ABAP Performance and Tuning in SAP
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


