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...
START-OF-SELECTION. *Get the 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. IFsy-subrc<>0. MESSAGEIDsy-msgidTYPEsy-msgtyNUMBERsy-msgno WITHsy-msg...
> We propose to modify this function module > [SSFT_PPPI_SIGN ] so that it authenticates > the user, using an AD account and password > instead of ABAP userid and password. Well, you can propose this (e.g. as development request). Currently there are no plans to enable "Windows...