SAP Reports / Programs | Training and Event Management | SAP Learning Solution | Training Management(PE-LSO-TM) SAP PE

MP504120 SAP ABAP INCLUDE - Learning Solution PBO/PAI for MP504100







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MP504120. "Basic submit
SUBMIT MP504120 AND RETURN. "Return to original report after report execution complete
SUBMIT MP504120 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Learning Solution PBO/PAI for MP504100


INCLUDES used within this REPORT MP504120

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MP504120 or its description.