SAP Reports / Programs | Payroll | Venezuela(PY-VE) SAP PY

PCTERVE3 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 PCTERVE3. "Basic submit
SUBMIT PCTERVE3 AND RETURN. "Return to original report after report execution complete
SUBMIT PCTERVE3 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 PCTERVE3

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:

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.



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