SAP Reports / Programs

CHECK_MISSING_ELEMENTS SAP ABAP Report - Programm CHECK_MISSING_ELEMENTS







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


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 CHECK_MISSING_ELEMENTS. "Basic submit
SUBMIT CHECK_MISSING_ELEMENTS AND RETURN. "Return to original report after report execution complete
SUBMIT CHECK_MISSING_ELEMENTS 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: L_UID_R = Query
Selection Text: P_DEFTP = Object type
Selection Text: P_OVERS = Object version
Title: Programm CHECK_MISSING_ELEMENTS


INCLUDES used within this REPORT CHECK_MISSING_ELEMENTS

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:

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.



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