SAP Managed Tags: Security Dear All, Even though of the very good documentation of ssf and ABAP, I open this thread (Please excuse my bad English. I'm German and I hope you can identify the sarcasm of the sent
output_options= ls_output_options EXCEPTIONS formatting_error=1 internal_error=2 send_error=3 user_canceled=4 OTHERS=5. CALLFUNCTION'SSF_CLOSE' EXCEPTIONS formatting_error=1 internal_error=2 send_error=3 OTHERS=4. 修改为: ls_control_parameters-no_open=''"." 打开打印对话框 ls_control_paramete...
SSF_NAME The SSF Initialization File Public-Key Technology SSF Parameters The following parameters define the SSF configuration on the front ends and on the application server. Parameter Description SSF_LIBRARY_PATH Path and file name of the SSF library SSF_MD_ALG Message digest algorithm ...
Function module "/SSF/CALL_SUBROUTINE_RFC" not found. What happened? The function module "/SSF/CALL_SUBROUTINE_RFC" is called, but cannot be found in the library. Error in the ABAP Application Program The current ABAP program "SAPMSSY1" had to be terminated because it has come across a ...
function module name using form name CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = gv_formname IMPORTING fm_name = gv_fm_name EXCEPTIONS no_form = 1 no_function_module = 2 OTHERS = 3. IF sy-subrc <> 0. MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno WITH sy-...
DATA : fm_name TYPE RS38L_FNAM. * CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = 'ZMM_IM_001' IMPORTING FM_NAME = fm_name EXCEPTIONS NO_FORM = 1 NO_FUNCTION_MODULE = 2 OTHERS = 3 . IF sy-subrc <> 0. * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO * WI...
SAP Managed Tags: Security Hi Tim, you are referring to a very special SSF application (-> see: ABAP function module SSFT_PPPI_SIGN calling function module SSFH_PASSWORD_PROMPT). In that case, the application server is signing a document - after checking the user credentials (UID/PWD) ...