RPVSF102 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 RPVSF102 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_CH_PK_GET_KNR CALL FUNCTION 'HR_CH_PK_GET_KNR' EXPORTING pernr = _pernr kasse = $kasse accty = 01 begda = $begda endda = $endda IMPORTING konnr = konnr EXCEPTIONS no_account_data = 1 account_not_found = 2 OTHERS = 3.
HR_CH_PK_READ_FROM_ACCOUNT CALL FUNCTION 'HR_CH_PK_READ_FROM_ACCOUNT' EXPORTING konnr = konnr begda = $begda endda = $endda valty = %bvg_basln_vty TABLES i5cpb = i5cpb EXCEPTIONS invalid_account = 1 permission_denied = 2 OTHERS = 3.
HR_CH_VALS_ADD_LONG CALL FUNCTION 'HR_CH_VALS_ADD_LONG' EXPORTING valty1 = %bvg_basln_vty valty2 = %bvg_basln_vty svalty = %bvg_basln_vty value1 = sum value2 = tmpval_l IMPORTING sum = sum EXCEPTIONS unknown_valty = 1 incompatible_types = 2 OTHERS = 3.
HR_CH_VALS_MULTIPLY_LONG CALL FUNCTION 'HR_CH_VALS_MULTIPLY_LONG' EXPORTING valty1 = %bvg_basln_vty valty2 = '_030' pvalty = %bvg_basln_vty value1 = sum value2 = tmpval_l IMPORTING prod = tmpval_l EXCEPTIONS unknown_valty = 1 incompatible_types = 2 OTHERS = 3.
HR_CH_VALS_COMPARE_LONG * CALL FUNCTION 'HR_CH_VALS_COMPARE_LONG' * EXPORTING * valty1 = pksal_vty * valty2 = pksal_vty * value1 = tmpval_l * value2 = '0.00'
HR_CH_VALS_COMPARE_LONG CALL FUNCTION 'HR_CH_VALS_COMPARE_LONG' EXPORTING valty1 = pksal_vty valty2 = pksal_vty value1 = tmpval_l value2 = '0.00'
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = _pernr * IMPORTING * MOLGA = TABLES in_rgdir = rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
CD_SELECT_SRTZA CALL FUNCTION 'CD_SELECT_SRTZA' EXPORTING record_type = c_actual TABLES in_rgdir = rgdir out_rgdir = evpdir.
CD_SELECT_FPPER CALL FUNCTION 'CD_SELECT_FPPER' EXPORTING fpper_low = fpper_low fpper_high = fpper_high TABLES in_rgdir = evpdir out_rgdir = fpdir.
PYXX_READ_RGDIR_PAYRESULTS CALL FUNCTION 'PYXX_READ_RGDIR_PAYRESULTS' EXPORTING clusterid = _relid employeenumber = _pernr * READ_ONLY_BUFFER = read_only_international = 'X' TABLES rgdir = fpdir imported_periods = results EXCEPTIONS import_error = 1 OTHERS = 2.
HR_CH_READ_VSPAR_EQ_V1 CALL FUNCTION 'HR_CH_READ_VSPAR_EQ_V1' EXPORTING molga = _molga appli = _appli valty = %bvg_koord_vty parar = %bvg_parar * SEXUS = ' ' * VALU1 = '-' * VALU2 = '-' refda = $refda IMPORTING value = $bvkor EXCEPTIONS value_not_found = 1 OTHERS = 2.
HR_CH_READ_VSPAR_EQ_V1 CALL FUNCTION 'HR_CH_READ_VSPAR_EQ_V1' EXPORTING molga = _molga appli = _appli valty = %bvg_min_vty parar = %bvg_parar * SEXUS = ' ' * VALU1 = '-' * VALU2 = '-' refda = $refda IMPORTING value = $bvmin EXCEPTIONS value_not_found = 1 OTHERS = 2.
HR_CH_READ_VSPAR_EQ_V1 CALL FUNCTION 'HR_CH_READ_VSPAR_EQ_V1' EXPORTING molga = _molga appli = _appli valty = %bvg_max_vty parar = %bvg_parar * SEXUS = ' ' * VALU1 = '-' * VALU2 = '-' refda = $refda IMPORTING value = $bvmax EXCEPTIONS value_not_found = 1 OTHERS = 2.
HR_CH_READ_VSPAR_GE_V1 CALL FUNCTION 'HR_CH_READ_VSPAR_GE_V1' EXPORTING molga = _molga appli = _appli valty = %bvg_inv_vty parar = %bvg_parar * SEXUS = ' ' valu1 = invgr * VALU2 = '-' refda = $refda IMPORTING value = invgr * OVAL1 = EXCEPTIONS value_not_found = 1 OTHERS = 2.
HR_CH_READ_VSPAR_EQ_V1 CALL FUNCTION 'HR_CH_READ_VSPAR_EQ_V1' EXPORTING molga = _molga appli = _appli valty = %bvg_eintrs_vty parar = %bvg_parar * SEXUS = ' ' * VALU1 = '-' * VALU2 = '-' refda = $refda IMPORTING value = $bves EXCEPTIONS value_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.