EMDGEN_EPDTYPE_CROSS_COMPARE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Cross-client and cross-system comparison of tables for master data template types This analysis report is only used internally within SAP...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter EMDGEN_EPDTYPE_CROSS_COMPARE 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: XCLIENT = D Client
Selection Text: XDEST = Destination
Selection Text: XLANGU = D Language Key
Title: Cross-System Comparison of Master Data Template Categories
INCLUDE EMSG.
No SAP DATABASE tables are accessed within this REPORT code!
EMDGEN_DB_EPDTYPE_ALL_RFC CALL FUNCTION 'EMDGEN_DB_EPDTYPE_ALL_RFC' DESTINATION p_types-rfcdest EXPORTING x_client = p_types-mandt "may be initial x_ranges_langu = p_langu IMPORTING y_client = p_types-mandt y_sysid = p_types-sysid TABLES t_epdtype = iepdtype t_epdtypet = p_types-iepdtypet t_epdtypea = iepdtypea t_epdtypeh = iepdtypeh t_epdtypeht = p_types-iepdtypeht EXCEPTIONS communication_failure = 1 MESSAGE msg_text system_failure = 2 MESSAGE msg_text.
MSG_OPEN CALL FUNCTION 'MSG_OPEN' EXPORTING x_log = 'X' "#EC NOTEXT x_no_dialog = 'X' "#EC NOTEXT IMPORTING y_msg_handle = p_obj-msg_handle EXCEPTIONS OTHERS = 1.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = save_tabname TABLES x031l_tab = save_x031l EXCEPTIONS OTHERS = 1.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = p_obj-msg_handle x_action = co_msg_dspl EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EMDGEN_EPDTYPE_CROSS_COMPARE - Cross-System Comparison of Master Data Template Categories EMDGEN_EPDTYPE_CROSS_COMPARE - Cross-System Comparison of Master Data Template Categories EMDGEN_EPDTYPE_CLIENTTRANSPORT - Cross-Client Transport of Master Data Template Categories EMDGEN_EPDTYPE_CLIENTTRANSPORT - Cross-Client Transport of Master Data Template Categories EMDGEN_EPDTYPEH_MAINTAIN_GRO01 - EMDGENEPDTYPEHMAINTAINGRO01 EMDGEN_EPDTYPEH_MAINTAIN - Enhance Master Data Template Categories (Table EPDTYPEH)