IFRECPSF_CA_FORMS 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 IFRECPSF_CA_FORMS 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.
INCLUDE IFRE_CHECK_RE_EA_FIN.
No SAP DATABASE tables are accessed within this REPORT code!
RECA_GUI_SET_TITLEBAR CALL FUNCTION 'RECA_GUI_SET_TITLEBAR' EXPORTING id_text1 = ld_title.
RECA_GUI_MSGLIST_APPL_LAST CALL FUNCTION 'RECA_GUI_MSGLIST_APPL_LAST' EXPORTING id_object = go_app->ms_options-balobj id_subobject = go_app->ms_options-balsubobj.
RECA_GUI_MSGLIST_APPL_OVERVIEW CALL FUNCTION 'RECA_GUI_MSGLIST_APPL_OVERVIEW' EXPORTING id_object = go_app->ms_options-balobj id_subobject = go_app->ms_options-balsubobj.
RECP_GUI_LIST_CREATED_DOC_APPL CALL FUNCTION 'RECP_GUI_LIST_CREATED_DOC_APPL' EXPORTING id_cpapp = go_app->md_cpapp if_last_log_only = abap_true.
RECP_GUI_LIST_CREATED_DOC_APPL CALL FUNCTION 'RECP_GUI_LIST_CREATED_DOC_APPL' EXPORTING id_cpapp = go_app->md_cpapp if_last_log_only = abap_false.
RECP_GUI_SF_DOC_LIST_APPL CALL FUNCTION 'RECP_GUI_SF_DOC_LIST_APPL' EXPORTING io_app = go_app.
RECA_GUI_MSGLIST_POPUP CALL FUNCTION 'RECA_GUI_MSGLIST_POPUP' EXPORTING io_msglist = go_app->mo_log * ID_TITLE = if_popup = abap_false if_profile_detlevel = abap_true.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IFRECPSF_CA_FORMS - IFRECPSFCAFORMS IFRECPSF_CA_EVENTS - IFRECPSFCAEVENTS IFRECPSF_BU_SELLDB - Correspondence Programm: Selection Through Log. DB (Business Entity) IFRECPSF_BE_SELLDB - Correspondence Programm: Selection Through Log. DB (Business Entity) IFRECPSF_AT_SELSCR_NONLDB - IFRECPSFATSELSCRNONLDB IFRECPSF_AT_SELOBJ_NONLDB - IFRECPSFATSELOBJNONLDB