STC_SC_UI_BDLS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 STC_SC_UI_BDLS 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_CNT = Number of Entries per Commit
Selection Text: P_DEST = Maintain RFC Destination
Selection Text: P_JOB_S = Single Job Execution
Selection Text: P_JOB_TN = Job Mode based on Table Name
Selection Text: P_JOB_TS = Job Mode based on Table Entry
Selection Text: P_LS = Logical System Name Mapping
Selection Text: P_PREP = Prepare Task Run
Selection Text: P_REL = Release Jobs
Selection Text: P_TAB = Tables to be Converted
Title: System Copy: Task Manager UI for Conversion of BDLS
Text Symbol: 001 = Conversion of Logical System Names
Text Symbol: 002 = Logical System Name Mapping
Text Symbol: 003 = Tables to be Converted
Text Symbol: 004 = Number of Entries per Commit
Text Symbol: 005 = Job Execution Mode
Text Symbol: 006 = Single Job Execution
Text Symbol: 007 = Concurrent Jobs based on Table Name
Text Symbol: 008 = Concurrent Jobs based on Table Entry
Text Symbol: 009 = Release Jobs
Text Symbol: 012 = Maintain RFC Destination
Text Symbol: 014 = Logical System Mapping
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TMS_WBO_READ_T000 CALL FUNCTION 'TMS_WBO_READ_T000' TABLES tt_t000 = lt_t000.
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING program = lv_program restriction = ls_restrict EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.
RS_SELOPT_NO_INTERVAL_CHECK CALL FUNCTION 'RS_SELOPT_NO_INTERVAL_CHECK' EXPORTING program = lv_program TABLES selop = lt_no_int_sel EXCEPTIONS no_programname = 1 OTHERS = 2.
SELECTION_TEXTS_MODIFY CALL FUNCTION 'SELECTION_TEXTS_MODIFY' EXPORTING program = lv_program TABLES seltexts = lt_stext[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
STC_SC_UI_BDLS - System Copy: Task Manager UI for Conversion of BDLS STC_SC_UI_BDLS - System Copy: Task Manager UI for Conversion of BDLS STC_SC_UI_BATCH_CLEANUP - Program STC_SC_UI_BATCH_REFRESH STC_SC_UI_BATCH_CLEANUP - Program STC_SC_UI_BATCH_REFRESH STC_SC_UI_BATCH_CFG - Program STC_SC_UI_BATCH_CFG STC_SC_UI_BATCH_CFG - Program STC_SC_UI_BATCH_CFG