Hi,
I have a report and it works in a strange way:
REPORT Report1.
INITIALIZATION.
Authority check...
START-OF-SELECTION.
...
So the issue:
When I run this from se38 as a program the authority check works fine but when I run it as a transaction from the SAP Menu the authorization does not work.
During debugging I could see that the initialization part is not executed and the program ends at event START-OF-SEELCTION and I am in the SAP Menu again.
Any idea?