KE1_WU_SCREEN 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 KE1_WU_SCREEN 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!
LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING ct_fieldcat = t_fieldcat[].
LVC_FILTER CALL FUNCTION 'LVC_FILTER' EXPORTING it_fieldcat = lt_fieldcat is_layout = ls_layout TABLES it_data = t_tree CHANGING ct_filter = ct_filter EXCEPTIONS no_change = 1.
FAGL_SEGMENT_MAINTAIN_WO_NEWGL CALL FUNCTION 'FAGL_SEGMENT_MAINTAIN_WO_NEWGL' IMPORTING ed_segment_maintain = segment_maintain.
S_CUS_IMG_ENTRY_VIA_ACTIVITY CALL FUNCTION 'S_CUS_IMG_ENTRY_VIA_ACTIVITY' EXPORTING show_all_entries_at_once = 'X' TABLES img_activities = lt_img_activities EXCEPTIONS OTHERS = 1.
LVC_FILTER CALL FUNCTION 'LVC_FILTER' EXPORTING it_fieldcat = lt_fieldcat is_layout = ls_layout TABLES it_data = t_tree CHANGING ct_filter = ct_filter EXCEPTIONS no_change = 1.
OBJECT_KEY_GET_VB CALL FUNCTION 'OBJECT_KEY_GET_VB' EXPORTING objnr = is_ke1_wu_item-objnr IMPORTING posnr = l_posnr vbeln = l_vbeln.
PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = text-154 "Beginn i_output_immediately = 'X'.
PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = text-155 "Ende i_output_immediately = 'X'.
OBJECT_KEY_GET_VB CALL FUNCTION 'OBJECT_KEY_GET_VB' EXPORTING objnr = ls_ke1_wu_item-objnr IMPORTING posnr = l_posnr vbeln = l_vbeln.
G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = setclass shortname = ls_start_node-node1 kokrs = kokrs IMPORTING setid = l_setid EXCEPTIONS OTHERS = 4.
G_SET_TREE_IMPORT CALL FUNCTION 'G_SET_TREE_IMPORT' EXPORTING no_rw_info = 'X' setid = l_setid TABLES set_hierarchy = lt_sethier set_values = lt_set_values EXCEPTIONS OTHERS = 4.
G_SET_TREE_ADD_POINTERS CALL FUNCTION 'G_SET_TREE_ADD_POINTERS' TABLES set_hierarchy = lt_sethier set_values = lt_set_values set_hier_ptr = lt_set_hier set_val_ptr = lt_set_val set_hier_sort = lt_set_hier_sort set_val_sort = lt_set_val_sort.
BAPI_PROCESS_GETDETAIL CALL FUNCTION 'BAPI_PROCESS_GETDETAIL' EXPORTING controllingarea = kokrs businessprocessid = bp keydate = date IMPORTING processdetail = processdetail TABLES return = return.
LVC_FIELDCAT_COMPLETE CALL FUNCTION 'LVC_FIELDCAT_COMPLETE' CHANGING ct_fieldcat = t_fieldcat[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.