SAP Reports / Programs | Personnel Management | Personnel Administration | Germany(PA-PA-DE) SAP PA

RPDBVVD0 SAP ABAP Report - documentation and ABAP source code







RPDBVVD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Documentation: Supplementary Insurance for Bank Employees When you configure supplementary insurance for bank employees, you have to maintain a variety of tables associated with infotype 0699 (German pension reform)...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 RPDBVVD0 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 RPDBVVD0. "Basic submit
SUBMIT RPDBVVD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPDBVVD0 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: PA_SELDT = Key Date
Selection Text: SO_BAUST = Modules
Title: Documentation: Supplemental Insurance for Bank Employees (BVV)
Text Symbol: 001 = Possible Entries and Processing Routine
Text Symbol: 002 = Employer Taxation Procedure
Text Symbol: 003 = Employee Taxation Procedure
Text Symbol: 004 = Contract Models
Text Symbol: D01 = Enter Contrib.
Text Symbol: D02 = Contrib
Text Symbol: D03 = Enter Contrib. Class
Text Symbol: D04 = Enter Subsidizable Amount
Text Symbol: D05 = Enter Supplementary Contract No.
Text Symbol: D06 = Routine
Text Symbol: D07 = Pay Scale Name in BVV Notificat.:
Text Symbol: H01 = Module


INCLUDES used within this REPORT RPDBVVD0

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:

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = MOLGA_DE BEGDA = PA_SELDT IMPORTING WAERS = WAERS.

HR_99S_LEGAL_INTERPRET_OPT CALL FUNCTION 'HR_99S_LEGAL_INTERPRET_OPT' EXPORTING IM_MOLGA = molga_de IM_OPTION = gc_option IM_DATE = sy-datum IM_SAP_OPT_VALUE = gc_nfw_off CHANGING CH_OPTION_VALUE = gv_optva CH_IS_DEFAULT_VALUE = gv_optva_default EXCEPTIONS OPTION_DOES_NOT_EXIST = 1 OTHERS = 2.

H99B_GET_LFORM_PROPERTIES CALL FUNCTION 'H99B_GET_LFORM_PROPERTIES' EXPORTING I_MOLGA = molga_de I_FOGROUP = gc_fogroup I_FOLNAME = gc_folname I_DATE = sy-datum IMPORTING E_FORNAME = lv_forname E_FOTYPE = lv_fotype EXCEPTIONS LOGICAL_GROUP_NOT_FOUND = 1 TYPE_NAME_NOT_MAINTAINED = 2 OTHERS = 3.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = gv_fpname IMPORTING e_funcname = lv_fm_name.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = ls_fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 others = 5.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 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 RPDBVVD0 or its description.