SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Data Transfer Workbench(BC-SRV-DX-DXW) SAP BC

DXADMINSUB_RUN SAP ABAP INCLUDE - DXADMINSUBRUN







DXADMINSUB_RUN is a standard ABAP INCLUDE 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 DXADMINSUB_RUN 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 DXADMINSUB_RUN. "Basic submit
SUBMIT DXADMINSUB_RUN AND RETURN. "Return to original report after report execution complete
SUBMIT DXADMINSUB_RUN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT DXADMINSUB_RUN

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:

DX_RUN_START CALL FUNCTION 'DX_RUN_START' EXPORTING project = p_selected_node-project subproject = p_selected_node-subproject rundef = p_selected_node-rundef restart = c_false IMPORTING rundata = p_rundata EXCEPTIONS OTHERS = 11.

DX_RUNS_LIST CALL FUNCTION 'DX_RUNS_LIST' EXPORTING project = p_rundata-project subproject = p_rundata-subproject TABLES runs = p_runs EXCEPTIONS OTHERS = 3.

DX_RUN_START CALL FUNCTION 'DX_RUN_START' EXPORTING project = p_selected_node-project subproject = p_selected_node-subproject rundef = p_selected_node-rundef restart = c_true IMPORTING rundata = p_rundata EXCEPTIONS OTHERS = 11.

DX_RUNS_LIST CALL FUNCTION 'DX_RUNS_LIST' EXPORTING project = p_rundata-project subproject = p_rundata-subproject TABLES runs = p_runs EXCEPTIONS OTHERS = 3.

DX_RUN_DELETE CALL FUNCTION 'DX_RUN_DELETE' EXPORTING project = p_selected_node-project subproject = p_selected_node-subproject rundef = p_selected_node-rundef runid = p_selected_node-runid EXCEPTIONS OTHERS = 5.

DX_RUNS_LIST CALL FUNCTION 'DX_RUNS_LIST' EXPORTING project = p_selected_node-project subproject = p_selected_node-subproject TABLES runs = p_runs EXCEPTIONS OTHERS = 3.

DX_RUN_END CALL FUNCTION 'DX_RUN_END' EXPORTING project = p_selected_node-project subproject = p_selected_node-subproject rundef = p_selected_node-rundef runid = p_selected_node-runid EXCEPTIONS OTHERS = 5.

DX_RUNS_LIST CALL FUNCTION 'DX_RUNS_LIST' EXPORTING project = p_selected_node-project subproject = p_selected_node-subproject TABLES runs = p_runs EXCEPTIONS OTHERS = 3.

DX_RUN_DISPLAY_BALLOG CALL FUNCTION 'DX_RUN_DISPLAY_BALLOG' EXPORTING project = p_selected_node-project subproject = p_selected_node-subproject rundef = p_selected_node-rundef runid = p_selected_node-runid EXCEPTIONS error_with_ballog = 1 OTHERS = 2.

DX_RUN_END_ACTUAL_TASK CALL FUNCTION 'DX_RUN_END_ACTUAL_TASK' EXPORTING project = p_selected_node-project subproject = p_selected_node-subproject rundef = p_selected_node-rundef runid = p_selected_node-runid EXCEPTIONS OTHERS = 6.

DX_TASKS_LIST CALL FUNCTION 'DX_TASKS_LIST' EXPORTING project = p_selected_node-project subproject = p_selected_node-subproject rundef = p_selected_node-rundef TABLES tasklist = p_tasklist EXCEPTIONS OTHERS = 2.

DX_ATTRIB_LSMW_DISPLAY CALL FUNCTION 'DX_ATTRIB_LSMW_DISPLAY' EXPORTING project = p_tasklist-project subproject = p_tasklist-subproject rundef = p_tasklist-rundef task = p_tasklist-task TABLES input_files = p_lsmw_inp_files EXCEPTIONS OTHERS = 5.

DX_ATTRIB_BAPI_DISPLAY CALL FUNCTION 'DX_ATTRIB_BAPI_DISPLAY' EXPORTING project = p_tasklist-project subproject = p_tasklist-subproject rundef = p_tasklist-rundef task = p_tasklist-task IMPORTING attribdata = p_attribdata EXCEPTIONS OTHERS = 5.

DX_REG_DISPLAY CALL FUNCTION 'DX_REG_DISPLAY' EXPORTING objecttype = p_attribdata-objecttype tasktype = p_attribdata-tasktype progtype = p_attribdata-progtype progname = p_attribdata-progname IMPORTING loadregdata = p_loadreg EXCEPTIONS OTHERS = 4.

DX_RUN_GET_BALLOG CALL FUNCTION 'DX_RUN_GET_BALLOG' EXPORTING project = p_selected_node-project subproject = p_selected_node-subproject rundef = p_selected_node-rundef runid = p_selected_node-runid IMPORTING log_handles = p_t_ballog_handle EXCEPTIONS OTHERS = 2.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = p_display_profile.

BAL_CNTL_CREATE CALL FUNCTION 'BAL_CNTL_CREATE' EXPORTING i_container = g_ctrl_container_800 i_s_display_profile = p_display_profile i_t_log_handle = p_t_ballog_handle IMPORTING e_control_handle = g_ctrl_handle_800 EXCEPTIONS OTHERS = 3.

BAL_CNTL_FREE CALL FUNCTION 'BAL_CNTL_FREE' CHANGING c_control_handle = g_ctrl_handle_800 EXCEPTIONS OTHERS = 2.

SWE_EVENT_CREATE





CALL FUNCTION 'SWE_EVENT_CREATE' EXPORTING objtype = 'DXRUN' objkey = l_key event = 'ENDEDWITHERROR' EXCEPTIONS OTHERS = 2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXPORTING _synchron = 'X'.

DX_RUN_BATCH_START CALL FUNCTION 'DX_RUN_BATCH_START' EXPORTING project = p_selected_node-project subproject = p_selected_node-subproject rundef = p_selected_node-rundef restart = c_false IMPORTING jobcount = l_jobnr job_released = l_released EXCEPTIONS OTHERS = 6.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXPORTING _synchron = 'X'.

DX_RUN_BATCH_START CALL FUNCTION 'DX_RUN_BATCH_START' EXPORTING project = p_selected_node-project subproject = p_selected_node-subproject rundef = p_selected_node-rundef restart = c_true IMPORTING jobcount = l_jobnr job_released = l_released EXCEPTIONS OTHERS = 6.



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