SAP Reports / Programs | Training and Event Management(PE) SAP PE

MP106020 SAP ABAP INCLUDE - Include PBO/PAI for MP106000







MP106020 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 MP106020 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 MP106020. "Basic submit
SUBMIT MP106020 AND RETURN. "Return to original report after report execution complete
SUBMIT MP106020 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include PBO/PAI for MP106000


INCLUDES used within this REPORT MP106020

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:

RH_MACO * CALL FUNCTION 'RH_MACO' * EXPORTING * SEARK = Q1060-EVLOC * PLVAR = P1060-PLVAR * OTYPE = $KURSO * SET_MODE = ' ' * IMPORTING * SEL_OBJECT = CL_OBJECT * EXCEPTIONS * F15 = 1 * WRONG_CONDITION = 2 * NOTHING_FOUND = 3 * OTHERS = 5.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = p1060-plvar otype = $kurso objid = pt1060-locid istat = '1' begda = p1060-begda endda = p1060-endda ointerval = 'I' store = 'X' check_stru_auth = ' ' read_db = 'X' IMPORTING obeg = cl_begda oend = cl_endda ostat = cl_istat EXCEPTIONS not_found = 4.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = p1060-plvar otype = $kurso objid = pt1060-locid istat = '1' begda = p1060-begda endda = p1060-endda ointerval = 'I' store = 'X' check_stru_auth = ' ' read_db = 'X' IMPORTING stext = q1060-loctx short = q1060-evloc EXCEPTIONS not_found = 4.

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = p1060-plvar otype = $kurso seark = q1060-evloc seark_begda = p1060-begda seark_endda = p1060-endda dynpro_repid = lr_repid dynpro_dynnr = lr_dynnr IMPORTING sel_object = lr_objec EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 illegal_mode = 4 internal_error = 5 OTHERS = 6.



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 MP106020 or its description.