REATERM2_ALV_START_SELECTION 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 REATERM2_ALV_START_SELECTION 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.
Title: Include REATERM2_ALV_START_SELECTION
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-s01 textline2 = text-s02 titel = text-t01 IMPORTING answer = l_answer.
ISU_DB_TE420_SELECT_IN_RANGE CALL FUNCTION 'ISU_DB_TE420_SELECT_IN_RANGE' EXPORTING x_maxrows = '1000000' TABLES ty_te420 = it_te420 tx_termschl = gr_termschl EXCEPTIONS not_found = 1 system_error = 2 parameter_error = 3 internal_error = 4 unqualified_select = 5 OTHERS = 6.
ISU_P_AUTHORITY_CHECK CALL FUNCTION 'ISU_P_AUTHORITY_CHECK' EXPORTING i_wmode = '4' i_begru = wa_te420-begru IMPORTING y_auth_rc = y_auth_rc.
ISU_DB_TE422_SELECT_IN_RANGE CALL FUNCTION 'ISU_DB_TE422_SELECT_IN_RANGE' EXPORTING x_maxrows = '1000000' TABLES ty_te422 = it_te422 tx_termschl = gr_termschl EXCEPTIONS not_found = 1 unqualified_select = 2 OTHERS = 3.
ISU_A_AUTHORITY_CHECK CALL FUNCTION 'ISU_A_AUTHORITY_CHECK' EXPORTING i_wmode = '4' i_begru = wa_te422-begru IMPORTING y_auth_rc = y_auth_rc.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = g_handle x_action = co_msg_dspl EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REATERM2_ALV_START_SELECTION - Include REATERM2_ALV_START_SELECTION REATERM2_ALV_SELECTION_SCREEN - REATERM2ALVSELECTIONSCREEN REATERM2_ALV_INITIALIZATION - Include REATERM2_ALV_INITIALIZATION REATERM2_ALV_FORM_ROUTINES - Include REATERM2_ALV_FORM_ROUTINES REATERM2_ALV - Delete Schedule Records REATERM2_ALV - Delete Schedule Records