IFREEXCL_PROCESS_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 IFREEXCL_PROCESS_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!
FI_DOCUMENT_TYPE_CHECK CALL FUNCTION 'FI_DOCUMENT_TYPE_CHECK' EXPORTING i_blart = p_dtype i_koart = 'D' i_langu = sy-langu.
RECA_GUI_F4_GRID_POPUP CALL FUNCTION 'RECA_GUI_F4_GRID_POPUP' EXPORTING id_key_field = 'UMSKZ' it_f4value = lt_f4 if_multi = abap_false id_title = text-003 id_repid = sy-repid id_repid_handle = 'UM' if_readonly = abap_false id_end_column = '100' IMPORTING et_result = lt_result.
RECA_GUI_F4_GRID_POPUP CALL FUNCTION 'RECA_GUI_F4_GRID_POPUP' EXPORTING id_key_field = 'ZLSCH' it_f4value = lt_f4 if_multi = abap_false id_title = text-001 id_repid = sy-repid id_repid_handle = 'ZL' if_readonly = abap_false id_end_column = '100' IMPORTING et_result = lt_result.
RECA_GUI_F4_GRID_POPUP CALL FUNCTION 'RECA_GUI_F4_GRID_POPUP' EXPORTING id_key_field = 'BLART' it_f4value = lt_f4 if_multi = abap_false id_title = text-004 id_repid = sy-repid id_repid_handle = 'BA' if_readonly = abap_false id_end_column = '100' IMPORTING et_result = lt_result.
RECA_GUI_F4_GRID_POPUP CALL FUNCTION 'RECA_GUI_F4_GRID_POPUP' EXPORTING id_key_field = 'ZAHLS' it_f4value = lt_f4 if_multi = abap_false id_title = text-002 id_repid = sy-repid id_repid_handle = 'ZA' if_readonly = abap_false id_end_column = '100' IMPORTING et_result = lt_result.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IFREEXCL_PROCESS_SCREEN - IFREEXCLPROCESSSCREEN IFREDSRS_SELOBJ - Selection of Repository Objects IFRECPVM_TIVCPTM - IFRECPVMTIVCPTM IFRECPVM_TIVCPSOFD - IFRECPVMTIVCPSOFD IFRECPVM_TIVCPOIOTBS - Additions in Maintenance Dialog 0RECP_TIVCPOIOTB IFRECPVM_TIVCPFM - Enhancements in Maintenance Dialog 0RECP_TIVCPFM