SAP ABAP Class CL_ABAP_ITAB_UTILITIES (Service Methods for Internal Tables)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_CORE (Package) Kernel-Level Objects
⤷
⤷
Properties
| Class | CL_ABAP_ITAB_UTILITIES | |
| Short Description | Service Methods for Internal Tables | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABP_CORE | Kernel-Level Objects |
| Created | 20060119 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ABAP_ITAB_UTILITIES has no interface implemented.
Friends
Class CL_ABAP_ITAB_UTILITIES has no friend class.
Attributes
Class CL_ABAP_ITAB_UTILITIES has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Update a Specific Secondary Key | 20060119 | |
| 2 | Static method | Public | Method | Update All Secondary Keys of a Table | 20060119 | |
| 3 | Static method | Public | Method | Does COLLECT hash management exist? | 20120209 | |
| 4 | Static method | Public | Method | Health Checks for Index Data Structures | 20120806 | |
| 5 | Static method | Public | Method | READ .. BINARY SEARCH, switch runtime checks on/off | 20121115 |
Events
Class CL_ABAP_ITAB_UTILITIES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CHECK_NR | Public | Type reference (TYPE) | I | Number of check to be performed | 20120806 | |
| 2 | T_CHECK_NR_TAB | Public | See coding | Table of Check Numbers | 20120806 | t_check_nr_tab type standard table of t_check_nr with default key
|
|
| 3 | T_UNAME | Public | Type reference (TYPE) | SYUNAME | User Name | 20120806 | |
| 4 | T_UNAME_TAB | Public | See coding | User names table | 20120806 | t_uname_tab type standard table of t_uname with default key
|
Method Signatures
Method FLUSH_ITAB_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITAB | Call by reference | Type reference (TYPE) | ANY TABLE | Tabelle mit den Sekundärschlüsseln | 20060119 | |||
| 2 | KEYNAME | Call by reference | Type reference (TYPE) | ABAP_COMPNAME | Name des Schlüssels | 20060119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter with Invalid Range | 20121114 |
Method FLUSH_ITAB_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITAB | Call by reference | Type reference (TYPE) | ANY TABLE | Tabelle mit den Sekundärschlüsseln | 20060119 |
Method FLUSH_ITAB_KEYS on class CL_ABAP_ITAB_UTILITIES has no exception.
Method HAS_COLLECT_HASH_ADMIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ITAB | Call by reference | Type reference (TYPE) | STANDARD TABLE | (Standard) table to be checked | 20120209 | |||
| 2 | R_RC | Value transfer | Type reference (TYPE) | ABAP_BOOL | Return Code | 20120209 |
Method HAS_COLLECT_HASH_ADMIN on class CL_ABAP_ITAB_UTILITIES has no exception.
Method INDEX_HEALTH_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK_NR | Call by reference | Type reference (TYPE) | T_CHECK_NR | 0 | Einzelne Check-Nummer | 20120806 | ||
| 2 | I_CHECK_NR_TAB | Call by reference | Type reference (TYPE) | T_CHECK_NR_TAB | Tabelle von Check-Nummern | 20120806 | |||
| 3 | I_ITAB1 | Call by reference | Type reference (TYPE) | ANY TABLE | Zu prüfende Tabelle | 20120806 | |||
| 4 | I_ITAB2 | Call by reference | Type reference (TYPE) | ANY TABLE | Weitere zu prüfende Tabelle (optional) | 20120806 | |||
| 5 | I_ITAB3 | Call by reference | Type reference (TYPE) | ANY TABLE | Weitere zu prüfende Tabelle (optional) | 20120806 | |||
| 6 | I_USER | Call by reference | Type reference (TYPE) | T_UNAME | SY-UNAME | Einzelner Benutzername | 20120806 | ||
| 7 | I_USER_TAB | Call by reference | Type reference (TYPE) | T_UNAME_TAB | Tabelle von Benutzernamen | 20120806 | |||
| 8 | R_SUBRC | Value transfer | Type reference (TYPE) | INT4 | Return Code | 20120806 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Superclass for Parameter Error | 20121114 |
Method READ_BINARY_SEARCH_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STATE | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_ON | Schalterzustand: ein/aus | 20121115 |
Method READ_BINARY_SEARCH_CHECK on class CL_ABAP_ITAB_UTILITIES has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |