SAP CL_ABAP_PRECOMP_HEADER_ADMIN OO Class - Administration of Precompiled Header
CL_ABAP_PRECOMP_HEADER_ADMIN is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ABAP_PRECOMP_HEADER_ADMIN including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_ABAP_PRECOMP_HEADER_ADMIN SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CLASS_CONSTRUCTOR | Class Constructor | Public |
| CALL METHOD cl_abap_precomp_header_admin=>CLASS_CONSTRUCTOR...more details | ||
| CLEANUP | Delete DB entries for all precompiled headers | Public |
| CALL METHOD cl_abap_precomp_header_admin=>CLEANUP...more details | ||
| CMP_SYNTAXCHECK | SYNTAX-CHECK Comparison | Public |
| CALL METHOD cl_abap_precomp_header_admin=>CMP_SYNTAXCHECK...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_abap_precomp_header_admin=>CONSTRUCTOR...more details | ||
| CREATE | Generate Precompiled Header for Instance | Public |
| CALL METHOD cl_abap_precomp_header_admin=>CREATE...more details | ||
| DELETE | Delete Precompiled Header for Instance (All DB Entries) | Public |
| CALL METHOD cl_abap_precomp_header_admin=>DELETE...more details | ||
|
| ||
| DISABLE | Switch Off Precompiled Header | Public |
| CALL METHOD cl_abap_precomp_header_admin=>DISABLE...more details | ||
| ENABLE | Switch On Precompiled Header for Syntax Check | Public |
| CALL METHOD cl_abap_precomp_header_admin=>ENABLE...more details | ||
| ENABLED_BY_DEFAULT | Is precompiled header handling switched on by default? | Public |
| CALL METHOD cl_abap_precomp_header_admin=>ENABLED_BY_DEFAULT...more details | ||
| GENERATE | Generate Program and Precompiled Header | Public |
| CALL METHOD cl_abap_precomp_header_admin=>GENERATE...more details | ||
| GETDEPENDDDIC | Read DDIC Dependencies for Precompiled Header | Public |
| CALL METHOD cl_abap_precomp_header_admin=>GETDEPENDDDIC...more details | ||
| GETDEPENDINCL | Read Include Dependencies for Precompiled Header | Public |
| CALL METHOD cl_abap_precomp_header_admin=>GETDEPENDINCL...more details | ||
| GETPHKIND | Read Type ID for Precompiled Header | Public |
| CALL METHOD cl_abap_precomp_header_admin=>GETPHKIND...more details | ||
| GETPHNAME | Read Internal Name of Precompiled Header | Public |
| CALL METHOD cl_abap_precomp_header_admin=>GETPHNAME...more details | ||
| GETPROGNAME | Read Main Program for Precompiled Header | Public |
| CALL METHOD cl_abap_precomp_header_admin=>GETPROGNAME...more details | ||
| GET_COUNTER | Returns Counts (Number of Generated and Used Headers) | Public |
| CALL METHOD cl_abap_precomp_header_admin=>GET_COUNTER...more details | ||
| GET_MESSTEXT | Generate Message Text | Private |
| CALL METHOD cl_abap_precomp_header_admin=>GET_MESSTEXT...more details | ||
| INVALIDATE | Invalidate precompiled headers for instance | Public |
| CALL METHOD cl_abap_precomp_header_admin=>INVALIDATE...more details | ||
| NORETRY | Switch off Retry for Precompiled Header | Public |
| CALL METHOD cl_abap_precomp_header_admin=>NORETRY...more details | ||
| RESTORE_SETTINGS | Write Saved Precompiled Header Setting | Public |
| CALL METHOD cl_abap_precomp_header_admin=>RESTORE_SETTINGS...more details | ||
| SAVE_SETTINGS | Save Current Precompiled Header Setting | Public |
| CALL METHOD cl_abap_precomp_header_admin=>SAVE_SETTINGS...more details | ||
| TOUCH | Delete Precompiled Header from PXA | Public |
| CALL METHOD cl_abap_precomp_header_admin=>TOUCH...more details | ||
| TOUCH_ALL | Delete All Precompiled Headers from PXA | Public |
| CALL METHOD cl_abap_precomp_header_admin=>TOUCH_ALL...more details | ||
| TRACE | Switch On Precompiled Header Trace | Public |
| CALL METHOD cl_abap_precomp_header_admin=>TRACE...more details | ||
CL_ABAP_PRECOMP_HEADER_ADMIN attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| C_SUPPRESS_RETRY | Constant | Suppress Retry | 16 | LIKE I | Public |
| C_TRACE_MEMORY | Constant | PH Memory Check | 4 | LIKE I | Public |
| C_TRACE_OFF | Constant | No PH Trace | 0 | LIKE I | Public |
| C_TRACE_ON | Constant | PH Trace On | 1 | LIKE I | Public |
| C_USAGE_FORCE_TOPINCLUDE | Constant | Use PHs for TOP include | 8 | LIKE I | Public |
| C_USAGE_GENERATION | Constant | Using PHs in Generation | 2 | LIKE I | Public |
| C_USAGE_OFF | Constant | No Use of PHs | 0 | LIKE I | Public |
| C_USAGE_SYNTAX_CHECK | Constant | Using PHs in Syntax Check | 13 | LIKE I | Public |
| OBJKIND | Instance Attribute | LIKE | Private | ||
| OBJNAME | Instance Attribute | LIKE | Private | ||
| OLDACTIVATION | Instance Attribute | LIKE | Private | ||
| OLDTRACE | Instance Attribute | LIKE | Private | ||
| PHKIND | Instance Attribute | LIKE | Private | ||
| PHNAME | Instance Attribute | LIKE | Private | ||
| PHNAME_PATTERN | Constant | LIKE pattern for precompiled header names on database | '~_____________________________H__' | LIKE PROGRAM | Private |
| SETTINGS_SAVED | Instance Attribute | LIKE | Private |
CL_ABAP_PRECOMP_HEADER_ADMIN types
T_OBJNAME - Header NameT_PHKIND - Type of Header
T_PHNAME - Internal Name of Precompiled Header
T_TABDDIC - DDIC Dependencies
T_TABINCL - Include Dependencies
Links to Related Class(s)
CL_ABAP_...Full list of available SAP object classes
Search for further information about these or an SAP related objects