MDG_GN_CONVERT_F01 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 MDG_GN_CONVERT_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = is_catalog_entry-physical_name TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 4.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname =
-physical_name TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 4.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = is_catalog_entry-physical_name TABLES dfies_tab = lt_dfies EXCEPTIONS * NOT_FOUND = 1 OTHERS = 2.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = is_catalog_entry-physical_name state = 'M' IMPORTING gotstate = l_state_p TABLES dd03p_tab = lt_dd03p_p dd12v_tab = lt_dd12v_p * DD05M_TAB = * DD08V_TAB = * EXCEPTIONS * ILLEGAL_INPUT = 1 * OTHERS = 2 .
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = ls_dep_tab-tabname all_types = 'X' IMPORTING ddobjtype = l_objtype EXCEPTIONS OTHERS = 4.
DDIF_INDX_GET CALL FUNCTION 'DDIF_INDX_GET' EXPORTING name =
-sqltab id = -indexname state = 'M' langu = sy-langu IMPORTING gotstate = l_state dd12v_wa = ls_dd12v TABLES dd17v_tab = lt_dd17v EXCEPTIONS illegal_input = 1 OTHERS = 2.
DDIF_OBJECT_DELETE CALL FUNCTION 'DDIF_OBJECT_DELETE' EXPORTING type = 'INDX' name =
-sqltab id = -indexname * AUTHORITY_CHECK = ' ' IMPORTING deleted = l_deleted EXCEPTIONS OTHERS = 0.
DDIF_INDX_PUT CALL FUNCTION 'DDIF_INDX_PUT' EXPORTING name =
-sqltab id = -indexname dd12v_wa = ls_dd12v TABLES dd17v_tab = lt_dd17v EXCEPTIONS indx_not_found = 1 name_inconsistent = 2 indx_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = ls_dep_tab-tabname state = 'M' IMPORTING gotstate = l_state_m TABLES dd03p_tab = lt_dd03p_m dd05m_tab = lt_dd05m_m dd08v_tab = lt_dd08v_m * EXCEPTIONS * ILLEGAL_INPUT = 1 * OTHERS = 2 .
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = ls_dep_tab-tabname state = 'A' IMPORTING gotstate = l_state_a TABLES dd03p_tab = lt_dd03p_a dd05m_tab = lt_dd05m_a dd08v_tab = lt_dd08v_a * EXCEPTIONS * ILLEGAL_INPUT = 1 * OTHERS = 2 .
DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = ls_dep_tab-tabname TABLES dd03p_tab = lt_dd03p_a dd05m_tab = lt_dd05m_a dd08v_tab = lt_dd08v_a * EXCEPTIONS * TABL_NOT_FOUND = 1 * NAME_INCONSISTENT = 2 * TABL_INCONSISTENT = 3 * PUT_FAILURE = 4 * PUT_REFUSED = 5 * OTHERS = 6 .
DDIF_TABL_ACTIVATE CALL FUNCTION 'DDIF_TABL_ACTIVATE' EXPORTING name = ls_dep_tab-tabname * AUTH_CHK = 'X' * PRID = -1 IMPORTING rc = l_rc EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.
DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = ls_dep_tab-tabname TABLES dd03p_tab = lt_dd03p_m dd05m_tab = lt_dd05m_m dd08v_tab = lt_dd08v_m * EXCEPTIONS * TABL_NOT_FOUND = 1 * NAME_INCONSISTENT = 2 * TABL_INCONSISTENT = 3 * PUT_FAILURE = 4 * PUT_REFUSED = 5 * OTHERS = 6 .
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
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_GN_CONVERT_F01 - Umsetzung generierter Tabellen (Formroutinen) MDG_GN_CONVERT - Conversion of Generated Tables MDG_GN_CONVERT - Conversion of Generated Tables MDG_GN_CLEANUP_CLIENT - Deletes all generated objects of the client MDG_GN_CLEANUP_CLIENT - Deletes all generated objects of the client MDG_GN_CATALOG_IMPL - Katalogimplementierung (lokale Klasse)