MP500320 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 MP500320 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: Learning Solution PBO/PAI for MP500300
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_EDITOR_SET CALL FUNCTION 'RH_EDITOR_SET' EXPORTING repid = local_prog dynnr = local_dynp controlname = 'EDIT_CONTROL' show_tool = ' ' show_status = ' ' display_mode = local_disp TABLES lines = gt_dyntab_1col "XEY951789 EXCEPTIONS create_error = 0 internal_error = 0 OTHERS = 0.
RH_EDITOR_GET_AS_STREAM CALL FUNCTION 'RH_EDITOR_GET_AS_STREAM' EXPORTING controlname = 'EDIT_CONTROL' IMPORTING changed = local_chng TABLES stream_lines = lt_5003t EXCEPTIONS OTHERS = 0.
HR_URL_CALL_BROWSER CALL FUNCTION 'HR_URL_CALL_BROWSER' EXPORTING url = local_url EXCEPTIONS browser_start_failed = 1 no_batch = 2 url_is_empty = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP500320 - Learning Solution PBO/PAI for MP500300 MP500300 - Learning Solution Infotype 5003 (Course Content Static) MP500300 - Learning Solution Infotype 5003 (Course Content Static) MP400541 - Infotype 4005 - INCLUDE for Subroutines MP400540 - Infotype 4005 - INCLUDE for Subroutines MP400530 - documentation and ABAP source code