MP101440 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 MP101440 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.
Title: INCLUDE MP101440
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RHOM_READ_INFTY_BUFFERED call function 'RHOM_READ_INFTY_BUFFERED' exporting infty = '1007' istat = p1014-istat buffer_mode = buffer_mode tables objects = vac_obj infty_dat = vac_1007 exceptions no_active_plvar = 1 others = 2.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-vac textline2 = text-con titel = text-tva importing answer = confirm_answer.
RH_SET_BUFFER_PLOG_TAB call function 'RH_SET_BUFFER_PLOG_TAB' exporting buffer_count_imp = buffer_count buffo_object_count_imp = buffo_object_count plog_tab_count_imp = plog_tab_count tb_buffer_count_imp = tb_buffer_count tb_plog_tab_count_imp = tb_plog_tab_count tables buffer_tab = buffer buffo_tab = buffo plog_tab_tab = plog_tab tb_buffer_tab = tb_buffer tb_plog_tab_tab = tb_plog_tab.
RH_CUT_INFTY call function 'RH_CUT_INFTY' exporting gdate = cut_date histo = ' ' vtask = 'B' authy = 'X' tables innnn = cut_1007 exceptions error_during_cut = 1 no_authorization = 2 gdate_before_begda = 3 cut_of_timco_one = 4 corr_exit = 5.
RH_DELETE_INFTY call function 'RH_DELETE_INFTY' exporting vtask = 'B' tables innnn = del_1007 exceptions error_during_delete = 1 no_authorization = 2 delete_first_record = 3 corr_exit = 4 others = 5.
RH_GET_BUFFER_PLOG_TAB call function 'RH_GET_BUFFER_PLOG_TAB' importing buffer_count_exp = buffer_count buffo_object_count_exp = buffo_object_count plog_tab_count_exp = plog_tab_count tb_buffer_count_exp = tb_buffer_count tb_plog_tab_count_exp = tb_plog_tab_count tables buffer_tab = buffer buffo_tab = buffo plog_tab_tab = plog_tab tb_buffer_tab = tb_buffer tb_plog_tab_tab = tb_plog_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.