2007 Jul 26 8:20 AM
Hello,
We are using an include (CRM_DIRECT) which has about 45 other includes (sub includes), the includes containts constants. We are wondering if it is better to include a sub include, when using a constant from only that sub include, then using the global include? Does this make a difference in performance or optimizes SAP this when compiling?
With regards,
Frank Roels
Hi,
if you are using a "big include" then it will be declaring lots of tables,structures,types etc...which needs memory allocation.Directly including a parent may reduce work but again memory wastage will cost you performance in overall running time....
Regards
Byju
2007 Jul 26 10:25 AM
It doesn't affect the performance of the program but of course you are "wasting" memory which can affect the overall performance.
Regards
Frank
2007 Jul 26 10:49 AM
Hi,
if you are using a "big include" then it will be declaring lots of tables,structures,types etc...which needs memory allocation.Directly including a parent may reduce work but again memory wastage will cost you performance in overall running time....
Regards
Byju
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |