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 NameDescriptionVisability
CLASS_CONSTRUCTORClass ConstructorPublic
CALL METHOD cl_abap_precomp_header_admin=>CLASS_CONSTRUCTOR...more details

CLEANUPDelete DB entries for all precompiled headersPublic
CALL METHOD cl_abap_precomp_header_admin=>CLEANUP...more details

CMP_SYNTAXCHECKSYNTAX-CHECK ComparisonPublic
CALL METHOD cl_abap_precomp_header_admin=>CMP_SYNTAXCHECK...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_abap_precomp_header_admin=>CONSTRUCTOR...more details

CREATEGenerate Precompiled Header for InstancePublic
CALL METHOD cl_abap_precomp_header_admin=>CREATE...more details

DELETEDelete Precompiled Header for Instance (All DB Entries)Public
CALL METHOD cl_abap_precomp_header_admin=>DELETE...more details

DISABLESwitch Off Precompiled HeaderPublic
CALL METHOD cl_abap_precomp_header_admin=>DISABLE...more details

ENABLESwitch On Precompiled Header for Syntax CheckPublic
CALL METHOD cl_abap_precomp_header_admin=>ENABLE...more details

ENABLED_BY_DEFAULTIs precompiled header handling switched on by default?Public
CALL METHOD cl_abap_precomp_header_admin=>ENABLED_BY_DEFAULT...more details

GENERATEGenerate Program and Precompiled HeaderPublic
CALL METHOD cl_abap_precomp_header_admin=>GENERATE...more details

GETDEPENDDDICRead DDIC Dependencies for Precompiled HeaderPublic
CALL METHOD cl_abap_precomp_header_admin=>GETDEPENDDDIC...more details

GETDEPENDINCLRead Include Dependencies for Precompiled HeaderPublic
CALL METHOD cl_abap_precomp_header_admin=>GETDEPENDINCL...more details

GETPHKINDRead Type ID for Precompiled HeaderPublic
CALL METHOD cl_abap_precomp_header_admin=>GETPHKIND...more details

GETPHNAMERead Internal Name of Precompiled HeaderPublic
CALL METHOD cl_abap_precomp_header_admin=>GETPHNAME...more details

GETPROGNAMERead Main Program for Precompiled HeaderPublic
CALL METHOD cl_abap_precomp_header_admin=>GETPROGNAME...more details

GET_COUNTERReturns Counts (Number of Generated and Used Headers)Public
CALL METHOD cl_abap_precomp_header_admin=>GET_COUNTER...more details

GET_MESSTEXTGenerate Message TextPrivate
CALL METHOD cl_abap_precomp_header_admin=>GET_MESSTEXT...more details

INVALIDATEInvalidate precompiled headers for instancePublic
CALL METHOD cl_abap_precomp_header_admin=>INVALIDATE...more details

NORETRYSwitch off Retry for Precompiled HeaderPublic
CALL METHOD cl_abap_precomp_header_admin=>NORETRY...more details

RESTORE_SETTINGSWrite Saved Precompiled Header SettingPublic
CALL METHOD cl_abap_precomp_header_admin=>RESTORE_SETTINGS...more details

SAVE_SETTINGSSave Current Precompiled Header SettingPublic
CALL METHOD cl_abap_precomp_header_admin=>SAVE_SETTINGS...more details

TOUCHDelete Precompiled Header from PXAPublic
CALL METHOD cl_abap_precomp_header_admin=>TOUCH...more details

TOUCH_ALLDelete All Precompiled Headers from PXAPublic
CALL METHOD cl_abap_precomp_header_admin=>TOUCH_ALL...more details

TRACESwitch On Precompiled Header TracePublic
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.

NameLevelDescriptionInitial ValueTypeVisability
C_SUPPRESS_RETRYConstantSuppress Retry16LIKE
I
Public
C_TRACE_MEMORYConstantPH Memory Check4LIKE
I
Public
C_TRACE_OFFConstantNo PH Trace0LIKE
I
Public
C_TRACE_ONConstantPH Trace On1LIKE
I
Public
C_USAGE_FORCE_TOPINCLUDEConstantUse PHs for TOP include8LIKE
I
Public
C_USAGE_GENERATIONConstantUsing PHs in Generation2LIKE
I
Public
C_USAGE_OFFConstantNo Use of PHs0LIKE
I
Public
C_USAGE_SYNTAX_CHECKConstantUsing PHs in Syntax Check13LIKE
I
Public
OBJKINDInstance AttributeLIKE
Private
OBJNAMEInstance AttributeLIKE
Private
OLDACTIVATIONInstance AttributeLIKE
Private
OLDTRACEInstance AttributeLIKE
Private
PHKINDInstance AttributeLIKE
Private
PHNAMEInstance AttributeLIKE
Private
PHNAME_PATTERNConstantLIKE pattern for precompiled header names on database'~_____________________________H__'LIKE
PROGRAM
Private
SETTINGS_SAVEDInstance AttributeLIKE
Private




CL_ABAP_PRECOMP_HEADER_ADMIN types

T_OBJNAME - Header Name
T_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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!