CHECK_MISSING_ELEMENTS 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 CHECK_MISSING_ELEMENTS 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: L_UID_R = Query
Selection Text: P_DEFTP = Object type
Selection Text: P_OVERS = Object version
Title: Programm CHECK_MISSING_ELEMENTS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSZ_DB_COMP_LIST_GET CALL FUNCTION 'RSZ_DB_COMP_LIST_GET' EXPORTING i_deftp = p_deftp i_objvers = p_overs IMPORTING e_th_complist = l_th_compdir_compic_db EXCEPTIONS OTHERS = 0.
RSZ_DB_FULL_XREF_GET CALL FUNCTION 'RSZ_DB_FULL_XREF_GET' EXPORTING i_objvers = p_overs IMPORTING e_ts_eltxref = l_ts_eltxref.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'CHECK_MISSING_ELEMENTS' dynumb = '1000' TABLES dynpfields = l_t_dynpfields.
RSZ_COMPONENT_TREE_GET CALL FUNCTION 'RSZ_COMPONENT_TREE_GET' EXPORTING i_objvers = l_overs i_deftp = l_deftp * I_SCREEN_START_COLUM = 15 * I_SCREEN_START_LINE = 1 * I_SCREEN_END_COLUMN = 95 * I_SCREEN_END_LINE = 25 * I_TITLE = * I_TREE_HEADER = i_ok_button_text = 'OK' IMPORTING e_infocube = l_infocube e_compuid = l_eltuid.
RSZ_DB_COMP_F4 * CALL FUNCTION 'RSZ_DB_COMP_F4' * EXPORTING * i_objvers = l_overs * i_deftp = l_deftp * IMPORTING * e_compuid = l_eltuid * e_infocube = l_infocube.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CHECK_MISSING_ELEMENTS - Programm CHECK_MISSING_ELEMENTS CHECK_MISSING_ELEMENTS - Programm CHECK_MISSING_ELEMENTS CHECK_MGPLN_BUKRS - check migration plan and company code assignment CHECK_FOBJ_ALL - Include CHECK_FOBJ_ALL CHECK_FIAA_ACCT_ASSIGNMENTS - Check Settings for Update of Account Assignments for FI-AA Postings CHECK_FIAA_ACCT_ASSIGNMENTS - Check Settings for Update of Account Assignments for FI-AA Postings