PCF91TH6 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 PCF91TH6 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.
Title: Include PCF91TH6
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' * EXPORTING ** beg = * end = l_fire_date * IMPORTING ** fire_date = * hire_date = l_hire_date * TABLES * pphifi = lt_pphifi * pp0000 = p0000 * pp0001 = p0001.
HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING PERSNR = p0000-pernr * RCLAS = * BEGDA = '18000101' * ENDDA = '99991231' * VARKY = IMPORTING ENTRYDATE = l_hire_date TABLES ENTRY_DATES = entry_dates EXCEPTIONS ENTRY_DATE_NOT_FOUND = 1 PERNR_NOT_ASSIGNED = 2 * OTHERS = 3 .
COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING first_date = l_hire_date * MODIFY_INTERVAL = ' ' second_date = l_fire_date IMPORTING years_between_dates = ee_yrs_of_serv EXCEPTIONS SEQUENCE_OF_DATES_NOT_VALID = 1 * OTHERS = 2 .
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = selection address_group = 'CA01' IMPORTING address_value = address_value * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * sadr = sadr * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCF91TH6 - Include PCF91TH6 PCF91TH5 - Main Program for Reconciliation report PIT91 (Thailand) PCF91TH4 - Tax Calculation routines for reconsilation report PIT91 (for Thailand) PCF91TH3 - Local routines for Reconciliation report of Thailand PCF91TH2_ALV - Data definitions for Reconciliation report of Thailand PCF91TH2 - Data definitions for Reconciliation report of Thailand