same here. nothing in those tables.
Termination occurred in the ABAP program "SAPLSPFC" - in "PFL_GET_PARAMETER".
The main program was "SAPMSUU0O ".
In the source code you have the termination point in line 45
of the (Include) program "LSPFCU15".
(Function Module PFL_GET_PARAMETER)
40 AUTHORITY-CHECK OBJECT 'S_RZL_ADM'
41 ID 'ACTVT' FIELD '03'.
42 if sy-subrc <> 0.
43 AUTHORITY-CHECK OBJECT 'S_TCODE'
44 ID 'TCD' FIELD 'RZ11'.
>>> IF sy-subrc <> 0. RAISE authorization_missing. ENDIF.
46 endif.