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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSRD_BROADCAST_FOR_TIMEPOINT - Execute Broadcast Settings for a Predefined Time RSRD_BROADCAST_FOR_TIMEPOINT - Execute Broadcast Settings for a Predefined Time RSRD_BROADCAST_BATCH - Scheduling of Broadcast Settings RSRD_BROADCAST_BATCH - Scheduling of Broadcast Settings RSRD_BOOKMARK_REORG_TOP - Include RSRD_BOOKMARK_REORG_TOP RSRD_BOOKMARK_REORG_F01 - Include RSRD_BOOKMARK_REORG_F01