MP56T_OVERVTOP 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 MP56T_OVERVTOP 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.
INCLUDE SIMAGECONTROLCLASSDEF.
INCLUDE SIMAGECONTROLCLASSIMPL.
INCLUDE CNHTINCL.
No SAP DATABASE tables are accessed within this REPORT code!
DOC_DISPLAY_GET_STATE call function 'DOC_DISPLAY_GET_STATE' exporting repid = this_repid dynnr = this_dynnr importing display_state = display_state exceptions others = 0.
DOC_DISPLAY_UNHIDE call function 'DOC_DISPLAY_UNHIDE'.
DOC_DISPLAY_INITIALIZE call function 'DOC_DISPLAY_INITIALIZE' exporting repid = this_repid dynnr = this_dynnr side = 'B' extension = 420 "SLK054447 as_dialogbox = 'X' "SLK054447 frog = ' ' "WKUK001536 exceptions internal_error = 1 others = 2.
DOC_DISPLAY_UNHIDE * call function 'DOC_DISPLAY_UNHIDE'.
DOC_DISPLAY_F1HELP call function 'DOC_DISPLAY_F1HELP' exporting object = &1 sydynnr = this_dynnr syrepid = this_repid sypfkey = sypfkey.
HELP_OBJECT_SHOW_FOR_FIELD * call function 'HELP_OBJECT_SHOW_FOR_FIELD' * ... (field muß in Struktur und Feldname gesplittet werden!)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.