SAP Reports / Programs | Cross-Application Components | General Application Functions | Qualifications and Requirements(CA-GTF-QR) SAP CA

MP105520 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MP105520

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_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = otype = p1055-otype objid = p1055-objid store = 'X' check_stru_auth = ' ' IMPORTING obeg = gv_qb_begda oend = gv_qb_endda EXCEPTIONS not_found = 1 OTHERS = 2.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = otype = p1055-qmotype objid = p1055-qmobjid check_stru_auth = ' ' IMPORTING short = q1055-qm_short stext = q1055-qm_text EXCEPTIONS not_found = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = f4_loc_repid dynumb = f4_loc_dynnr TABLES dynpfields = gt_dynpfields EXCEPTIONS OTHERS = 0.

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = otype = p1055-qmotype seark_begda = seark_endda = dynpro_repid = f4_loc_repid dynpro_dynnr = f4_loc_dynnr dynpro_searkfield = f4_loc_csrfd set_mode = ' ' IMPORTING sel_object = f4_loc_objec EXCEPTIONS * cancelled = 1 wrong_condition = 2 nothing_found = 3 illegal_mode = 4 internal_error = 5 OTHERS = 6.

PDOT_OTYPE_TEXT_GET CALL FUNCTION 'PDOT_OTYPE_TEXT_GET' EXPORTING field = gs_otype TABLES texts = gt_otype_text.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'OTYPE' value_org = 'S' TABLES value_tab = gt_f4_otype.

RH_STRUCTURE_SHOW CALL FUNCTION 'RH_STRUCTURE_SHOW' EXPORTING org_otype = org_objid = act_wegid = gv_wegid act_plvar = act_begda = act_endda = EXCEPTIONS no_active_plvar = 1 no_object_selected = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RATING' value_org = 'S' TABLES value_tab = gt_f4_chara.



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