SAP Reports / Programs | Personnel Time Management(PT) SAP PT

RPTREQEMAIL_SELSCREEN SAP ABAP INCLUDE - RPTREQEMAILSELSCREEN







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


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


INCLUDES used within this REPORT RPTREQEMAIL_SELSCREEN

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:

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.



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