S_TRUSTMANAGER is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter S_TRUSTMANAGER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
STRUST - Trust Manager
STRUSTSSO2 - Trust Manager for Logon Ticket
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Trust Manager
Text Symbol: VTO = Valid to
Text Symbol: VFR = Valid from
Text Symbol: VER = (Verification PSE)
Text Symbol: TIM = Time
Text Symbol: SUB = Owner
Text Symbol: SSL = SSL Server
Text Symbol: SND = Serial Number (Decimal)
Text Symbol: SLF = (Self-Signed)
Text Symbol: SFI = SSF ID
Text Symbol: SCI = SNC ID
Text Symbol: SAV = Do you want to save changes before exiting transaction?
Text Symbol: REP = Replace
Text Symbol: QRP = Do you really want to replace existing PSEs?
Text Symbol: QRD = Do you really want to replace the SSL server default PSE?
Text Symbol: QRA = Do you really want to replace all existing SSL server PSEs with the same DN?
Text Symbol: QDL = Do you really want to delete existing PSEs?
Text Symbol: PSF = PSE
Text Symbol: PSE = Personal Security Environment
Text Symbol: OVR = Do You Want to Overwrite the Certificate in the Database?
Text Symbol: ONE = Only add own certificate to verification PSE?
Text Symbol: MIS = Change
Text Symbol: LOK = Locked
Text Symbol: ISS = Issuer
Text Symbol: FIL = File
Text Symbol: F4S = Do you want to save changes before switching the PSE?
Text Symbol: DNI = DN
Text Symbol: DIS = Distribute
Text Symbol: DEL = Delete
Text Symbol: DAT = Date
Text Symbol: CRE = Create
Text Symbol: CHO = Select File
Text Symbol: CHC = Check
Text Symbol: BIN = Binary Data
Text Symbol: 030 = Check has not yet been performed
Text Symbol: 004 = No
Text Symbol: 003 = Yes
Text Symbol: 002 = Do you want to delete the selected entries?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SSFPSE_ENQUEUE CALL FUNCTION 'SSFPSE_ENQUEUE' EXPORTING PSENAME = PSE-FILENAME * HOST = "ssls: lock default pse * INSTANCEID = '00' EXCEPTIONS DATABASE_FAILED = 1 FOREIGN_LOCK = 2 INTERNAL_ERROR = 3 OTHERS = 4.
SSFPSE_LOAD CALL FUNCTION 'SSFPSE_LOAD' EXPORTING PSENAME = PSE-FILENAME * HOST = * INSTANCEID = '00' IMPORTING PSELEN = PSEBINLENG TABLES PSE = PSEBINDATA EXCEPTIONS AUTHORITY_MISSING = 1 DATABASE_FAILED = 2 OTHERS = 3.
SSFP_SET_TEMPPSE CALL FUNCTION 'SSFP_SET_TEMPPSE' EXPORTING PSELENGTH = PSEBINLENG PROFILEPW = PSE-PROFILEPW B_AUTODELETE = 'X' TABLES PSE = PSEBINDATA EXCEPTIONS SSF_KRN_ERROR = 1 SSF_FILE_ERROR = 2 SSF_UNKNOWN_ERROR = 3 AUTHORITY_MISSING = 4 OTHERS = 5.
SSFP_GET_TEMPFILENAME CALL FUNCTION 'SSFP_GET_TEMPFILENAME' IMPORTING FILENAME = PSE-TEMPFILE EXCEPTIONS SSF_NO_TEMPPSE = 1 OTHERS = 2.
SSFP_SET_PROFILEPW CALL FUNCTION 'SSFP_SET_PROFILEPW' EXPORTING PROFILEPW = PSE-PROFILEPW.
SSFP_SET_PROFILEPW CALL FUNCTION 'SSFP_SET_PROFILEPW' EXPORTING PROFILEPW = PSE-PROFILEPW.
SSFP_REMOVECERTIFICATE CALL FUNCTION 'SSFP_REMOVECERTIFICATE' EXPORTING SUBJECT = PSECERTLIST-SUBJECT ISSUER = PSECERTLIST-ISSUER SNUMBER = PSECERTLIST-SNUMBER EXCEPTIONS SSF_NO_TEMPPSE = 1 SSF_KRN_ERROR = 2 SSF_FILE_ERROR = 3 SSF_NOCERTIFICATE = 4 SSF_UNKNOWN_ERROR = 5 OTHERS = 6.
SSFP_PUTCERTIFICATE CALL FUNCTION 'SSFP_PUTCERTIFICATE' "incomp. to 6.20 (xstring)!
STRUSTCAB_ADD_CERTIFICATE CALL FUNCTION 'STRUSTCAB_ADD_CERTIFICATE' EXPORTING IF_CERTIFICATE = CERT-BINDATA EXCEPTIONS INVALID_CERT = 1 HASH_ERROR = 2 ALREADY_EXISTS = 3 COLLISION_FOUND = 4 OTHERS = 5.
SSFP_GETSAPCERTIFICATE CALL FUNCTION 'SSFP_GETSAPCERTIFICATE' IMPORTING CERTXSTRING = BINCERT * CERTATTRIBUTES = EXCEPTIONS SSF_KRN_ERROR = 1 SSF_NOCERTIFICATE = 2 SSF_PARSING_ERROR = 3 SSF_UNKNOWN_ERROR = 4 OTHERS = 5.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SSFA' EXCEPTIONS OK = 0 NOT_OK = 2 OTHERS = 3.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING ACTION = 'U' VIEW_NAME = 'VSSFARGS' EXCEPTIONS OTHERS = 1.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SSO2' EXCEPTIONS OK = 0 NOT_OK = 2 OTHERS = 3.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SMICM' EXCEPTIONS OK = 0 NOT_OK = 2 OTHERS = 3.
VIEW_MAINTENANCE_CALL * CALL FUNCTION 'VIEW_MAINTENANCE_CALL' * EXPORTING * ACTION = 'U' * VIEW_NAME = 'TWPSSO2ACL' * EXCEPTIONS * OTHERS = 1.
STRUSTCAB_ADD_CERTIFICATE CALL FUNCTION 'STRUSTCAB_ADD_CERTIFICATE' EXPORTING IF_CERTIFICATE = CERT-BINDATA EXCEPTIONS INVALID_CERT = 1 HASH_ERROR = 2 ALREADY_EXISTS = 3 COLLISION_FOUND = 4 OTHERS = 5.
STRUSTCRT_BLOCK_CERTIFICATE CALL FUNCTION 'STRUSTCRT_BLOCK_CERTIFICATE' EXPORTING IF_CERTIFICATE = CERT-BINDATA EXCEPTIONS INVALID_CERT = 1 OTHERS = 2.
STRUSTCRT_BLOCK_CERTS_BY_ATTR CALL FUNCTION 'STRUSTCRT_BLOCK_CERTS_BY_ATTR' EXPORTING IF_SUBJECT = CRSUBJECT_LDAP_FORMAT IF_ISSUER = CRISSUER_LDAP_FORMAT * IF_FORMAT = 0 IF_ISSUED_BEFORE = ISSUED_BEFORE * IF_MAX_VALIDTO = MAX_VALIDTO EXCEPTIONS INVALID_DN = 1 HASH_ERROR = 2 OTHERS = 3.
STRUSTCRT_CHECK_CERTIFICATE CALL FUNCTION 'STRUSTCRT_CHECK_CERTIFICATE' EXPORTING IF_CERTIFICATE = L_CERTX * IF_CLIENT = SY-MANDT IF_PROFILE = CRPROFILELIST-PROFILE IMPORTING EF_STATUS = L_STATUS * ef_accepted = l_result EF_SOURCE = L_SOURCE EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_CRSTA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_CRSTA_OUTPUT' EXPORTING INPUT = L_STATUS IMPORTING OUTPUT = STATUSOUTPUT.
CONVERSION_EXIT_CRSRD_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_CRSRD_OUTPUT' EXPORTING INPUT = L_SOURCE IMPORTING OUTPUT = SOURCEOUTPUT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name S_TRUSTMANAGER or its description.