SAP Reports / Programs

REDEREG_DISPLAY_THI_SUM SAP ABAP Report - Evaluation of Interim Entries for Aggregated Bill Document







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ETHI_SUM_DIS - Evaluation of DFKKTHI_SUM Entries


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 REDEREG_DISPLAY_THI_SUM. "Basic submit
SUBMIT REDEREG_DISPLAY_THI_SUM AND RETURN. "Return to original report after report execution complete
SUBMIT REDEREG_DISPLAY_THI_SUM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT REDEREG_DISPLAY_THI_SUM

INCLUDE REDEREG_DISPLAY_THI_SUM_TOP.
INCLUDE REDEREG_DISPLAY_THI_SUM_F01.


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:

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.



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