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 sentence!). I want to use the envelope/develope function of ssf (function SSF_KRN_ENVELOPE/SSF_KRN_DEVELOPE) with...
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...
0 Kudos 1,953 SAP Managed Tags: ABAP Development Hi, Calling the function modules SSF_OPEN and SSF_CLOSE to monitor print jobs Change your application programs to the new function modules FP_JOB_OPEN and FP_JOB_CLOSE. Regards, Jyothi CH. Reply All...
Say for example if you want to sent a PO to a vendor via email, the email address need to be maintained in XK01/02 transaction for that vendor in the address view. Before calling the smart form function module, you need to populate the receipent data, with function module WFMC_...
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-...
This is a code lab to test the most optimal solution to fetch a given number of urls limited by a given number of how many urls should be fetched concurrently. - fetch-in-parallel/yarn.lock at master · Torres-ssf/fetch-in-parallel
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) ...