SAP Reports / Programs | SAP Business Information Warehouse | Business Explorer | End User Technology(BW-BEX-ET) SAP BW

RSRD_BROADCAST_FOR_TIMEPOINT SAP ABAP Report - Execute Broadcast Settings for a Predefined Time







RSRD_BROADCAST_FOR_TIMEPOINT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to create predefined times for broadcasting...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSRD_BROADCAST_FOR_TIMEPOINT 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 RSRD_BROADCAST_FOR_TIMEPOINT. "Basic submit
SUBMIT RSRD_BROADCAST_FOR_TIMEPOINT AND RETURN. "Return to original report after report execution complete
SUBMIT RSRD_BROADCAST_FOR_TIMEPOINT 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: P_BATCLS = Job Class (A, B, or C)
Selection Text: P_PARJBS = Number of jobs
Title: Execute Broadcast Settings for a Predefined Time
Text Symbol: 001 = Parallel Processing for Predefined Time


INCLUDES used within this REPORT RSRD_BROADCAST_FOR_TIMEPOINT

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:

BP_JOB_SELECT_SM37B CALL FUNCTION 'BP_JOB_SELECT_SM37B' EXPORTING jobselect_dialog = 'N' jobsel_param_in = l_btcselect TABLES jobselect_joblist_b = l_t_joblist EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 OTHERS = 6.

GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobname = l_jobname jobcount = l_jobcount stepcount = l_stepcount * external_program_active = l_xpgflag EXCEPTIONS no_runtime_info = 4.

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount = l_jobcount job_read_jobname = l_jobname job_read_opcode = 19 IMPORTING job_read_jobhead = l_s_jobhead CHANGING ret = l_ret EXCEPTIONS invalid_opcode = 1 job_doesnt_exist = 2 job_doesnt_have_steps = 3 OTHERS = 4.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = l_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = l_log_handle i_s_msg = l_s_msg EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_GLB_MEMORY_EXPORT CALL FUNCTION 'BAL_GLB_MEMORY_EXPORT'.



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