SAP Reports / Programs

RPCBVAA2 SAP ABAP Report - BVA Monthly SI Statement of Contributions Paid







RPCBVAA2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generated Include to Extension - KRAUSEGE - 28...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCBVAA2 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M03_CBVAA1 - SI Contribution Statement BVA (A)
PC00_M03_CBVA2 - Monthly SI Contrib.Statement BVA 03
PC00_M03_CBVA - SI Contribution Statement BVA (Old)


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 RPCBVAA2. "Basic submit
SUBMIT RPCBVAA2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBVAA2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PS_AUSVA = Insurance institute
Selection Text: PA_LI_BA = Var. for Internal List (Batch)
Selection Text: PA_FORMX = Pensioner/Municipality Repres.
Selection Text: PA_FORMV = Form for Contr. Civil Servants
Selection Text: PA_FORM = Form for CS with Life Tenure
Title: BVA Monthly SI Statement of Contributions Paid
Text Symbol: VVB = Contr. Civil Serv.
Text Symbol: VT4 = Municipality Rep.
Text Symbol: VT3 = Pensioner
Text Symbol: VT2 = Contr. Civil Serv.
Text Symbol: VT1 = CivS. w. LifeT
Text Symbol: T01 = SI Contribution Statement
Text Symbol: S02 = Social Insurance
Text Symbol: S01 = Pers. Type
Text Symbol: BEL = Creating document...
Text Symbol: B03 = Print Pension List
Text Symbol: B02 = Print Forms
Text Symbol: B01 = Print Main List
Text Symbol: AK9 = Others
Text Symbol: AK3 = Early retiree
Text Symbol: AK2 = Retiree/pensioner
Text Symbol: AK1 = Active
Text Symbol: 072 = Posting Run Created:
Text Symbol: 071 = Sequential File Created:


INCLUDES used within this REPORT RPCBVAA2

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:

HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_AT_GET_PART_APPL CALL FUNCTION 'HR_AT_GET_PART_APPL' EXPORTING reportname = sy-cprog IMPORTING appl = g_bva EXCEPTIONS OTHERS = 4.

HR_GET_PAYROLL_RESULTS * CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' * EXPORTING * pernr = pernr-pernr * permo = pn-permo * pabrj = g_prev_abrj * pabrp = g_prev_abrp * pabrj_end = pn-pabrj * pabrp_end = pn-pabrp * actual = 'X' * waers = pa_waers * TABLES * result_tab = i_payroll_result * EXCEPTIONS * no_results = 1 * OTHERS = 8.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = pernr-pernr permo = pn-permo pabrj = pn-pabrj pabrp = pn-pabrp waers = pa_waers TABLES result_tab = i_payroll_result EXCEPTIONS no_results = 1 OTHERS = 8.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = g_select processed = g_proces rejected = g_reject EXCEPTIONS OTHERS = 4.

HR_EXTEND_STAT_LIST * CALL FUNCTION 'HR_EXTEND_STAT_LIST' * EXPORTING * ARBGB = '32' * MSGNO = 213 * MSGV1 = L_ITCPP-TDSPOOLID * MSGV2 = L_ITCPP-TDCOVTITLE * NUMBER = 0.

HR_EXTEND_STAT_LIST * CALL FUNCTION 'HR_EXTEND_STAT_LIST' * EXPORTING * ARBGB = '32' * MSGNO = 215 * MSGV1 = L_ITCPP-TDSPOOLID * MSGV2 = L_ITCPP-TDCOVTITLE * NUMBER = 0.

HR_EXTEND_STAT_LIST * CALL FUNCTION 'HR_EXTEND_STAT_LIST' * EXPORTING * ARBGB = '32' * MSGNO = 214 * MSGV1 = L_ITCPP-TDSPOOLID * MSGV2 = L_ITCPP-TDCOVTITLE * NUMBER = 0.

HR_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'HR_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING current_report = g_repid data_structure_header = c_data_structure_header data_structure = c_data_structure_body list_title = text-t01 hr_display_error_list = 'X' hr_display_stat_list = 'X' variant = pa_varia expand_fieldname = 'XPAND' TABLES data_tab_header = i_sap_tab data_tab = i_alv_tab EXCEPTIONS OTHERS = 4.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = 'X' no_print = ' ' no_msgno = 'X' linesize = sy-linsz hidemsg = 'X' EXCEPTIONS invalid_linesize = 0 OTHERS = 0.

HR_DISPLAY_STAT_LIST CALL FUNCTION 'HR_DISPLAY_STAT_LIST' EXPORTING no_popup = 'X' no_print = ' ' linesize = sy-linsz EXCEPTIONS invalid_linesize = 0 OTHERS = 0.

HR_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'HR_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING current_report = g_repid data_structure_header = c_data_structure_header data_structure = c_data_structure_body list_title = text-t01 hr_display_error_list = 'X' hr_display_stat_list = 'X' variant = pa_varia expand_fieldname = 'XPAND' callback_button1 = g_callback_button1 text_button1 = text-b02 * CALLBACK_BUTTON2 = G_CALLBACK_BUTTON2 "GKM0000099971 * TEXT_BUTTON2 = TEXT-B03 "GKM0000099971 * SAPSCRIPT_FORM = PA_FORM "GKM0000099971 * SAPSCRIPT_PRINTER = PA_PRNTR "GKM0000099971 TABLES data_tab_header = i_sap_tab data_tab = i_alv_tab EXCEPTIONS OTHERS = 4.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = p_msgid msgty = p_msgty msgno = p_msgno msgv1 = p_msgv1 msgv2 = p_msgv2 msgv3 = p_msgv3 msgv4 = p_msgv4.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = pernr-pernr arbgb = p_msgid msgty = p_msgty msgno = p_msgno msgv1 = p_msgv1 msgv2 = p_msgv2 msgv3 = p_msgv3 msgv4 = p_msgv4.

HR_AT_GET_ORG_DATA CALL FUNCTION 'HR_AT_GET_ORG_DATA' EXPORTING org_in = l_org_in IMPORTING lohnb_data = t5a0a btrtl_data = t5a0p addresse = l_adrs address_detail = l_sadr EXCEPTIONS OTHERS = 4.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = p_bukrs IMPORTING comp_name = p_butxt EXCEPTIONS OTHERS = 4.

DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'RPCBVAA2L' fieldname = 'VERSKAT' * CALLING_PROGRAM = * STRUCNAME = * VALUE_IS_EXTERNAL = 'X' value = p_e_back1 IMPORTING text = p_verskat_txt1 * NOT_UNIQUE = * VALUE_INTERNAL = * TEXT_FIELDS = * CHANGING * ADDITIONAL_FIELDS = EXCEPTIONS no_ddic_field = 1 illegal_value = 2 OTHERS = 3.

HR_FEATURE_BACKFIELD





CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'AVKAT' * struc_content = pmep2 " GBKM1102410 struc_content = pmep4 " GBKM1102410 kind_of_error = 3 IMPORTING back = p_e_back EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.

HR_EXTEND_STAT_LIST CALL FUNCTION 'HR_EXTEND_STAT_LIST' EXPORTING arbgb = '32' msgno = 213 msgv1 = p_l_itcpp-tdspoolid msgv2 = p_l_itcpp-tdcovtitle number = 0.



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 RPCBVAA2 or its description.