SAP Reports / Programs

MDG_TR_CLIENTCOPY_EXEC_AI SAP ABAP Report - Postprocessing of Client Copy







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


Transaction Code(s):

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

MDG_TR_EXEC_AI - Postprocessing of Client Copy


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


INCLUDES used within this REPORT MDG_TR_CLIENTCOPY_EXEC_AI

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:

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.



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