SAP Reports / Programs

RSCOLL00_OLD SAP ABAP Report - Report RSCOLL00_OLD







RSCOLL00_OLD 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 RSCOLL00_OLD into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Report RSCOLL00_OLD
Text Symbol: 006 = Database server has no dialog system, changing to server
Text Symbol: 007 = for report
Text Symbol: 008 = Alternative System
Text Symbol: 009 = Not an SAP dialog system; check table TCOLL for report
Text Symbol: 00E = Start of Error Handling
Text Symbol: 00U = Log Created On
Text Symbol: 010 = on
Text Symbol: 011 = RFC Error
Text Symbol: 012 = Unsuccessful SUBMIT command in function START_TCOLL_REPORT
Text Symbol: 013 = Error when writing TCOLL for DB; using old version.
Text Symbol: 014 = Table TCOLL successfully changed
Text Symbol: 015 = Execution rejected; report is not contained in table TCOLL


INCLUDES used within this REPORT RSCOLL00_OLD

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:

START_TCOLL_REPORT * call function 'START_TCOLL_REPORT' destination errtab-name * exporting * d_rname = errtab-rname * importing * d_host = rinfo-host * d_rpara = rinfo-rpara * d_datum = rinfo-datum * d_uzeit = rinfo-uzeit * exceptions * system_failure = 1 message mess " RFC functionality * communication_failure = 2 message mess " RFC functionality * submit_error = 3 " self defined * invalid_report = 4 * others = 5." self defined

TH_SERVER_LIST * call function 'TH_SERVER_LIST' * tables * list = imsxxlist * exceptions * no_server_list = 1 * others = 2.

START_TCOLL_REPORT * call function 'START_TCOLL_REPORT' destination sys_tabl-name * exporting * d_rname = itcoll-rname * importing * d_host = rinfo-host * d_rpara = rinfo-rpara * d_datum = rinfo-datum * d_uzeit = rinfo-uzeit * exceptions * system_failure = 1 message mess * communication_failure = 2 message mess * submit_error = 3 * invalid_report = 4 * others = 5." self defined



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