RPTREQEMAIL_SELSCREEN 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 RPTREQEMAIL_SELSCREEN 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict. "end of settings for language SELECT-OPTIONS
SWF_DOCUMENTATION_CHECK CALL FUNCTION 'SWF_DOCUMENTATION_CHECK' EXPORTING docu_object = a_text EXCEPTIONS documentation_not_found = 1 OTHERS = 2.
DOCU_NAME_DIALOG CALL FUNCTION 'DOCU_NAME_DIALOG' EXPORTING object_value_help = 'X' check_docu_link = 'X' initial_id = 'DT' IMPORTING * ID = object = a_text.
SWF_DOCUMENTATION_CHECK CALL FUNCTION 'SWF_DOCUMENTATION_CHECK' EXPORTING docu_object = p_text EXCEPTIONS documentation_not_found = 1 OTHERS = 2.
DOCU_NAME_DIALOG CALL FUNCTION 'DOCU_NAME_DIALOG' EXPORTING object_value_help = 'X' check_docu_link = 'X' initial_id = 'DT' IMPORTING * ID = object = p_text.
SWF_DOCUMENTATION_CHECK CALL FUNCTION 'SWF_DOCUMENTATION_CHECK' EXPORTING docu_object = r_text EXCEPTIONS documentation_not_found = 1 OTHERS = 2.
DOCU_NAME_DIALOG CALL FUNCTION 'DOCU_NAME_DIALOG' EXPORTING object_value_help = 'X' check_docu_link = 'X' initial_id = 'DT' IMPORTING * ID = object = r_text.
F4_DATE CALL FUNCTION 'F4_DATE' EXPORTING date_for_first_month = sy-datum * DISPLAY = ' ' * FACTORY_CALENDAR_ID = ' ' * GREGORIAN_CALENDAR_FLAG = ' ' * HOLIDAY_CALENDAR_ID = ' ' * PROGNAME_FOR_FIRST_MONTH = ' ' IMPORTING select_date = date * SELECT_WEEK = * SELECT_WEEK_BEGIN = * SELECT_WEEK_END = EXCEPTIONS calendar_buffer_not_loadable = 1 date_after_range = 2 date_before_range = 3 date_invalid = 4 factory_calendar_not_found = 5 holiday_calendar_not_found = 6 parameter_conflict = 7 OTHERS = 8.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'TIM_REQ_UPD' * STATE = 'A' langu = sy-langu IMPORTING * GOTSTATE = dd04v_wa = dd04v_wa * TPARA_WA = * EXCEPTIONS * ILLEGAL_INPUT = 1 * OTHERS = 2 .
CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external = fromdate IMPORTING date_internal = date EXCEPTIONS date_external_is_invalid = 1 OTHERS = 2.
RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = date EXCEPTIONS date_invalid = 1 OTHERS = 2.
SWF_DOCUMENTATION_CHECK CALL FUNCTION 'SWF_DOCUMENTATION_CHECK' EXPORTING docu_object = r_text1 EXCEPTIONS documentation_not_found = 1 OTHERS = 2.
DOCU_NAME_DIALOG CALL FUNCTION 'DOCU_NAME_DIALOG' EXPORTING object_value_help = 'X' check_docu_link = 'X' initial_id = 'DT' IMPORTING * ID = object = r_text.
SWF_DOCUMENTATION_CHECK CALL FUNCTION 'SWF_DOCUMENTATION_CHECK' EXPORTING docu_object = r_text2 EXCEPTIONS documentation_not_found = 1 OTHERS = 2.
DOCU_NAME_DIALOG CALL FUNCTION 'DOCU_NAME_DIALOG' EXPORTING object_value_help = 'X' check_docu_link = 'X' initial_id = 'DT' IMPORTING * ID = object = r_text.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.