SAP Reports / Programs | Basis Components | Installation Tools | Content for ABAP based automated TC(BC-INS-TC-CNT) SAP BC

STC_SC_UI_BDLS SAP ABAP Report - System Copy: Task Manager UI for Conversion of BDLS







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


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 STC_SC_UI_BDLS. "Basic submit
SUBMIT STC_SC_UI_BDLS AND RETURN. "Return to original report after report execution complete
SUBMIT STC_SC_UI_BDLS 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_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


INCLUDES used within this REPORT STC_SC_UI_BDLS

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:

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[].



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