SAP ABAP Class CL_ABAP_PSE (PSE Maintenance)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-SSF (Application Component) Secure Store and Forward
     SECF (Package) Secure Store & Forward (SSF) Support
Properties
Class CL_ABAP_PSE  
Short Description PSE Maintenance    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SECF   Secure Store & Forward (SSF) Support 
Created 20120123   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_ABAP_PSE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_ABAP_PSE has no interface implemented.
Friends
Class CL_ABAP_PSE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CERTREQTABLE_LINE_LENGTH Constant Public Type reference (TYPE) I 80 20120123
2 CO_AB_OPCODE_CLASS Constant Private Type reference (TYPE) X 54 20120123
3 CO_AB_STATE_CHECK Constant Private Type reference (TYPE) X 08 20120123
4 CO_AB_STATE_CREATE Constant Private Type reference (TYPE) X 02 20120123
5 CO_AB_STATE_CREATECHECK Constant Private Type reference (TYPE) X 10 20120123
6 CO_AB_STATE_DELETE Instance attribute Private Type reference (TYPE) X 32 20120123
7 CO_AB_STATE_EXPORT Constant Private Type reference (TYPE) X 16 20120123
8 CO_AB_STATE_LOAD Constant Private Type reference (TYPE) X 04 20120123
9 CO_AB_STATE_LOADCHECK Constant Private Type reference (TYPE) X 12 20120123
10 CO_KRN_RC_OPCODE_UNKNOWN Constant Private Type reference (TYPE) SYSUBRC 203 20120618
11 CO_USE_CDESTRUCTOR Constant Private Type reference (TYPE) C 'X' 20120123
12 MT_CONTEXT Static Attribute Public See coding 20120123
13 MV_APPLICATION Instance attribute Private Type reference (TYPE) SSFAPPL 20120123
14 MV_CONTEXT Instance attribute Private Type reference (TYPE) PSECONTEXT 20120123
15 MV_MEM_PSE_NAME Instance attribute Private Type reference (TYPE) SSFPSENAME 20120123
16 MV_ORIG_PSE_FILE Instance attribute Private Type reference (TYPE) LOCALFILE 20120123
17 MV_ORIG_PSE_NAME Instance attribute Private Type reference (TYPE) SSFPSENAME 20120123
18 MV_PSE Instance attribute Private Type reference (TYPE) XSTRING 20120123
19 MV_PSE_PW Instance attribute Private Type reference (TYPE) SSFPABPW 20120612
20 MV_SYNCHRONOUS_DISTRIBUTION Instance attribute Private Type reference (TYPE) BOOLEAN 20130719
21 M_POINTER Instance attribute Private Type reference (TYPE) %_C_POINTER 20120123
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TRUSTED_CERTIFICATE Instance method Public Method 20120123
2 CHECK_KERNEL_RC Instance method Private Method 20120618
3 CHECK_SUBRC Static method Public Method 20120123
4 CLASS_CONSTRUCTOR Static method Public Constructor 20120123
5 CLEAN_UP Instance method Public Method 20120123
6 CONSTRUCTOR Instance method Public Constructor 20120123
7 CONVERT_CERTREQTAB_TO_STRING Static method Public Method 20120123
8 CONVERT_STRING_TO_CERTREQTAB Static method Public Method 20120123
9 CREATE_KEY_PAIR Instance method Public Method 20120123
10 DELETE Instance method Public Method 20120123
11 DELETE_TEMP_PSE_FILE Instance method Private Method 20120123
12 DELETE_TRUSTED_CERTIFICATE Instance method Public Method 20120123
13 DESTRUCTOR Instance method Public Destructor 20120123
14 DETERMINE_TARGET_APPLICATION Instance method Private Method 20120123
15 DETERMINE_TARGET_PSE_NAME Instance method Private Method 20120123
16 GEN_SIGNING_REQUEST Instance method Public Method 20120123
17 GET_APPS_INFO Static method Public Method 20120123
18 GET_GUID_FOR_USER Static method Public Method 20120123
19 GET_MEM_PSE_BLOB Instance method Public Method 20120612
20 GET_MEM_PSE_NAME Instance method Public Method 20120612
21 GET_OWN_CERTIFICATE Instance method Public Method 20120123
22 GET_PSE_FILE_NAME Static method Public Method 20120123
23 GET_PSE_INFO Static method Public Method 20120123
24 GET_TRUSTED_CERTIFICATES Instance method Public Method 20120123
25 IMPORT_PKCS12 Instance method Public Method 20120123
26 IS_VALID Instance method Public Method 20120612
27 PARSE_CERTIFICATE Static method Public Method 20120123
28 PARSE_OWN_CERTIFICATE Instance method Public Method 20120123
29 PREPARE_FOR_EDIT Instance method Public Method 20120123
30 PREPARE_FOR_EDIT_ONLY_FILENAME Instance method Private Method 20120123
31 PUT_CERTIFICATE_RESPONSE Instance method Public Method 20120123
32 SAVE Instance method Public Method 20120123
33 SET_SYNCHRONOUS_DISTRIBUTION Instance method Public Method 20130719
34 SIGN_KEY_PAIR_BY_TCS Instance method Public Method 20120123
35 TO_INTERN_FORMAT Static method Private Method 20120123
36 TO_LDAP_FORMAT Static method Private Method 20120123
Events
Class CL_ABAP_PSE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 CERTREQTAB Public See coding 20120123 certreqtab TYPE STANDARD TABLE OF certreqtable_line
2 CERTREQTABLE_LINE Public See coding 20120123 BEGIN OF certreqtable_line, line(certreqtable_line_length) TYPE c, END OF certreqtable_line
3 PSE_APP_INFO Public See coding 20120123 BEGIN OF pse_app_info. INCLUDE TYPE ssfapplict. TYPES: context TYPE psecontext . TYPES: END OF pse_app_info
4 T_PSE_APP_INFO Public See coding 20120123 t_pse_app_info TYPE STANDARD TABLE OF pse_app_info
Method Signatures

Method ADD_TRUSTED_CERTIFICATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADD_TO_CAB Call by reference Type reference (TYPE) ABAP_BOOL 20120123
2 Importing IV_CERTIFICATE Call by reference Type reference (TYPE) XSTRING 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method CHECK_KERNEL_RC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FUNCTION Call by reference Type reference (TYPE) SYMSGV 20120618
2 Importing IV_SUBRC Call by reference Type reference (TYPE) SYSUBRC 20120618
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120618

Method CHECK_SUBRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) SSFAPPL 20120123
2 Importing IV_CONTEXT Call by reference Type reference (TYPE) PSECONTEXT 20120123
3 Importing IV_CRC Call by reference Type reference (TYPE) SYSUBRC 20120123
4 Importing IV_PROFILE Call by reference Type reference (TYPE) STRING 20120123
5 Importing IV_PSENAME Call by reference Type reference (TYPE) SSFPSENAME 20120123
6 Importing IV_PSE_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20120123
7 Importing IV_SUBRC Call by reference Type reference (TYPE) SYSUBRC 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ABAP_PSE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ABAP_PSE has no exception.

Method CLEAN_UP Signature

Method CLEAN_UP on class CL_ABAP_PSE has no parameter.
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALGORITHM Call by reference Type reference (TYPE) SSFFLAG 20120123
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) SSFAPPL 20120123
3 Importing IV_CONTEXT Call by reference Type reference (TYPE) PSECONTEXT 20120123
4 Importing IV_KEY_LENGTH Call by reference Type reference (TYPE) SSFKEYLEN 20120123
5 Importing IV_PKCS12 Call by reference Type reference (TYPE) XSTRING 20120123
6 Importing IV_PKCS12_PW Call by reference Type reference (TYPE) TEXT132 20120123
7 Importing IV_PSE Call by reference Type reference (TYPE) XSTRING 20120612
8 Importing IV_PSE_PW Call by reference Type reference (TYPE) SSFPABPW 20120612
9 Importing IV_SUBJECT Call by reference Type reference (TYPE) STRING 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method CONVERT_CERTREQTAB_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STRING Call by reference Type reference (TYPE) STRING 20120123
2 Importing IT_CERTREQTAB Call by reference Type reference (TYPE) CERTREQTAB 20120123

Method CONVERT_CERTREQTAB_TO_STRING on class CL_ABAP_PSE has no exception.

Method CONVERT_STRING_TO_CERTREQTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CERTREQTAB Call by reference Type reference (TYPE) CERTREQTAB 20120123
2 Importing IV_STRING Call by reference Type reference (TYPE) STRING 20120123

Method CONVERT_STRING_TO_CERTREQTAB on class CL_ABAP_PSE has no exception.

Method CREATE_KEY_PAIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALGORITHM Call by reference Type reference (TYPE) SSFFLAG 20120123
2 Importing IV_KEY_LENGTH Call by reference Type reference (TYPE) SSFKEYLEN 20120123
3 Importing IV_SUBJECT Call by reference Type reference (TYPE) STRING 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) SSFAPPL 20120123
2 Importing IV_CONTEXT Call by reference Type reference (TYPE) PSECONTEXT 20120123
3 Importing IV_WRITEHIST Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130718
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method DELETE_TEMP_PSE_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_TMP_PSE_FILE Call by reference Type reference (TYPE) SSFPSENAME 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method DELETE_TRUSTED_CERTIFICATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ISSUER Call by reference Type reference (TYPE) STRING 20120123
2 Importing IV_SERIALNO Call by reference Type reference (TYPE) ANY 20120123
3 Importing IV_SUBJECT Call by reference Type reference (TYPE) STRING 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method DESTRUCTOR Signature

Method DESTRUCTOR on class CL_ABAP_PSE has no parameter.
Method DESTRUCTOR on class CL_ABAP_PSE has no exception.

Method DETERMINE_TARGET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_APPLICATION Call by reference Type reference (TYPE) SSFAPPL 20120123
2 Exporting EV_CONTEXT Call by reference Type reference (TYPE) PSECONTEXT 20120123
3 Importing IV_APPLICATION Call by reference Type reference (TYPE) SSFAPPL 20120123
4 Importing IV_CONTEXT Call by reference Type reference (TYPE) PSECONTEXT 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method DETERMINE_TARGET_PSE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PSE_NAME Call by reference Type reference (TYPE) SSFPSENAME 20120123
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) SSFAPPL 20120123
3 Importing IV_CONTEXT Call by reference Type reference (TYPE) PSECONTEXT 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method GEN_SIGNING_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SIGNING_REQUEST Call by reference Type reference (TYPE) STRING 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method GET_APPS_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_APPLICTAB Call by reference Type reference (TYPE) T_PSE_APP_INFO 20120123
2 Exporting ET_APPLICTAB Call by reference Type reference (TYPE) T_PSE_APP_INFO 20120123
3 Exporting ET_FAILED_APPLICTAB Call by reference Type reference (TYPE) T_PSE_APP_INFO 20120123
4 Importing IV_CONTEXT Call by reference Type reference (TYPE) PSECONTEXT 20120123
5 Importing IV_PSE_MUST_EXIST Call by reference Type reference (TYPE) ABAP_BOOL 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method GET_GUID_FOR_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BNAME Call by reference Type reference (TYPE) XUBNAME 20120123
2 Returning RV_GUID Value transfer Type reference (TYPE) SUID_GUID 20120123

Method GET_GUID_FOR_USER on class CL_ABAP_PSE has no exception.

Method GET_MEM_PSE_BLOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MEM_PSE_BLOB Value transfer Type reference (TYPE) XSTRING 20120612
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120619

Method GET_MEM_PSE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MEM_PSE_NAME Value transfer Type reference (TYPE) SSFPSENAME 20120612

Method GET_MEM_PSE_NAME on class CL_ABAP_PSE has no exception.

Method GET_OWN_CERTIFICATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_OWN_CERT Call by reference Object reference (TYPE REF TO) CL_ABAP_X509_CERTIFICATE 20120123
2 Exporting EV_OWN_CERT Call by reference Type reference (TYPE) XSTRING 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123
2 CX_ABAP_X509_CERTIFICATE 20120123

Method GET_PSE_FILE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DISTRIB Call by reference Type reference (TYPE) SSFFLAG 20120123
2 Exporting EV_PROFILE Call by reference Type reference (TYPE) LOCALFILE 20120123
3 Exporting EV_PSENAME Call by reference Type reference (TYPE) SSFPSENAME 20120123
4 Exporting EV_PSETEXT Call by reference Type reference (TYPE) CSEQUENCE 20120123
5 Importing IV_APPLICATION Call by reference Type reference (TYPE) SSFAPPL 20120123
6 Importing IV_CONTEXT Call by reference Type reference (TYPE) PSECONTEXT 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method GET_PSE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHANGED_BY Call by reference Type reference (TYPE) XUCHANGED_BY 20120123
2 Exporting EV_CHANGED_BY_UUID Call by reference Type reference (TYPE) SUID_GUID 20120123
3 Exporting EV_CHANGED_ON Call by reference Type reference (TYPE) XUCREATED_ON 20120123
4 Exporting EV_CREATED_BY Call by reference Type reference (TYPE) XUCHANGED_BY 20120123
5 Exporting EV_CREATED_BY_UUID Call by reference Type reference (TYPE) SUID_GUID 20120123
6 Exporting EV_CREATED_ON Call by reference Type reference (TYPE) XUCREATED_ON 20120123
7 Exporting EV_DESCRIPTION Call by reference Type reference (TYPE) SSFAPPLTXT 20120123
8 Exporting EV_PROFILE Call by reference Type reference (TYPE) LOCALFILE 20120123
9 Exporting EV_PSENAME Call by reference Type reference (TYPE) SSFPSENAME 20120123
10 Exporting EV_SUBJECT Call by reference Type reference (TYPE) SSF_PSE_H-ID 20120123
11 Importing IV_APPLICATION Call by reference Type reference (TYPE) SSFAPPL 20120123
12 Importing IV_CONTEXT Call by reference Type reference (TYPE) PSECONTEXT 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method GET_TRUSTED_CERTIFICATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CERTIFICATE_LIST Call by reference Type reference (TYPE) SSFBINTAB 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method IMPORT_PKCS12 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PKCS12 Call by reference Type reference (TYPE) XSTRING 20120123
2 Importing IV_PKCS12_PW Call by reference Type reference (TYPE) TEXT132 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20120612
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120619

Method PARSE_CERTIFICATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EMAIL_ADDRESS Call by reference Type reference (TYPE) STRUSTEMAIL 20120123
2 Exporting EV_FINGERPRINT Call by reference Type reference (TYPE) STRUSTFINGERPRINTSHA1 20120123
3 Exporting EV_ISSUER Call by reference Type reference (TYPE) STRING 20120123
4 Exporting EV_PUBLIC_KEY_FINGERPRINT Call by reference Type reference (TYPE) STRUSTPKFINGERPRINT 20120123
5 Exporting EV_SERIALNO Call by reference Type reference (TYPE) STRING 20120123
6 Exporting EV_SUBJECT Call by reference Type reference (TYPE) STRING 20120123
7 Exporting EV_SUBJECT_KEY_IDENTIFIER Call by reference Type reference (TYPE) STRUSTSUBJECTKEYID 20120123
8 Exporting EV_VALID_TO Call by reference Type reference (TYPE) STRUSTVALIDTO 20120123
9 Importing IV_CERTIFICITE Call by reference Type reference (TYPE) XSTRING 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method PARSE_OWN_CERTIFICATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EMAIL_ADDRESS Call by reference Type reference (TYPE) STRUSTEMAIL 20120123
2 Exporting EV_FINGERPRINT Call by reference Type reference (TYPE) STRUSTFINGERPRINTSHA1 20120123
3 Exporting EV_ISSUER Call by reference Type reference (TYPE) STRING 20120123
4 Exporting EV_PUBLIC_KEY_FINGERPRINT Call by reference Type reference (TYPE) STRUSTPKFINGERPRINT 20120123
5 Exporting EV_SERIALNO Call by reference Type reference (TYPE) STRING 20120123
6 Exporting EV_SUBJECT Call by reference Type reference (TYPE) STRING 20120123
7 Exporting EV_SUBJECT_KEY_IDENTIFIER Call by reference Type reference (TYPE) STRUSTSUBJECTKEYID 20120123
8 Exporting EV_VALID_TO Call by reference Type reference (TYPE) STRUSTVALIDTO 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method PREPARE_FOR_EDIT Signature

Method PREPARE_FOR_EDIT on class CL_ABAP_PSE has no parameter.
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method PREPARE_FOR_EDIT_ONLY_FILENAME Signature

Method PREPARE_FOR_EDIT_ONLY_FILENAME on class CL_ABAP_PSE has no parameter.
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method PUT_CERTIFICATE_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RESPONSE Call by reference Type reference (TYPE) STRING 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) SSFAPPL 20120123
2 Importing IV_BO_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20120123
3 Importing IV_CONTEXT Call by reference Type reference (TYPE) PSECONTEXT 20120123
4 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) SSFAPPLTXT 20120123
5 Importing IV_GENERATE_APPLICATION Call by reference Type reference (TYPE) BOOLEAN 20120612
6 Importing IV_WRITEHIST Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130718
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method SET_SYNCHRONOUS_DISTRIBUTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SYNCHRONOUS_DISTRIBUTION Call by reference Type reference (TYPE) BOOLEAN 20130719

Method SET_SYNCHRONOUS_DISTRIBUTION on class CL_ABAP_PSE has no exception.

Method SIGN_KEY_PAIR_BY_TCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUBJECT_DN Call by reference Type reference (TYPE) STRING 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method TO_INTERN_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DN Value transfer Type reference (TYPE) STRING 20120123
2 Importing IV_DN Call by reference Type reference (TYPE) STRING 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123

Method TO_LDAP_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DN Value transfer Type reference (TYPE) STRING 20120123
2 Importing IV_DN Call by reference Type reference (TYPE) STRING 20120123
# Exception Resumable Description Created on
1 CX_ABAP_PSE 20120123
History
Last changed by/on SAP  20140121 
SAP Release Created in 740