Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCI Check Warning: Low Performance Operations on Internal Tables #1013

Open
gregorwolf opened this issue Apr 1, 2022 · 0 comments · May be fixed by #1039
Open

SCI Check Warning: Low Performance Operations on Internal Tables #1013

gregorwolf opened this issue Apr 1, 2022 · 0 comments · May be fixed by #1039

Comments

@gregorwolf
Copy link
Collaborator

Like the issue #1011 therea are this SCI Check Warnings for Low Performance Operations on Internal Tables:

-----------------------------------------------------------------------------------------------------------------
|Tests                                                                                    |Errors|Warnings |Info|
-----------------------------------------------------------------------------------------------------------------
|List of Checks                                                                           |      |       15|    |
|                                                                                         |      |         |    |
|..Performance Checks                                                                     |      |       15|    |
|....Low Performance Operations on Internal Tables                                        |      |       15|    |
|......Warnings                                                                           |      |       15|    |
|........Message Code MESSAGEGM1                                                          |      |       11|    |
|........==> Possible sequential read on a sorted table                                   |      |         |    |
|..........Class ZCL_EXCEL_FILL_TEMPLATE Method FILL_RANGE Row 59 Column 50               |      |        1|    |
|..........Possible sequential read on a sorted table                                     |      |         |    |
|..........Class ZCL_EXCEL_FILL_TEMPLATE Method FILL_RANGE Row 83 Column 50               |      |        1|    |
|..........Possible sequential read on a sorted table                                     |      |         |    |
|..........Class ZCL_EXCEL_FILL_TEMPLATE Method FILL_RANGE Row 138 Column 50              |      |        1|    |
|..........Possible sequential read on a sorted table                                     |      |         |    |
|..........Class ZCL_EXCEL_READER_2007 Method FILL_ROW_OUTLINES Row 48 Column 50          |      |        1|    |
|..........Possible sequential read on a sorted table                                     |      |         |    |
|..........Class ZCL_EXCEL_ROW Method GET_COLLAPSED Row 22 Column 6                       |      |        1|    |
|..........Possible sequential read on a sorted table                                     |      |         |    |
|..........Class ZCL_EXCEL_ROW Method GET_OUTLINE_LEVEL Row 15 Column 55                  |      |        1|    |
|..........Possible sequential read on a sorted table                                     |      |         |    |
|..........Class ZCL_EXCEL_ROW Method GET_VISIBLE Row 11 Column 55                        |      |        1|    |
|..........Possible sequential read on a sorted table                                     |      |         |    |
|..........Class ZCL_EXCEL_WORKSHEET Method DELETE_MERGE Row 15 Column 6                  |      |        1|    |
|..........Possible sequential read on a sorted table                                     |      |         |    |
|..........Class ZCL_EXCEL_WORKSHEET Method SET_MERGE Row 46 Column 55                    |      |        1|    |
|..........Possible sequential read on a sorted table                                     |      |         |    |
|..........Class ZCL_EXCEL_WRITER_2007 Method CREATE_XL_SHEET_SHEET_DATA Row 261 Column 54|      |        1|    |
|..........Possible sequential read on a sorted table                                     |      |         |    |
|..........Class ZCL_EXCEL_WRITER_2007 Method CREATE_XL_SHEET_SHEET_DATA Row 372 Column 39|      |        1|    |
|..........Possible sequential read on a sorted table                                     |      |         |    |
|........Message Code MESSAGEGM2                                                          |      |        4|    |
|........==> Possible sequential read on a hashed table                                   |      |         |    |
|..........Class ZCL_EXCEL Method ADD_STATIC_STYLES Row 7 Column 51                       |      |        1|    |
|..........Possible sequential read on a hashed table                                     |      |         |    |
|..........Class ZCL_EXCEL_AUTOFILTER Method GET_VALUES Row 8 Column 49                   |      |        1|    |
|..........Possible sequential read on a hashed table                                     |      |         |    |
|..........Class ZCL_EXCEL_READER_2007 Method RESOLVE_REFERENCED_FORMULAE Row 27 Column 52|      |        1|    |
|..........Possible sequential read on a hashed table                                     |      |         |    |
|..........Class ZCL_EXCEL_READER_2007 Method RESOLVE_REFERENCED_FORMULAE Row 63 Column 52|      |        1|    |
|..........Possible sequential read on a hashed table                                     |      |         |    |
-----------------------------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant