PS_SUMM_INHERIT_F03 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 PS_SUMM_INHERIT_F03 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING CURR_REPORT = V_REPID MODE_WRITE_OR_MOVE = 'M' IMPORTING P_TRANGE = CT_TRANGE EXCEPTIONS NOT_FOUND = 1.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = V_REPID TABLES SELECTION_TABLE = ET_RSPARAMS.
PS06_TCNDB_TCNDS_IMPORT CALL FUNCTION 'PS06_TCNDB_TCNDS_IMPORT' IMPORTING E_TCNDB = CS_TCNDB E_TCNDS = CS_TCNDS.
PS_SUMM_POST_PSERBV_V1 CALL FUNCTION 'PS_SUMM_POST_PSERBV_V1' IN UPDATE TASK EXPORTING I_XERB = CON_OFF TABLES IT_PSERBV = LT_PSERBV_UPD.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING FUNCNAME = FUNCNAME EXCEPTIONS OTHERS = 1.
PS_SUMM_POST_PSERBV_V1 CALL FUNCTION 'PS_SUMM_POST_PSERBV_V1' IN UPDATE TASK EXPORTING I_XERB = CON_ON TABLES IT_PSERBV = LT_PSERBV_UPD.
PS_SUMM_DELETE_PSERB CALL FUNCTION 'PS_SUMM_DELETE_PSERB' IN UPDATE TASK EXPORTING I_ALL = V_INHALL TABLES IT_PSERBV = LT_PSERBV_UPD.
PS_SUMM_DELETE_PSERBZ CALL FUNCTION 'PS_SUMM_DELETE_PSERBZ' IN UPDATE TASK TABLES IT_PSERBV = LT_PSERBV_UPD.
CJDB_GET_PROJECT_FROM_LDB_PSJ CALL FUNCTION 'CJDB_GET_PROJECT_FROM_LDB_PSJ' EXPORTING I_PSJ_CALLER = V_REPID I_TRANGE = VT_TRANGE I_TCNDB = VS_TCNDB I_TCNDS = VS_TCNDS I_SELECTION_SET = SY-SLSET I_SEL_SET_REPORT = V_REPID I_HANDLE = V_HANDLE TABLES T_RSPARAMS = IT_RSPARAMS T_SELECT_FIELDS = IT_SELECT_FIELDS T_RSTHIE_M = ET_RSTHIE_M T_PRPS_R = ET_PRPS_R T_ACT01 = ET_ACT01 EXCEPTIONS NO_PSJ_CALLER = 1 NO_SELECTION_POSSIBLE = 2 NO_DATA_FOUND = 3 NO_VARIANT = 4 TCNDB_MISSING = 5 TCNDS_MISSING = 6 RSTHIE_M_EMPTY = 7.
CJDB_FREE_MEMORY_LDB_PSJ CALL FUNCTION 'CJDB_FREE_MEMORY_LDB_PSJ'.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = 'PSERB' ALL_TYPES = ' ' TABLES DFIES_TAB = ET_DFIES_PSERB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.