MDG_TR_CLIENTCOPY_EXEC_AI 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_CLIENTCOPY_EXEC_AI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MDG_TR_EXEC_AI - Postprocessing of Client Copy
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_CHECK = Check for Postprocessing
Selection Text: P_EXEC = Run Postprocessing
Selection Text: P_LOCA = Ignore Exception Table
Selection Text: P_MSG = Post Messages Online
Selection Text: SO_KEY = Table Keys
Selection Text: SO_OBJ = D Object Type
Selection Text: SO_OBJN = D Object Name
Title: Postprocessing of Client Copy
Text Symbol: 001 = Analysis Phase in the Source Client
Text Symbol: 002 = Postprocessing in the Target Client
Text Symbol: 003 = Exclusive Postprocessing for Individual Objects
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MDG_TR_CC_INFO_GET CALL FUNCTION 'MDG_TR_CC_INFO_GET' IMPORTING * ES_CCM = e_cli_protect = l_cliprot EXCEPTIONS no_record = 1 OTHERS = 2.
VIEW_GET_CLIENT_STATE CALL FUNCTION 'VIEW_GET_CLIENT_STATE' IMPORTING * TRANSP_STATE = * CLIINDEP_STATE = client_state = l_client_state.
MDG_TR_CC_EXIT_AFTER_COPY CALL FUNCTION 'MDG_TR_CC_EXIT_AFTER_COPY' EXPORTING test = space clii = space appl = space modus = 'C' gt_e071 = gt_e071 gt_e071k = gt_e071k offline = 'X' precheck = 'X' no_local_attributes = p_loca io_msg = o_msg * IMPORTING * RCOD = * ET_MSG = .
MDG_TR_CONTEXT_SET CALL FUNCTION 'MDG_TR_CONTEXT_SET' EXPORTING if_clear = 'X' if_write_memory = 'X'.
MDG_TR_CC_EXIT_AFTER_COPY CALL FUNCTION 'MDG_TR_CC_EXIT_AFTER_COPY' EXPORTING test = space clii = space appl = space modus = 'C' gt_e071 = gt_e071 gt_e071k = gt_e071k offline = 'X' precheck = space no_local_attributes = p_loca io_msg = o_msg * IMPORTING * RCOD = * ET_MSG = .
MDG_TR_CONTEXT_SET CALL FUNCTION 'MDG_TR_CONTEXT_SET' EXPORTING if_write_memory = 'X' is_context = ls_context.
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_CLIENTCOPY_EXEC_AI - Postprocessing of Client Copy MDG_TR_CLIENTCOPY_EXEC_AI - Postprocessing of Client Copy MDG_TR_CC_COPY_DATA - Client Copy: Copy Transaction Data MDG_TR_CC_COPY_DATA - Client Copy: Copy Transaction Data MDG_MSG_UNIT_TESTS - Program for Manual Execution of Unit Tests MDG_MSG_UNIT_TESTS - Program for Manual Execution of Unit Tests