MP504120 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 MP504120 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 MP504100
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING dynpfield = 'PT5041-BO_TYPE' dynpname = sy-dynnr object = 'SOBJ' progname = 'MP504100' suppress_selection_screen = 'X' variant = 'SAP&STANDARD' EXCEPTIONS OTHERS = 0.
RH_FA_TASK_HELP CALL FUNCTION 'RH_FA_TASK_HELP' EXPORTING search_task_type = 'WS' act_plvar = p5041-plvar act_begda = p5041-begda act_endda = p5041-endda * task_search_string = pdtask-seark IMPORTING * selected_otype = sel_otype selected_objid = lp_realo EXCEPTIONS no_active_plvar = 01 nothing_selected = 02.
RH_EVENT_VALUE_REQUEST CALL FUNCTION 'RH_EVENT_VALUE_REQUEST' EXPORTING act_objtyp_field_name = 'PT5041-BO_TYPE' act_event_field_name = 'PT5041-WF_EVENT' act_repid = sy-repid act_dynnr = sy-dynnr act_stepl = act_stepl "XEY938782 IMPORTING act_event = pt5041-wf_event.
RH_OTYPE_REQUEST_WITH_TABLE CALL FUNCTION 'RH_OTYPE_REQUEST_WITH_TABLE' EXPORTING displ = ' ' field = 'OTYPE' setpot = ' ' table = 'T778O' IMPORTING sel_otype = pt5041-learnertype TABLES otypes = gt_77r3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP504120 - Learning Solution PBO/PAI for MP504100 MP504100 - Learning Solution Infotype 5041 (Workflow Settings) MP504100 - Learning Solution Infotype 5041 (Workflow Settings) MP5032BI - documentation and ABAP source code MP5032BI - documentation and ABAP source code MP503220 - RP-PLAN Infotype 5032 Special Module PAI/PBO