SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

RSAL_CENSYS_EVENT_REPT_SCHEDLR SAP ABAP Report - Program RSAL_CENSYS_EVENT_REPT_SCHEDLR







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


Text pool values


Title: Program RSAL_CENSYS_EVENT_REPT_SCHEDLR


INCLUDES used within this REPORT RSAL_CENSYS_EVENT_REPT_SCHEDLR

INCLUDE LBTCHDEF.


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:

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = btc_no jobsel_param_in = jobselect_in_wa * ENDDATE = ' ' * ENDTIME = ' ' * SELECTION = 'AL' * IMPORTING * JOBSEL_PARAM_OUT = TABLES jobselect_joblist = jobselect_out_tbl * JOBNAME_EXT_SEL = * USERNAME_EXT_SEL = * CHANGING * ERROR_CODE = EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 OTHERS = 6 .

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = btc_no jobsel_param_in = jobselect_in_wa * ENDDATE = ' ' * ENDTIME = ' ' * SELECTION = 'AL' * IMPORTING * JOBSEL_PARAM_OUT = TABLES jobselect_joblist = jobselect_out_tbl * JOBNAME_EXT_SEL = * USERNAME_EXT_SEL = * CHANGING * ERROR_CODE = EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 OTHERS = 6 .

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = 'SAP_CCMS_CENSYS_EVENT_REPEATER' IMPORTING jobcount = jobcount EXCEPTIONS OTHERS = 99.

JOB_SUBMIT CALL FUNCTION 'JOB_SUBMIT' EXPORTING authcknam = sy-uname jobname = 'SAP_CCMS_CENSYS_EVENT_REPEATER' jobcount = jobcount report = 'RSAL_CENSYS_DISPATCH_REPEAT' EXCEPTIONS OTHERS = 99.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobname = 'SAP_CCMS_CENSYS_EVENT_REPEATER' jobcount = jobcount prdmins = 15 strtimmed = 'X' IMPORTING job_was_released = job_released EXCEPTIONS OTHERS = 99.



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