MP100220 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 MP100220 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: PAI/PBO Modules for Infotype 1002 - PD
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' "XCS_30D EXPORTING authority = 'DISP' with_stru_auth = 'X' infty = '1201' istat = a_istat extend = 'X' * SUBTY = ' ' begda = a_begda endda = a_endda * CONDITION = '00000' * INFTB = '1' * SORT = 'X' * VIA_T777D = ' ' TABLES innnn = a_1201 OBJECTS = a_object EXCEPTIONS all_infty_with_subty = 1 nothing_found = 2 no_objects = 3 wrong_condition = 4 OTHERS = 5.
RH_HRP_CONT_READ CALL FUNCTION 'RH_HRP_CONT_READ' EXPORTING act_plvar = a_plvar act_otype = a_otype act_objid = a_objid act_begda = a_begda act_endda = a_endda act_istat = a_istat * ACT_LANGU = SY-LANGU act_swotp = a_objtyp "XCS_30D * APPEND_DEFAULTS = 'X' * importing * cont_begda = * cont_endda = TABLES act_cont_def = csse_cont_def * ACT_CONT_TXT = EXCEPTIONS OTHERS = 1.
SWU_EDIT_TASK_TEXTLINES CALL FUNCTION 'SWU_EDIT_TASK_TEXTLINES' EXPORTING act_title = t777u-sutxt maint_flag = csse_maint IMPORTING changed = csse_changed TABLES text_lines = csse_tlines containerdef = csse_cont_def EXCEPTIONS text_system_error = 01.
RH_EDITOR_SET CALL FUNCTION 'RH_EDITOR_SET' EXPORTING repid = 'MP100200' dynnr = '2110' controlname = 'EDIT_CONTROL' max_cols = local_colw * MAX_LINES = * SHOW_TOOL = 'X' show_status = 'X' display_mode = local_disp TABLES * lines = dyn_tab lines = gt_dyntab_1col EXCEPTIONS create_error = 1 internal_error = 2 OTHERS = 3.
RH_EDITOR_GET CALL FUNCTION 'RH_EDITOR_GET' EXPORTING controlname = 'EDIT_CONTROL' col_width = lv_txt_width "THY270104 IMPORTING changed = edit_control_changed TABLES * lines = dyn_tab lines = gt_dyntab_1col "THY200904#775051 EXCEPTIONS internal_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.