PCTERVE3 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 PCTERVE3 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!
HRVE_TERM_ANTIGUEDAD CALL FUNCTION 'HRVE_TERM_ANTIGUEDAD' EXPORTING PERNUM = P_PERNR HIRE_DATE = P_HIRING_DATE FIRE_DATE = P_FIRING_DATE IMPORTING EE_ANOS_ANT = P_EE_ANOS_ANT EE_MESES_ANT = P_EE_MESES_ANT EE_DIAS_ANT = P_EE_DIAS_ANT LG_ANOS_ANT = P_LG_ANOS_ANT LG_MESES_ANT = P_LG_MESES_ANT LG_DIAS_ANT = P_LG_DIAS_ANT.
HRVE_TERMINATION_RET7VE97 call function 'HRVE_TERMINATION_RET7VE97' EXPORTING tr_coind = ci_datos_coi_coixx tr_date = ci_aper-endda IMPORTING tr_fmodu = ci_function_module tr_lgart = ci_lgart tr_lgar2 = ci_lgar2 EXCEPTIONS data_notfound = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.