SAP CL_ABAP_PSE OO Class - PSE Maintenance









CL_ABAP_PSE 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_PSE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ABAP_PSE

Method list of CL_ABAP_PSE 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
ADD_TRUSTED_CERTIFICATEPublic
CALL METHOD cl_abap_pse=>ADD_TRUSTED_CERTIFICATE...more details

AUTHORITY_CHECKPublic
CALL METHOD cl_abap_pse=>AUTHORITY_CHECK...more details

CHANGE_PASSWORDPublic
CALL METHOD cl_abap_pse=>CHANGE_PASSWORD...more details

CHECK_KERNEL_RCPrivate
CALL METHOD cl_abap_pse=>CHECK_KERNEL_RC...more details

CHECK_MEM_PSEPrivate
CALL METHOD cl_abap_pse=>CHECK_MEM_PSE...more details

CHECK_SUBRCPublic
CALL METHOD cl_abap_pse=>CHECK_SUBRC...more details

CLASS_CONSTRUCTORPublic
CALL METHOD cl_abap_pse=>CLASS_CONSTRUCTOR...more details

CLEAN_UPPublic
CALL METHOD cl_abap_pse=>CLEAN_UP...more details

CONSTRUCTORPublic
CALL METHOD cl_abap_pse=>CONSTRUCTOR...more details

CONVERT_CERTREQTAB_TO_STRINGPublic
CALL METHOD cl_abap_pse=>CONVERT_CERTREQTAB_TO_STRING...more details

CONVERT_STRING_TO_CERTREQTABPublic
CALL METHOD cl_abap_pse=>CONVERT_STRING_TO_CERTREQTAB...more details

CREATE_KEY_PAIRPublic
CALL METHOD cl_abap_pse=>CREATE_KEY_PAIR...more details

DELETEPublic
CALL METHOD cl_abap_pse=>DELETE...more details

DELETE_TEMP_PSE_FILEPrivate
CALL METHOD cl_abap_pse=>DELETE_TEMP_PSE_FILE...more details

DELETE_TRUSTED_CERTIFICATEPublic
CALL METHOD cl_abap_pse=>DELETE_TRUSTED_CERTIFICATE...more details

DESTRUCTORPublic
CALL METHOD cl_abap_pse=>DESTRUCTOR...more details

DETERMINE_TARGET_APPLICATIONPrivate
CALL METHOD cl_abap_pse=>DETERMINE_TARGET_APPLICATION...more details

DETERMINE_TARGET_PSE_NAMEPrivate
CALL METHOD cl_abap_pse=>DETERMINE_TARGET_PSE_NAME...more details

EXPORT_MEM_PSEPrivate
CALL METHOD cl_abap_pse=>EXPORT_MEM_PSE...more details

GEN_SIGNING_REQUESTPublic
CALL METHOD cl_abap_pse=>GEN_SIGNING_REQUEST...more details

GET_APPS_INFOPublic
CALL METHOD cl_abap_pse=>GET_APPS_INFO...more details

GET_CERTIFICATE_CHAINPublic
CALL METHOD cl_abap_pse=>GET_CERTIFICATE_CHAIN...more details

GET_GUID_FOR_USERPublic
CALL METHOD cl_abap_pse=>GET_GUID_FOR_USER...more details

GET_MEM_PSE_BLOBPublic
CALL METHOD cl_abap_pse=>GET_MEM_PSE_BLOB...more details

GET_MEM_PSE_NAMEPublic
CALL METHOD cl_abap_pse=>GET_MEM_PSE_NAME...more details

GET_MEM_PSE_POINTERPublic
CALL METHOD cl_abap_pse=>GET_MEM_PSE_POINTER...more details

GET_OWN_CERTIFICATEPublic
CALL METHOD cl_abap_pse=>GET_OWN_CERTIFICATE...more details

GET_PSE_FILE_NAMEPublic
CALL METHOD cl_abap_pse=>GET_PSE_FILE_NAME...more details

GET_PSE_INFOPublic
CALL METHOD cl_abap_pse=>GET_PSE_INFO...more details

GET_ROOT_TRUSTPublic
CALL METHOD cl_abap_pse=>GET_ROOT_TRUST...more details

GET_TRUSTED_CERTIFICATESPublic
CALL METHOD cl_abap_pse=>GET_TRUSTED_CERTIFICATES...more details

IS_PRIVILEGED_CALLERPublic
CALL METHOD cl_abap_pse=>IS_PRIVILEGED_CALLER...more details

IS_VALIDPublic
CALL METHOD cl_abap_pse=>IS_VALID...more details

PARSE_CERTIFICATEPublic
CALL METHOD cl_abap_pse=>PARSE_CERTIFICATE...more details

PARSE_OWN_CERTIFICATEPublic
CALL METHOD cl_abap_pse=>PARSE_OWN_CERTIFICATE...more details

PREPARE_FOR_EDITPublic
CALL METHOD cl_abap_pse=>PREPARE_FOR_EDIT...more details

PREPARE_FOR_EDIT_ONLY_FILENAMEPrivate
CALL METHOD cl_abap_pse=>PREPARE_FOR_EDIT_ONLY_FILENAME...more details

PUT_CERTIFICATE_RESPONSEPublic
CALL METHOD cl_abap_pse=>PUT_CERTIFICATE_RESPONSE...more details

SAVEPublic
CALL METHOD cl_abap_pse=>SAVE...more details

SAVE_PRIVILEGEDPrivate
CALL METHOD cl_abap_pse=>SAVE_PRIVILEGED...more details

SET_PASSWORDPublic
CALL METHOD cl_abap_pse=>SET_PASSWORD...more details

SET_ROOT_TRUSTPublic
CALL METHOD cl_abap_pse=>SET_ROOT_TRUST...more details

SIGN_KEY_PAIR_BY_TCSPublic
CALL METHOD cl_abap_pse=>SIGN_KEY_PAIR_BY_TCS...more details

TO_INTERN_FORMATPrivate
CALL METHOD cl_abap_pse=>TO_INTERN_FORMAT...more details

TO_LDAP_FORMATPrivate
CALL METHOD cl_abap_pse=>TO_LDAP_FORMAT...more details



CL_ABAP_PSE 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
CERTREQTABLE_LINE_LENGTHConstant80LIKE
I
Public
CO_AB_OPCODE_CLASSConstant54LIKE
X
Private
CO_AB_STATE_CHECKConstant08LIKE
X
Private
CO_AB_STATE_CREATEConstant02LIKE
X
Private
CO_AB_STATE_CREATECHECKConstant10LIKE
X
Private
CO_AB_STATE_DELETEInstance Attribute32LIKE
X
Private
CO_AB_STATE_EXPORTConstant16LIKE
X
Private
CO_AB_STATE_LOADConstant04LIKE
X
Private
CO_AB_STATE_LOADCHECKConstant12LIKE
X
Private
CO_KRN_RC_OPCODE_UNKNOWNConstant203LIKE
SYSUBRC
Private
CO_USE_CDESTRUCTORConstant'X'LIKE
C
Private
MT_CONTEXTStatic AttributeLIKE
Public
MV_APPLICATIONInstance AttributeLIKE
SSFAPPL
Private
MV_CONTEXTInstance AttributeLIKE
PSECONTEXT
Private
MV_MEM_PSE_NAMEInstance AttributeLIKE
SSFPSENAME
Private
MV_ORIG_PSE_FILEInstance AttributeLIKE
LOCALFILE
Private
MV_ORIG_PSE_NAMEInstance AttributeLIKE
SSFPSENAME
Private
MV_PSEInstance AttributeLIKE
XSTRING
Private
MV_PSE_PWInstance AttributeLIKE
SSFPABPW
Private
M_POINTERInstance AttributeLIKE
%_C_POINTER
Private




CL_ABAP_PSE types

CERTREQTAB -
CERTREQTABLE_LINE -
CERT_STRUCT -
PSE_APP_INFO -
T_CERT_STRUCT -
T_PSE_APP_INFO -

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!