MP503220 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 MP503220 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: RP-PLAN Infotype 5032 Special Module PAI/PBO
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HREXP_POPUP_F4_FOR_PROFCY CALL FUNCTION 'HREXP_POPUP_F4_FOR_PROFCY' EXPORTING plvar = p5032-plvar otype = p5032-otype objid = p5032-objid begda = p5032-begda endda = p5032-endda seark = p5032-profcy_min IMPORTING new_pstext = profcy_min_text EXCEPTIONS cancelled = 1 * unsufficient_data = 2 qk_error = 3 scale_error = 4 OTHERS = 5.
HREXP_POPUP_F4_FOR_PROFCY CALL FUNCTION 'HREXP_POPUP_F4_FOR_PROFCY' EXPORTING plvar = p5032-plvar otype = p5032-otype objid = p5032-objid begda = p5032-begda endda = p5032-endda only_display = ' ' IMPORTING new_profcy = p5032-profcy_min new_pstext = profcy_min_text EXCEPTIONS cancelled = 1 * unsufficient_data = 2 qk_error = 3 scale_error = 4 OTHERS = 5.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = htab EXCEPTIONS invalid_abapworkarea = 0 invalid_dynprofield = 0 invalid_dynproname = 0 invalid_dynpronummer = 0 invalid_request = 0 no_fielddescription = 0 undefind_error = 0 OTHERS = 0.
HREXP_POPUP_F4_FOR_PROFCY CALL FUNCTION 'HREXP_POPUP_F4_FOR_PROFCY' EXPORTING plvar = p5032-plvar otype = p5032-otype objid = p5032-objid begda = p5032-begda endda = p5032-endda seark = p5032-profcy_min IMPORTING new_pstext = profcy_min_text EXCEPTIONS cancelled = 1 * unsufficient_data = 2 qk_error = 3 scale_error = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.