MP321320 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 MP321320 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 MP321320
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR99B00_PP_T799BPP02_READ CALL FUNCTION 'HR99B00_PP_T799BPP02_READ' EXPORTING p_molga = t001p-molga p_idpln = p3213-idpln p_idsbp = p3213-idsbp p_date = p3213-begda CHANGING wa_t799bpp02 = gs_t799bpp02 EXCEPTIONS * NO_ENTRIES_FOUND = 1 OTHERS = 9.
HR99B00_PP_T799BPP01T_READ CALL FUNCTION 'HR99B00_PP_T799BPP01T_READ' EXPORTING p_molga = t001p-molga p_idpln = p3213-idpln IMPORTING idpln_txt = q3213-idpln EXCEPTIONS OTHERS = 0.
HR99B00_PP_T799BPP02T_READ CALL FUNCTION 'HR99B00_PP_T799BPP02T_READ' EXPORTING p_molga = t001p-molga p_idpln = p3213-idpln p_idsbp = p3213-idsbp IMPORTING idsbp_txt = q3213-idsbp EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.