SAP Reports / Programs | Basis Components | Client/Server Technology | Enqueue(BC-CST-EQ) SAP BC

CSL_MON SAP ABAP Report - CSLMON







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

SMCL - CSL: Monitor


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 CSL_MON. "Basic submit
SUBMIT CSL_MON AND RETURN. "Return to original report after report execution complete
SUBMIT CSL_MON VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


&0................. &1........
Selection Text: TK_DATE = Date
Selection Text: TKM = List Token
Selection Text: REM_SYS = Remot Token Manager System
Selection Text: REMTKMNU = Remote Token Manager Number
Selection Text: OBJ_TYPE = Object Type
Selection Text: USER_ID = ALog Written by User
Selection Text: USER = Token Block by User
Selection Text: TSTATE = Token Status
Selection Text: TK_TIME = Time
Selection Text: INSTANCE = Instance ID
Selection Text: ALOG = List Application Log
Selection Text: INST = Token ID (No Wildcards!)
Selection Text: HOM_SYS = Token Home System
Selection Text: CNTR = Number of Displayed Entries
Selection Text: AL_TIME = Time
Selection Text: AL_DATE = Date
Text Symbol: 011 = LOCKED-BY-USER
Text Symbol: 012 = NUMBER-OF-REFERENCES
Text Symbol: 013 = LAST-TIME-ACCESS
Text Symbol: 014 = ALOG STATUS SYSTEM
Text Symbol: 010 = STATUS
Text Symbol: 019 = TOKENMANAGER
Text Symbol: 018 = FOUND
Text Symbol: 017 = LOGGED-BY-PROGRAM
Text Symbol: 016 = LOG-DATE AND -TIME
Text Symbol: 015 = LOGNUMBER AND TOKEN
Text Symbol: 009 = TOKENMANAGER AND -NO
Text Symbol: 001 = Destination
Text Symbol: 008 = TOKEN
Text Symbol: 007 = TOKEN STATUS SYSTEM
Text Symbol: 004 = Applic.Log Selection Criteria
Text Symbol: 003 = List Settings
Text Symbol: 002 = Token Selection Criter.
Text Symbol: 020 = TOKENMANAGERNO
Text Symbol: 024 = Entries Not Deleted:
Text Symbol: 023 = Deleted Entries
Text Symbol: 022 = Change Applic.Log Result





Text Symbol: 021 = OBJECTTYPES
003 &4.... &5............ &6.................. &7..............
004 &8................ &9...............
002 &3..................
001 &2.................


INCLUDES used within this REPORT CSL_MON

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:

CSLTM_GETTOKENMANAGER CALL FUNCTION 'CSLTM_GETTOKENMANAGER' IMPORTING ptokmgr_instance = loc_tkm EXCEPTIONS inconsistency = 1 OTHERS = 2.

CSLAR_TKENQSEL CALL FUNCTION 'CSLAR_TKENQSEL' EXPORTING pcomm_routing_info = routing_info TABLES selected_token = selected_token pcomm_called_cpps = called_cpps search_criteria = search_criteria EXCEPTIONS no_criteria = 1 no_connection = 2 no_entry = 3 OTHERS = 4.

CSLAR_ALREAD CALL FUNCTION 'CSLAR_ALREAD' EXPORTING pcomm_routing_info = routing_info date_from = al_date-low date_to = al_date-high time_from = al_time-low time_to = al_time-high user_id = user_id extnumber = extnumber TABLES pcomm_called_cpps = called_cpps al_header = al_header al_message = al_message EXCEPTIONS no_connection = 1 no_entry = 2 OTHERS = 3.

CSLAR_TKCHANGE CALL FUNCTION 'CSLAR_TKCHANGE' EXPORTING pcomm_routing_info = routing bname = sy-uname pucomm = command TABLES ret_tab = ret_tab pcomm_called_cpps = called_cpps to_change_token = to_change_tk EXCEPTIONS no_connection = 1 no_alobject = 2 internal_error = 3 OTHERS = 4.

CSLAR_ALCLEAR CALL FUNCTION 'CSLAR_ALCLEAR' EXPORTING pcomm_routing_info = routing_info IMPORTING deleted = dele not_deleted = ndele TABLES pcomm_called_cpps = called_cpps al_header = to_del_log EXCEPTIONS no_connection = 1 no_authorization = 2 OTHERS = 3.

CSLAR_TKENQSEL CALL FUNCTION 'CSLAR_TKENQSEL' EXPORTING pcomm_routing_info = routing_info TABLES selected_token = selected_token pcomm_called_cpps = called_cpps search_criteria = search_criteria EXCEPTIONS no_criteria = 1 no_connection = 2 no_entry = 3 OTHERS = 4.

CSLAR_ALREAD CALL FUNCTION 'CSLAR_ALREAD' EXPORTING pcomm_routing_info = routing_info date_from = al_date-low date_to = al_date-high time_from = al_time-low time_to = al_time-high user_id = user_id extnumber = extnumber TABLES pcomm_called_cpps = called_cpps al_header = al_header al_message = al_message EXCEPTIONS no_connection = 1 no_entry = 2 OTHERS = 3.

CSLAR_STKENQSEL CALL FUNCTION 'CSLAR_STKENQSEL' EXPORTING pcomm_routing_info = s_routing_info to_sel_tk = to_sel_tk TABLES pcomm_called_cpps = called_cpps pcomm_called_cpls = called_cpls selected_token = selected_token EXCEPTIONS no_connection = 1 logical_cycle = 2 missing_entry = 3 OTHERS = 4.



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 CSL_MON or its description.