SAP Reports / Programs | Personnel Management | Personnel Management | Pension fund: General Parts(PA-PF-XX) SAP PA

RPVSOV99 SAP ABAP INCLUDE - HR-PF: International Pension Fund: V Operations







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


Text pool values


Title: HR-PF: International Pension Fund: V Operations


INCLUDES used within this REPORT RPVSOV99

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_CH_VAL_COPY_LONG CALL FUNCTION 'HR_CH_VAL_COPY_LONG' EXPORTING ivalty = _par_record-vty01 ovalty = _evl-cur_valty ivalue = _par_record-par01 IMPORTING ovalue = _evl-cur_val EXCEPTIONS unknown_valty = 1 incompatible_types = 2 OTHERS = 3.

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 fpper_high = fpper 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_VAL_CHECK_INITIAL CALL FUNCTION 'HR_CH_VAL_CHECK_INITIAL' "CHBL6BK021005 EXPORTING " valty = l_valty " value = values_wa-value " IMPORTING " subrc = l_subrc " EXCEPTIONS " OTHERS = 0. "

HR_PF_GROSS_NET_SIMULATION CALL FUNCTION 'HR_PF_GROSS_NET_SIMULATION' EXPORTING pernr = _pernr kasse = _kasse refda = refda scode = scode TABLES gross_values = l_gross_values net_values = l_net_values EXCEPTIONS missing_infotype = 1 error_reading_table = 2 feature_error = 3 error_insert_into_memory = 4 error_in_payroll_simulation = 5 OTHERS = 6.



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