REDEREG_DISPLAY_THI_SUM 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 REDEREG_DISPLAY_THI_SUM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ETHI_SUM_DIS - Evaluation of DFKKTHI_SUM Entries
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: SO_RECID = Recipient(s)
Selection Text: SO_SENID = Sender
Selection Text: P_LAYO = D .
Selection Text: P_LIMIT = D .
Selection Text: SO_AGGRF = D .
Selection Text: SO_BCBLN = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_SUMST = D .
Selection Text: SO_THIDT = D .
Selection Text: SO_VGRUP = D .
Title: Evaluation of Interim Entries for Aggregated Bill Document
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = Other Selection Specifications
Text Symbol: 003 = Block Size
Text Symbol: 004 = Layout
Text Symbol: 005 = Transaction/Program Not Released in Standard
INCLUDE REDEREG_DISPLAY_THI_SUM_TOP.
INCLUDE REDEREG_DISPLAY_THI_SUM_F01.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_CONVERT_SERVICEID_10_TO_40 CALL FUNCTION 'ISU_CONVERT_SERVICEID_10_TO_40' EXPORTING i_recid_10 = so_recid[] i_senid_10 = so_senid[] IMPORTING e_recid_40 = gt_recid_40[] e_senid_40 = gt_senid_40[].
ISU_DB_DFKKTHI_SUM_READ CALL FUNCTION 'ISU_DB_DFKKTHI_SUM_READ' EXPORTING i_recid_40 = gt_recid_40 i_senid_40 = gt_senid_40 i_vgroup = so_vgrup[] i_bukrs = so_bukrs[] i_thidt = so_thidt[] i_bcbln = so_bcbln[] i_sumst = so_sumst[] i_aggrf = so_aggrf[] i_limit = p_limit IMPORTING pt_fkkthi_sum = gt_fkkthi_sum[].
ISU_DISPLAY_DFKKTHI_SUM_DATA CALL FUNCTION 'ISU_DISPLAY_DFKKTHI_SUM_DATA' EXPORTING it_thi_sum_display = gt_fkkthi_sum i_layout = p_layo i_from_thi_screen = abap_true.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REDEREG_DISPLAY_THI_SUM - Evaluation of Interim Entries for Aggregated Bill Document REDEREG_DISPLAY_THI_SUM - Evaluation of Interim Entries for Aggregated Bill Document REDEREG_DISPLAY_THI_IMP - REDEREGDISPLAYTHIIMP REDEREG_DISPLAY_THI_F05 - REDEREGDISPLAYTHIF05 REDEREG_DISPLAY_THI_F04 - REDEREGDISPLAYTHIF04 REDEREG_DISPLAY_THI_F03 - REDEREGDISPLAYTHIF03