MP181420 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 MP181420 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 1814 Special Modules PAI/PBO
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = fieldname values = lt_vrm_values.
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.
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 = 'H ' * 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 .
RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING authority = 'DISP' with_stru_auth = 'X' plvar = p1814-plvar otype = p1814-TTYPE objid = p1814-TESTER infty = '1000' istat = p1814-istat extend = 'X' * SUBTY = ' ' * BEGDA = '19000101' * ENDDA = '99991231' * 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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.