CLS_REPORT_RUN 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 CLS_REPORT_RUN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SACCSEL - ACC: Select relevant objects
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.
Selection Text: TRANSP = Regular packages
Selection Text: S_REP = Report name
Selection Text: SO_USER = Objects of
Selection Text: SO_TYPE = Object type
Selection Text: SO_SYS = Original system
Selection Text: SO_PROJ = Project ID
Selection Text: SO_PDCL = Transport layer
Selection Text: SO_PACK = Package
Selection Text: SO_NAME = Object name
Selection Text: SO_DLVNT = Software component
Selection Text: SO_COMP = Application component
Selection Text: RESOLVE = Display all sub-objects
Selection Text: P_DAT = Expiration Date
Selection Text: ORIGINAL = Original objects only
Selection Text: OBJLIST = Request/Task or Object list
Selection Text: LOCAL = Local packages
Selection Text: HOME = Home-Packages
Title: Execute Classification Report
Text Symbol: TRN = Regular packages
Text Symbol: SEL = Selection
Text Symbol: RPN = Number
Text Symbol: RPD = Execution date
Text Symbol: RES = Responsibility
Text Symbol: REQ = Request/Task or Object list
Text Symbol: REP = Report definition
Text Symbol: ORI = Original objects only
Text Symbol: OBJ = Object
Text Symbol: LOC = Local packages
Text Symbol: HOM = Home packages
Text Symbol: EXP = Display all sub-objects
Text Symbol: ALT = Alternative selection (other restrictions will be ignored)
Text Symbol: ADM = Administrative data
Text Symbol: 220 = Create Run
Text Symbol: 203 = Save selections
Text Symbol: 202 = Execute in background
Text Symbol: 201 = Background
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = restrict exceptions others = 0.
RS_SET_SELSCREEN_STATUS call function 'RS_SET_SELSCREEN_STATUS' exporting p_status = '%_00' p_program = 'RSSYSTDB' tables p_exclude = gt_extab exceptions others = 0.
TR_F4_REQUESTS call function 'TR_F4_REQUESTS' exporting iv_trkorr_pattern = objlist importing ev_selected_request = objlist.
CLS_JOB_PLAN call function 'CLS_JOB_PLAN' exporting im_report = s_rep im_instance = ref_report_run importing batchid = batchid exceptions job_cannot_be_planed = 1 others = 2.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = lv_dyname dynumb = lv_dynumb tables dynpfields = lt_dynpfields.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.