RSEDISPL 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 RSEDISPL 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: Subroutines for displaying: Function module, task, process
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_TASK_DISPLAY call function 'RH_TASK_DISPLAY' exporting act_otype = task_otype act_objid = task_objid exceptions no_active_plvar = 2 task_not_found = 4 task_type_not_valid = 8.
RH_SHOW_ACTOR_FUNCTION call function 'RH_SHOW_ACTOR_FUNCTION' exporting func_name = funcname importing ok_code = okcode exceptions others = 4.
EDITOR_CALL call function 'EDITOR_CALL' exporting edit_import = edit_in.
WF_DYNP_RULES_EDITOR call function 'WF_DYNP_RULES_EDITOR' exporting function_code = ucomm process_type = procname importing exit_fcode = fcode exceptions operation_no_authorization = 2 process_type_not_exist = 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.
RSEDISPL - Subroutines for displaying: Function module, task, process RSEDISPL - Subroutines for displaying: Function module, task, process RSEDIFCT - Report RSEDIFCT RSEDIFCT - Report RSEDIFCT RSEDICHECK - Conversion of EDID4 data records with errors RSEDICHECK - Conversion of EDID4 data records with errors