MP181620 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 MP181620 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: RP PLAN Infotype 1816 Special Modules PAI/PBO
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FOPCH_OBJECT_CONT call function 'FOPCH_OBJECT_CONT' * EXPORTING * I_OBJTYPE = * I_CENTRAL_TYPE = * I_INFTY = tables et_object_cont = lt_object_cont et_infty_fields = lt_infty_fields et_fieldcatalog = lt_fieldcatalog .
VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = fieldname values = t_vrm.
NF_GM_GET_SELECTION_DATES call function 'NF_GM_GET_SELECTION_DATES' importing fuzzybegda = lv_begda fuzzyendda = lv_endda.
RH_READ_INFTY call function 'RH_READ_INFTY' exporting authority = 'DISP' with_stru_auth = 'X' plvar = p1816-plvar otype = p_type objid = p_objid infty = '1000' istat = p1816-istat extend = 'X' * SUBTY = ' ' begda = lv_begda endda = lv_endda * CONDITION = '00000' * INFTB = '1' * SORT = 'X' * VIA_T777D = ' ' tables innnn = lt_innnn * OBJECTS = exceptions all_infty_with_subty = 1 nothing_found = 2 no_objects = 3 wrong_condition = 4 wrong_parameters = 5 others = 6 .
RH_GET_PLVAR call function 'RH_GET_PLVAR' * EXPORTING * NO_MESSAGE = importing plvar = l_plvar * WFPLVAR = exceptions no_plvar = 1 others = 2 .
RHP0_POPUP_F4_SEARK call function 'RHP0_POPUP_F4_SEARK' exporting f4 = 'X' plvar = l_plvar otype = 'MA' * BEGDA = '19000101' * ENDDA = '99991231' * SEARK = * MULTI_SELECT = ' ' * DYNPRO_REPID = * DYNPRO_DYNNR = * DYNPRO_PLVARFIELD = * DYNPRO_OTYPEFIELD = * DYNPRO_SEARKFIELD = * DYNPRO_STEXTFIELD = * CB_PROG = * CB_FORM = * NO_DIALOGUE = * EASY = ' ' tables * BASE_OBJIDS = sel_objids = lt_sel_objids * CHANGING * OBJID = * SHORT = * STEXT = exceptions cancelled = 1 object_not_valid = 2 error = 3 others = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.