RPCE2SD0_OUT_FORMS_VR 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 RPCE2SD0_OUT_FORMS_VR 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!
RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION so_rfcds-low EXCEPTIONS system_failure = 1 communication_failure = 1 OTHERS = 1.
HR_ST_DE_E2_GET_SYSID CALL FUNCTION 'HR_ST_DE_E2_GET_SYSID' DESTINATION so_rfcds-low IMPORTING sysid = l_rfc-sysid symdt = l_rfc-symdt EXCEPTIONS not_existing = 1 system_failure = 2 MESSAGE g_mess communication_failure = 3 MESSAGE g_mess OTHERS = 4.
HR_ST_DE_E2_GET_NOTIF CALL FUNCTION 'HR_ST_DE_E2_GET_NOTIF' DESTINATION l_rfc-rfcdest EXPORTING futan = pa_futan futab = pa_futab um = pa_um TABLES tab_so_pernr = so_pernr tab_p01e2_anmeldung = lt_p01e2_anmeldung tab_p01e2_abmeldung = lt_p01e2_abmeldung tab_p01e2_ummeldung = lt_p01e2_ummeldung tab_p01e2_adm = lt_p01e2_adm tab_p01e2_hist = lt_p01e2_hist tab_p01e2_status = lt_p01e2_status tab_v_p01e2_status = lt_v_p01e2_status * TAB_P01E2_TRANS = * TAB_P01E2_TRANS_ST = EXCEPTIONS not_existing = 1 system_failure = 2 MESSAGE g_mess communication_failure = 3 MESSAGE g_mess OTHERS = 4.
HR_ST_DE_E2_SET_STATUS CALL FUNCTION 'HR_ST_DE_E2_SET_STATUS' DESTINATION l_rfc-rfcdest TABLES tab_v_p01e2_status = lt_v_p01e2_status EXCEPTIONS not_existing = 1 system_failure = 2 MESSAGE g_mess communication_failure = 3 MESSAGE g_mess OTHERS = 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.
RPCE2SD0_OUT_FORMS_VR - RPCE2SD0OUTFORMSVR RPCE2SD0_OUT_FORMS - RPCE2SD0OUTFORMS RPCE2SD0_OUT_DATA_VR - RPCE2SD0OUTDATAVR RPCE2SD0_OUT_DATA - RPCE2SD0OUTDATA RPCE2SD0_OUT - ELStAM Procedure: Collect Registrations and Deregistrations RPCE2SD0_OUT - ELStAM Procedure: Collect Registrations and Deregistrations