MP169040 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 MP169040 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: Include MP169040
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STF4_GET_DOMAIN_VALUE_TEXT CALL FUNCTION 'STF4_GET_DOMAIN_VALUE_TEXT' EXPORTING iv_domname = 'HRTNM_FTNMS' iv_value = im_ftnms IMPORTING ev_value_text = ch_ftnms_txt EXCEPTIONS value_not_found = 1 OTHERS = 2.
RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = p1690-plvar otype = im_otype seark_begda = p1690-begda seark_endda = p1690-endda dynpro_repid = sy-repid dynpro_dynnr = sy-dynnr IMPORTING sel_object = l_sel_objec EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 illegal_mode = 4 internal_error = 5 others = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.