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...