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
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!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.