MDG_TR_TEST_CLIENTCOPY 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 MDG_TR_TEST_CLIENTCOPY 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_ADATA = With Transaction Data
Selection Text: P_ANA = Analysis Phase Source Client
Selection Text: P_APPL = Copy Transaction Data
Selection Text: P_COPY = Copy Analysis Tables
Selection Text: P_DEL = Simulation Delete TargetClient
Selection Text: P_DIA = Dialog Exit for RFC Dest.
Selection Text: P_EXEC = Post-Processing Target Client
Selection Text: P_LIST = List Output
Selection Text: P_LOG = Write Application Log
Selection Text: P_MSG = Print output
Selection Text: P_SOURCE = Source Client
Selection Text: P_TEST = Test Mode
Title: Test for Client Copy Exits
Text Symbol: 001 = Execution Options
Text Symbol: 003 = Exceptions
Text Symbol: 004 = Objects
Text Symbol: 005 = Name of Virtual Request
Text Symbol: 006 = Source client
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MDG_TR_CC_EXIT_DIALOG CALL FUNCTION 'MDG_TR_CC_EXIT_DIALOG' EXPORTING appl = p_adata clii = space modus = 'C' srccli = p_source logsys = space rfcdes = space IMPORTING rcod = l_subrc.
MDG_TR_CC_DELETE_CLIENT CALL FUNCTION 'MDG_TR_CC_DELETE_CLIENT' EXPORTING i_log = space i_test = 'X' "always test mode IMPORTING * E_SUBRC = eo_msg = lo_msg_tmp * ET_MSG = et_deleted_tables = lt_tabname .
MDG_TR_CC_TEST_ANALYSE CALL FUNCTION 'MDG_TR_CC_TEST_ANALYSE' EXPORTING i_source_client = p_source i_appl = p_adata "with application data io_msg = lo_msg i_test = p_test i_list = p_list i_log = p_log IMPORTING e_trkorr = l_trkorr.
MDG_TR_GET_RFC_DEST CALL FUNCTION 'MDG_TR_GET_RFC_DEST' EXPORTING * I_SYSID = SY-SYSID i_mandt = p_source IMPORTING e_rfcdest = l_rfcdest EXCEPTIONS not_found = 1 OTHERS = 2 .
MDG_TR_CC_REQUEST_CREATE CALL FUNCTION 'MDG_TR_CC_REQUEST_CREATE' DESTINATION l_rfcdest EXPORTING i_create_trkorr = ' ' i_trkorr = space IMPORTING * E_TRKORR = et_e071 = lt_e071 et_e071k = lt_e071k EXCEPTIONS piecelist_empty = 1 request_error = 2 OTHERS = 3 .
MDG_TR_CC_REQUEST_COPY CALL FUNCTION 'MDG_TR_CC_REQUEST_COPY' EXPORTING i_source_client = p_source * I_TRKORR = ' ' i_direct_copy = 'X' i_test = p_test io_msg = lo_msg i_log = p_log it_e071 = lt_e071 it_e071k = lt_e071k EXCEPTIONS failed = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MDG_TR_TEST_CLIENTCOPY - Test for Client Copy Exits MDG_TR_TEST_CLIENTCOPY - Test for Client Copy Exits MDG_TR_SCHEMES - Anzeige des Transportcontainers MDG_TR_LOG - Display of Transport Tool Logs (Error Analysis) MDG_TR_LOG - Display of Transport Tool Logs (Error Analysis) MDG_TR_EXECUTE_METHODS - Display of Transport Container: Execution of Transport Methods