SAP Reports / Programs | Payroll | Germany | Tax(PY-DE-NT-TX) SAP PY

RPCE2SD0_OUT_FORMS_VR SAP ABAP INCLUDE - RPCE2SD0OUTFORMSVR







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPCE2SD0_OUT_FORMS_VR. "Basic submit
SUBMIT RPCE2SD0_OUT_FORMS_VR AND RETURN. "Return to original report after report execution complete
SUBMIT RPCE2SD0_OUT_FORMS_VR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPCE2SD0_OUT_FORMS_VR

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPCE2SD0_OUT_FORMS_VR or its description.