MP500420 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 MP500420 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 Include PBO/PAI for MP500400
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_UPDATE_BUFFER CALL FUNCTION 'RH_UPDATE_BUFFER'.
RHV6_GET_DLG_INFOS CALL FUNCTION 'RHV6_GET_DLG_INFOS' IMPORTING controls = gs_controls read_object = gs_flags-read_object write_object = gs_flags-write_object show_last_update = gs_flags-show_last_update object_is_changed = gs_flags-object_is_changed actual_subscreen = gs_subscr EXCEPTIONS OTHERS = 0.
RHV6_GET_INFOTYPE CALL FUNCTION 'RHV6_GET_INFOTYPE' "XHB748215 EXPORTING "XHB748215 infty = '5004' "XHB748215 IMPORTING "XHB748215 infotype = p5004 "XHB748215 EXCEPTIONS "XHB748215 OTHERS = 0. "XHB748215
RH_READ_INFTY_1000 CALL FUNCTION 'RH_READ_INFTY_1000' EXPORTING begda = p5004-begda endda = p5004-endda TABLES i1000 = gt_p1000 OBJECTS = gt_object EXCEPTIONS nothing_found = 1 OTHERS = 0.
LSO_CURRTYPE_GET_ELEMENTS CALL FUNCTION 'LSO_CURRTYPE_GET_ELEMENTS' EXPORTING currtypeid = p5004-objid TABLES out_elements = gt_element EXCEPTIONS OTHERS = 0.
RHV6_GET_DLG_INFOS CALL FUNCTION 'RHV6_GET_DLG_INFOS' IMPORTING write_object = rhv6_gs_flags-write_object EXCEPTIONS OTHERS = 0.
RHV6_SET_INFOTYPE CALL FUNCTION 'RHV6_SET_INFOTYPE' EXPORTING infty = '5004' infotype = p5004 delete_only = '0' 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.
MP500420 - Learning Solution Include PBO/PAI for MP500400 MP500410 - Learning Solution Include Data Definition for MP500400 MP500400 - Learning Solution Infotype 5004 (Info Curriculum Type) MP500400 - Learning Solution Infotype 5004 (Info Curriculum Type) MP5003BI - Learning Solution Course Content Static MP5003BI - Learning Solution Course Content Static