SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Package Tools(BC-DWB-TOO-PAK) SAP BC

CLS_REPORT_RUN SAP ABAP Report - Execute Classification Report







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


Transaction Code(s):

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

SACCSEL - ACC: Select relevant objects


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


Text pool values


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


INCLUDES used within this REPORT CLS_REPORT_RUN

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:

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.



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