STATUS_COMB_UPDATE is a standard Executable ABAP Report 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 STATUS_COMB_UPDATE 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.
Selection Text: AUFNR = Network/Order
Selection Text: PSPEL = WBS Element
Selection Text: PSPID = Project Definition
Selection Text: TEST = Test
Selection Text: VORNR = Activity
Text Symbol: 001 = Test
Text Symbol: 002 = Project Selection
INCLUDE STATUS_COMB_UPDATE_TOP . " GLOBAL DATA
INCLUDE TUS_COMB_UPDATE_F01.
No SAP DATABASE tables are accessed within this REPORT code!
PS_CALL_PSJ CALL FUNCTION 'PS_CALL_PSJ' TABLES it_selections = t_selections et_rsthie_m = itab_rsthie_psj et_proj = itab_proj_psj et_prps_r = itab_prps_psj et_aufk = itab_aufk_psj et_act01 = itab_afvc_psj CHANGING ch_tcndb = cn_tcndb EXCEPTIONS no_objects_found = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.