SAP Reports / Programs | Project System | Information System | Project Summarization(PS-IS-CON-SUM) SAP PS

PS_SUMM_INHERIT_F03 SAP ABAP INCLUDE - PSSUMMINHERITF03







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


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 PS_SUMM_INHERIT_F03. "Basic submit
SUBMIT PS_SUMM_INHERIT_F03 AND RETURN. "Return to original report after report execution complete
SUBMIT PS_SUMM_INHERIT_F03 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 PS_SUMM_INHERIT_F03

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:

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.



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