HPLCIFT0 is a standard Executable ABAP Report 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 HPLCIFT0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M46_IFT1 - Tax accounting form IFT-1/IFT-1R
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.
Selection Text: CORR = Correction
Selection Text: DATA_WN = Date of submitting the request
Selection Text: DIAL = Print preview
Selection Text: DIMMED = Print immediately
Selection Text: FNAME = First name
Selection Text: FOR1 = Form name
Selection Text: IFT1 = IFT-1
Selection Text: IFTR = IFT-1R
Selection Text: LNAME = Last name
Selection Text: PRINTER = Output device
Selection Text: TDARMOD = Archiving mode
Selection Text: TDDELE = Delete after print
Selection Text: TDLIFE = Spool retention period (days)
Selection Text: TDNEWID = New spool request
Selection Text: URZZAG = Tax office
Title: Tax accounting form IFT-1/IFT-1R
Text Symbol: FR1 = Print parameters
Text Symbol: FR2 = Parameters
Text Symbol: FRX = Responsible person
Text Symbol: Z01 = zl
INCLUDE PCINTPL0. "OT41606452
INCLUDE PC2RXPL0.
INCLUDE PCZDFPL0.
INCLUDE PCPIDPL0.
No SAP DATABASE tables are accessed within this REPORT code!
HR_PL_PY_CLASS_INIT CALL FUNCTION 'HR_PL_PY_CLASS_INIT' "1555136 EXPORTING "1555136 LGART_CLASS = '12' "1555136 PROCESSING_CLASS = ' '. "1555136
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = '18000101' END = '99991231' IMPORTING FIRE_DATE = FIRE_DATE HIRE_DATE = HIRE_DATE TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001.
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING PERSNR = PERNR-PERNR IMPORTING MOLGA = MOLGA TABLES IN_RGDIR = RGDIR EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.
HR_PL_PY_EVP CALL FUNCTION 'HR_PL_PY_EVP' EXPORTING PER_BEG = PN-BEGDA PER_END = PN-ENDDA MODE = 1 "by in pay date VIEW = 1 "in periods * payt_ = l_reg * payt_a = l_spec * payt_b = l_kor
TABLES IN_RGDIR = RGDIR OUT_EVP = EVP2 OUT_EVPX = EVPX EXCEPTIONS OTHERS = 1 .
HR_PCLX_INIT_BUFFER CALL FUNCTION 'HR_PCLX_INIT_BUFFER'.
HR_IMPORT_RGDIR_FROM_PCLX CALL FUNCTION 'HR_IMPORT_RGDIR_FROM_PCLX' EXPORTING EMPLOYEE_NUMBER = PERNR-PERNR CLUSTER_ID = IMPORT_RELID TABLES IMPORT_RGDIR = EVP2 EXCEPTIONS NO_RESULTS = 1 NO_READ_AUTHORITY = 2 OTHERS = 3.
PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' EXPORTING CLUSTERID = IMPORT_RELID EMPLOYEENUMBER = PERNR-PERNR SEQUENCENUMBER = EVPX-SEQNR * READ_ONLY_BUFFER = ' ' * READ_ONLY_INTERNATIONAL = ' ' CHANGING PAYROLL_RESULT = RESULT EXCEPTIONS ILLEGAL_ISOCODE_OR_CLUSTERID = 1 ERROR_GENERATING_IMPORT = 2 IMPORT_MISMATCH_ERROR = 3 SUBPOOL_DIR_FULL = 4 NO_READ_AUTHORITY = 5 NO_RECORD_FOUND = 6 VERSIONS_DO_NOT_MATCH = 7 OTHERS = 8.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING DIALOG = DIAL * form = for1 "OT61820077 FORM = FORM_NAME "OT61820077 LANGUAGE = 'L' OPTIONS = ITCPO EXCEPTIONS CANCELED = 1.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN'.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM'.
HR_PL_PY_CLASS_VALUE CALL FUNCTION 'HR_PL_PY_CLASS_VALUE' EXPORTING LGART = RT-LGART LGART_CLASS = '12' PROCESSING_CLASS = ' ' LDATE = EVPX-FPEND IMPORTING VALUE = LCLASS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.