MP100020 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 MP100020 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: Output Module for Infotype 1000
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = p1000-plvar otype = p1000-otype objid = p1000-objid * REALO = ' ' istat = p1000-istat begda = p1000-begda endda = p1000-endda * LANGU = SY-LANGU * OINTERVAL = 'X' * STORE = 'X' * CHECK_STRU_AUTH = 'X' * READ_DB = ' ' IMPORTING * OBEG = * OEND = * OSTAT = histo = pppar-histo short = pphdx-short stext = pphdx-stext * TISTAT = * TLANGU = * TABLES * EXISTENCE = EXCEPTIONS not_found = 1 OTHERS = 2.
RH_NAME_INIT CALL FUNCTION 'RH_NAME_INIT' EXPORTING in_short = p1000-short in_stext = p1000-stext IMPORTING in_vornm = q1000-vornm in_nachn = q1000-nachn in_subrc = subrc.
RH_GET_NEXT_NUMBER CALL FUNCTION 'RH_GET_NEXT_NUMBER' EXPORTING action = 'GIVE' ext_number = p1000-objid "QJGA00125 otype = p1000-otype plvar = p1000-plvar IMPORTING number = p1000-objid.
RH_NAME_CONVERT CALL FUNCTION 'RH_NAME_CONVERT' EXPORTING vorna = cn_vornm nachn = cn_nachn IMPORTING short = cn_short stext = cn_stext EXCEPTIONS name_too_long = 4 OTHERS = 4.
RH_OM_DETAILSCREEN_GETDATA CALL FUNCTION 'RH_OM_DETAILSCREEN_GETDATA' IMPORTING tabchanged = lv_tabchanged.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.