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

STC_TM_MAINTAIN SAP ABAP Report - Task List Run Monitor







STC_TM_MAINTAIN 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 STC_TM_MAINTAIN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

STC02 - Task List Run Monitor


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_TM_MAINTAIN. "Basic submit
SUBMIT STC_TM_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT STC_TM_MAINTAIN 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_TMPL = D .
Selection Text: P_STAT13 = Aborted
Selection Text: P_STAT12 = Error occured
Selection Text: P_STAT11 = Finished with warnings
Selection Text: P_STAT10 = Finished successfull
Selection Text: P_STAT08 = Execution scheduled
Selection Text: P_STAT07 = Does not need to be executed
Selection Text: P_STAT06 = Manual activity required
Selection Text: P_STAT05 = Stopped
Selection Text: P_STAT03 = Running
Selection Text: P_STAT01 = Waiting to be executed
Selection Text: P_SESS = D .
Selection Text: P_SCEN = D .
Selection Text: P_EUSR = D .
Selection Text: P_ESNR = Instance No.
Selection Text: P_ESID = D .
Selection Text: P_ESES = D .
Selection Text: P_EHST = D .
Selection Text: P_ECNT = D .
Selection Text: P_CRUSR = D .
Selection Text: P_CRDAT = Created on
Selection Text: P_CHUSR = D .
Selection Text: P_CHDAT = Changed on
Title: Task List Run Monitor
Text Symbol: 014 = Variant
Text Symbol: 013 = Task List
Text Symbol: 012 = Delete source file from file system?
Text Symbol: 011 = No
Text Symbol: 010 = Yes
Text Symbol: 009 = Task List Run &1 already exists. Overwrite?
Text Symbol: 008 = Import Task List Run from &1
Text Symbol: 007 = Task List Run Status
Text Symbol: 006 = Delete Task List Runs
Text Symbol: 005 = Delete selected Task List Runs (&1)?
Text Symbol: 004 = &1 Task List Runs found
Text Symbol: 003 = External Caller Info
Text Symbol: 002 = Task List Run
Text Symbol: 001 = Online Help





INCLUDES used within this REPORT STC_TM_MAINTAIN

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:

RS_CUA_STATUS_CHECK CALL FUNCTION 'RS_CUA_STATUS_CHECK' EXPORTING objectname = 'SELECTION' program = sy-repid EXCEPTIONS object_not_found = 1 others = 2.

STC_TM_SELECT_EXPIMP_LOCATION CALL FUNCTION 'STC_TM_SELECT_EXPIMP_LOCATION' EXPORTING i_exp_or_imp = 'IMP' IMPORTING e_location = g_imp_location EXCEPTIONS internal_error = 1 user_abort = 2 others = 1.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = g_pgv_title TABLES fields = gt_pgv_fields EXCEPTIONS error_in_fields = 0 OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = g_ptc_title text_question = g_ptc_question text_button_1 = text-010 text_button_2 = text-011 default_button = '2' display_cancel_button = ' ' IMPORTING answer = g_ptc_answer EXCEPTIONS text_not_found = 0 OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = g_ptc_title text_question = g_ptc_question text_button_1 = text-010 text_button_2 = text-011 default_button = '1' display_cancel_button = ' ' IMPORTING answer = g_ptc_answer EXCEPTIONS text_not_found = 0 OTHERS = 0.

HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING doklangu = sy-langu called_for_tab = 'STC_SESSION' called_for_field = 'STATUS'.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr translate_to_upper = abap_true TABLES dynpfields = lt_dynpread.

STC_TM_GET_TEMPLATE_LIST CALL FUNCTION 'STC_TM_GET_TEMPLATE_LIST' EXPORTING i_scenario_id = p_scen-low i_show = 'X' IMPORTING e_template_id = l_tmpl.

DSYS_SHOW CALL FUNCTION 'DSYS_SHOW' EXPORTING dokclass = 'DT' doklangu = sy-langu dokname = 'STC_STC02' EXCEPTIONS class_unknown = 1 object_not_found = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'STCTM_S_SESSION' CHANGING ct_fieldcat = lt_tmp_fc[] EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-006 "Delete Sessions text_question = lp_text * text_button_1 = 'Ja' "default * text_button_2 = 'Nein' "default default_button = '2' display_cancel_button = 'X' IMPORTING answer = lp_answer.



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