SAP Reports / Programs

SHTTPSESSIONS_MONITORING SAP ABAP Report - HTTP Security Session Management: Monitoring







SHTTPSESSIONS_MONITORING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SHTTPSESSIONS_MONITORING into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SM05 - HTTP Session Management: Monitoring


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SHTTPSESSIONS_MONITORING. "Basic submit
SUBMIT SHTTPSESSIONS_MONITORING AND RETURN. "Return to original report after report execution complete
SUBMIT SHTTPSESSIONS_MONITORING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: HTTP Security Session Management: Monitoring
Text Symbol: T03 = % Utilization ( free of entries)
Text Symbol: T02 = Statistics could not be determined
Text Symbol: T01 = Local Cache
Text Symbol: SES = Ext. SM
Text Symbol: S08 = SPNego
Text Symbol: S07 = SAML
Text Symbol: S06 = Integer
Text Symbol: S05 = TS
Text Symbol: S04 = AT
Text Symbol: S03 = AT
Text Symbol: S02 = X.509
Text Symbol: S01 = KW
Text Symbol: MES = Ext. Session Mgmt
Text Symbol: M08 = SPNego
Text Symbol: M07 = SAML
Text Symbol: M06 = Internal Call
Text Symbol: M05 = Trusted System
Text Symbol: M04 = Auth.Assert.Ticket
Text Symbol: M03 = Logon Ticket
Text Symbol: M02 = X.509 Certificate
Text Symbol: M01 = Password
Text Symbol: LES = External Session Management
Text Symbol: L08 = SPNego
Text Symbol: L07 = SAML
Text Symbol: L06 = Internal HTTP Call
Text Symbol: L05 = Trusted System
Text Symbol: L04 = Authentication Assertion Ticket
Text Symbol: L03 = Logon Ticket
Text Symbol: L02 = X.509 Certificate
Text Symbol: L01 = Password
Text Symbol: 011 = after timeout
Text Symbol: 010 = Unknown
Text Symbol: 000 = Process Administration


INCLUDES used within this REPORT SHTTPSESSIONS_MONITORING

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'SESSION_LIST_ALV' i_callback_program = sy-repid i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_CMD' i_callback_top_of_page = 'TOP_OF_PAGE' * i_save = 'A' it_fieldcat = fieldcat[] it_excluding = excluded[] * it_events = events[] is_layout = layout it_sort = sortlist[] * is_variant = is_variant TABLES t_outtab = session_list_alv.

REUSE_ALV_GRID_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_SET' EXPORTING * IS_LAYOUT = it_fieldcat = fieldcat[] * IT_SORT = * IT_FILTER = * IS_GRID_SCROLL = * IS_PRINT = .

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = list_header * I_LOGO = * I_END_OF_LIST_GRID = * I_ALV_FORM = .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SHTTPSESSIONS_MONITORING or its description.