SAP Reports / Programs | Payroll | Germany | Public Sector(PY-DE-PS) SAP PY

RPSVEOD2 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RPSVEOD2

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_HIRE_FIRE call function 'RP_HIRE_FIRE' "SVCN1155967 exporting beg = januar_01 end = januar_31 importing hire_date = hiredate fire_date = firedate tables pp0000 = p0000 "input pp0001 = p0001 "input pphifi = phifi. "output

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting tclas = 'A' pernr = p0322-pnrve infty = '0322' begda = januar_01 endda = januar_31 importing subrc = returncode tables infty_tab = p0322_urheber exceptions infty_not_found = 1 others = 2.

FUNCTION_EXISTS call function 'FUNCTION_EXISTS' exporting funcname = l_fname exceptions function_not_exist = 1 others = 2.

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting tclas = 'A' pernr = p0322-pnrve infty = '0002' begda = januar_01 endda = januar_31 importing subrc = returncode tables infty_tab = p0002_urheber exceptions infty_not_found = 1 others = 2.

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting tclas = 'A' pernr = p0322-pnrve infty = '0008' begda = januar_01 endda = januar_31 importing subrc = returncode tables infty_tab = p0008_urheber exceptions infty_not_found = 1 others = 2.

PYDE_GET_BUNDESLAND call function 'PYDE_GET_BUNDESLAND' exporting datum = januar_31 importing gmdnr = l_gmdnr tables t0006 = p0006 exceptions others = 1. "MIXN1854367

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting tclas = 'A' pernr = help_pernr infty = '0322' begda = januar_01 endda = januar_31 importing subrc = returncode tables infty_tab = p0322_hb exceptions infty_not_found = 1 others = 2.

HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = 'DOMAS' struc_content = pme85 importing back = result 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.

CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = versc-fpbeg foreign_amount = $betrag foreign_currency = versc-waers local_currency = berichtswaehrung importing local_amount = $betrag exceptions no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 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 RPSVEOD2 or its description.