METHOD if_http_extension~handle_request.
IF mo_server_assist IS INITIAL.
mo_server_assist = /ui2/cl_nwbc_factory=>/ui2/if_nwbc_factory_internal~get_server_assist( server ).
ENDIF.
"Checks for Users or criteria....
server->logoff(
EXCEPTIONS
logoff_not_possible = 1
OTHERS = 2
).
IF sy-subrc = 0.
mo_server_assist->set_response(
EXPORTING
iv_content = |<html><body bgcolor="#D46868" align="center">| &
|<h2>Not allowed to login</h2>| &
|</body></html>|
iv_content_type = /ui2/if_nwbc_constants=>gc_s_file_type-html
iv_caching_mode = /ui2/if_nwbc_constants=>gc_s_caching_mode-no_caching
iv_rendering_mode = /ui2/if_nwbc_constants=>gc_s_rendering_mode-edge
).
ENDIF.
ENDMETHOD.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
11 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
3 |