RPCZVBD2_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 RPCZVBD2_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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_GET_PAYROLL_RESULTS call function 'HR_GET_PAYROLL_RESULTS' exporting pernr = pernr-pernr * PERMO = 01 pabrj = g_pabrj_start pabrp = g_pabrp_start pabrj_end = pn-pabrj pabrp_end = pn-pabrp inper_lst = g_inper_last inper_act = g_inper_act * ACTUAL = * WAERS = * ARCH_TOO = tables result_tab = lt_payresult exceptions no_results = 1 error_in_currency_conversion = 2 t500l_entry_not_found = 3 period_mismatch_error = 4 t549q_entry_not_found = 5 internal_error = 6 wrong_structure_of_result_tab = 7 others = 8 .
HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = sy-msgid msgty = sy-msgty msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4.
HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = sy-msgid msgty = sy-msgty msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4.
HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' " exporting " pernr = pernr-pernr " arbgb = 'HRPAYDEPBSZV' " msgty = 'E' " msgno = '328' " msgv1 = l_employer_key " msgv2 = l_vbl-begda. "
CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = pn-endda * foreign_amount =
-betrg "YLNN1003623 foreign_amount = l_rt-betrg "YLNN1003623 foreign_currency = -inter-versc-waers local_currency = g_waers importing * local_amount = -betrg "YLNN1003623 local_amount = l_rt-betrg "YLNN1003623 exceptions others = 1.
HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = sy-msgid msgty = sy-msgty msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4.
HRPBSDE_ZV_ERMITTLE_VBL_SPLITT call function 'HRPBSDE_ZV_ERMITTLE_VBL_SPLITT' exporting i_begda = $payresult-evp-fpbeg i_endda = $payresult-evp-fpend it_wpbp = $payresult-inter-wpbp it_vbl = $payresult-nat-vbl it_abrechnungstabelle = $payresult-inter-rt it_v0 = $payresult-inter-v0"OHN1562851 changing cs_abrechnungstabelle = l_rt exceptions ex_keine_zv_basislohnart = 1 ex_keine_zv_beitragslohnart = 2 ex_wpbp_splitt_passt_nicht = 3 others = 4.
HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = pernr-pernr arbgb = 'HRPAYDEPBSZV' msgty = 'E' msgno = '322' msgv1 = l_rt-lgart msgv2 = $payresult-evp-fpper.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = c_struc_name tables dfies_tab = lt_dfies exceptions others = 1.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = sy-repid i_structure_name = c_struc_name changing ct_fieldcat = lt_fieldcat.
HR_APPEND_STAT_LIST call function 'HR_APPEND_STAT_LIST' exporting selected = g_selected processed = g_processed rejected = g_rejected.
HR_PAL_LOG_AND_ALV_DISPLAY call function 'HR_PAL_LOG_AND_ALV_DISPLAY' exporting i_s_display_profile = l_is_display_profile i_callback_program = sy-repid it_fieldcat = lt_fieldcat * it_special_groups = lt_special_groups i_save = 'A' is_variant = l_variant it_events = gt_events tables t_outtab = gt_ausgabetab exceptions program_error = 1 others = 2.
RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = c_molga endda = pn-endda importing waers = g_waers exceptions molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 others = 5.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting * I_LOGO = 'ENJOYSAP_LOGO' it_list_commentary = gt_listheader.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.