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 sentenc
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 ...
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...
The following parameters define the SSF configuration on the front ends and on the application server.
Die Zeile mit dem Fehler wird in im Kernel-Trace (Transaktion ST11) aufgezeichnet. Beispiel Im Folgenden wird ein Beispiel der Datei ssfrfc.ini angezeigt. *** * Secure Store & Forward (SSF) Initialization File * *** SSF_LIBRARY_PATH=c:\Program Files\SAPpc\S...
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-...
The parameter %LANAGUAGE will be set by calling the function module 'SSFRT_SET_LANGUAGES'. You can double click on the varaible %LANGUAGE then it gives you a where used list with this function module exporting %LANGUAGE. Thanks, Manoj...
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) ...