STC_SC_UI_STRUST_CFG is a standard Executable ABAP Report 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 STC_SC_UI_STRUST_CFG into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: PCHECK_1 = System PSE
Selection Text: PCHECK_2 = SNCSAP Cryptolib
Selection Text: PCHECK_3 = SSL Server
Selection Text: PCHECK_4 = SSL Client (Anonymous)
Selection Text: PCHECK_5 = SSLClient (Standard)
Selection Text: PCLNTANO = SSL Client (Anonymous)
Selection Text: PCLNTSTD = SSLClient (Standard)
Selection Text: PCRPLIB = SNCSAP Cryptolib
Selection Text: PSSLSERV = SSL Server
Selection Text: PSYSTPSE = System PSE
Selection Text: P_DIR = Directory
Title: System Copy: Task Manager UI for Trust Manager Configuration
Text Symbol: 041 = Directory
Text Symbol: 042 = System PSE
Text Symbol: 043 = SNC SAP Cryptolib
Text Symbol: 044 = SSL Server
Text Symbol: 045 = SSL Client (Anonymous)
Text Symbol: 046 = SSL Client (Standard)
Text Symbol: TM1 = NOTE: Execution is done with Task Manager (transaction STC01)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STC_SC_TASK_STRUST * CALL FUNCTION 'STC_SC_TASK_STRUST' * EXPORTING * is_exec_settings = ls_exec_settings * is_ext_caller_info = ls_ext_caller_info * iv_option = 'C' * iv_system_pse = psystpse * iv_sapcryptolib_pse = pcrplib * iv_sslserver_pse = psslserv * iv_sslclientanonymous_pse = pclntano * iv_sslclientstandard_pse = pclntstd * iv_flg_system_pse = pcheck_1 * iv_flg_sslserver_pse = pcheck_2 * iv_flg_sslclientanonymous_pse = pcheck_3 * iv_flg_sslclientstandard_pse = pcheck_4 * iv_flg_sapcryptolib_pse = pcheck_5 * iv_directory = p_dir * iv_flg_remove = ' ' * TABLES * e_tab_return = lt_return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
STC_SC_UI_STRUST_CFG - System Copy: Task Manager UI for Trust Manager Configuration STC_SC_UI_STRUST_CFG - System Copy: Task Manager UI for Trust Manager Configuration STC_SC_UI_SM02_DELE - System Copy: Task Manager UI for system messages STC_SC_UI_SM02_DELE - System Copy: Task Manager UI for system messages STC_SC_UI_SM02_CFG1 - System Copy: Task Manager UI for system messages STC_SC_UI_SM02_CFG1 - System Copy: Task Manager UI for system messages