SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Runtime Analysis(BC-DWB-TOO-RTA) SAP BC

RSAT1F02 SAP ABAP INCLUDE - ABAP Runtime Analysis: Include For SAPRSAT1







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


Text pool values


Title: ABAP Runtime Analysis: Include For SAPRSAT1


INCLUDES used within this REPORT RSAT1F02

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:

U 'U' L_TOP7_SHOW_LINES, "call function 'F' L_TOP7_SHOW_LINES, "perform 'M' L_TOP7_SHOW_LINES, "module 'T' L_TOP7_SHOW_LINES, "itab 'S' L_TOP7_SHOW_LINES, "openSQL 'Q' L_TOP7_SHOW_LINES, "native SQL 'c' L_TOP7_SHOW_LINES, "context 'V' L_TOP7_SHOW_LINES, "db-op 'N' L_TOP7_SHOW_LINES, "buffer-op 'X' L_TOP7_SHOW_LINES, "export, import 'D' L_TOP7_SHOW_LINES, "data transfer 'L' L_TOP7_SHOW_LINES, "load 'G' L_TOP7_SHOW_LINES, "generate 'Z' L_TOP7_SHOW_LINES. "verschiedenes

TH_REDISPATCH call function 'TH_REDISPATCH'.

TH_REDISPATCH call function 'TH_REDISPATCH'.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting I_CALLBACK_PROGRAM = 'SAPRSAT1' I_CALLBACK_PF_STATUS_SET = 'SET_PFSTATUS_ALV_HIT' I_STRUCTURE_NAME = 'SE30ALVHIT' IT_FIELDCAT = L_FLD_TAB IS_LAYOUT = L_LAYOUT I_CALLBACK_USER_COMMAND = 'UCOMM_ALV' IT_EVENT_EXIT = L_EVEX_TAB tables T_OUTTAB = ALV_HIT exceptions PROGRAM_ERROR = 1 others = 2.

TH_REDISPATCH call function 'TH_REDISPATCH'.

REUSE_ALV_LIST_DISPLAY * call function 'REUSE_ALV_LIST_DISPLAY' * exporting * i_callback_program = 'SAPRSAT1' * i_callback_pf_status_set = 'SET_PFSTATUS_ALV_HIT_POPUP' * i_structure_name = 'SE30ALVHI1' * it_fieldcat = l_fld_tab * is_layout = l_layout * i_callback_user_command = 'UCOMM_ALV' * i_screen_start_column = 3 * i_screen_start_line = 1 * i_screen_end_column = 90 * i_screen_end_line = 12 * tables * t_outtab = alv_hit1.

TH_REDISPATCH * CALL FUNCTION 'TH_REDISPATCH'.

GET_LINE_REFERENCE_FOR_CONT * call function 'GET_LINE_REFERENCE_FOR_CONT' * exporting * progname = -prog * cont_offset = -contoffs * importing * include_line = l_agg2-line * include_name = l_agg2-incl.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting I_CALLBACK_PROGRAM = 'SAPRSAT1' I_CALLBACK_PF_STATUS_SET = 'SET_PFSTATUS_ALV_OBJ_GROUP' I_STRUCTURE_NAME = L_ALV_STRUC IT_FIELDCAT = L_FLD_TAB IS_LAYOUT = L_LAYOUT I_CALLBACK_USER_COMMAND = 'UCOMM_ALV' tables T_OUTTAB = exceptions PROGRAM_ERROR = 1 others = 2.

TH_REDISPATCH call function 'TH_REDISPATCH'.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing ET_SORT = L_SORT_TAB exceptions others = 3.

ATRA_SHOW_PROG_AT_CONTOFFS call function 'ATRA_SHOW_PROG_AT_CONTOFFS' exporting PROG = CONTOFFS = ATRA_DATE = CL_ABAP_TRACE_FILE=>TRACE_HEADER-FDATE ATRA_TIME = CL_ABAP_TRACE_FILE=>TRACE_HEADER-FTIME.

K_KKB_LIST_LAYOUT_INFO_GET * CALL FUNCTION 'K_KKB_LIST_LAYOUT_INFO_GET' exporting fld_tab endcase.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting PERCENTAGE = L_PERCENT TEXT = L_TEXT_OUT.



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