SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

MP100220 SAP ABAP INCLUDE - PAI/PBO Modules for Infotype 1002 - PD







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MP100220. "Basic submit
SUBMIT MP100220 AND RETURN. "Return to original report after report execution complete
SUBMIT MP100220 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: PAI/PBO Modules for Infotype 1002 - PD


INCLUDES used within this REPORT MP100220

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MP100220 or its description.