MWOG1FABN 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 MWOG1FABN 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!
WDF_ITEM_SORT_ABN call function 'WDF_ITEM_SORT_ABN' exporting i_fdis = p_fdis tables t_abn = tx_abn t_sortfield = t_sortfield_tab t_abnind = ti_abn.
WDF_ITEM_SEARCH_ABN call function 'WDF_ITEM_SEARCH_ABN' exporting i_fdis = wdfr_fdis i_dialog = p_dialog i_mode = p_mode i_top_line = iabn_tabix_zeile_1 importing e_current_line = iabn_tabix_zeile_1 tables t_abn = tx_abn t_abnind = ti_abn.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.