HMXCINF0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report enables you to generate a list of details on INFONAVIT (Housing Fund) and FONACOT (National fund for workers' commercial credits) credits that have occurred following the selected criteria and in the specified period...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter HMXCINF0 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_M32_CINF0 - FONACOT/INFONAVIT discounts made
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: P_PERIO = Processing month
Selection Text: P_ANPRO = Processing year
Selection Text: C_REGUL = Selection by date
Selection Text: C_MONTH = Monthly period
Selection Text: CINFO = INFONAVIT credit
Selection Text: CFONA = FONACOT credit
Title: Deductions by INFONAVIT and FONACOT credits
Text Symbol: T01 = FONACOT
Text Symbol: STO = Subtotal
Text Symbol: SOC = Co. Code:
Text Symbol: SMI = Basic wage
Text Symbol: SDI = Wage
Text Symbol: SAR = Bal.
Text Symbol: SAL = Bal.
Text Symbol: REP = Credit report
Text Symbol: PRN = Personnel
Text Symbol: PER = Evaluation date: &1 to &2
Text Symbol: PE2 = Monthly period
Text Symbol: PE1 = Selection by date
Text Symbol: PCT = Percentage
Text Symbol: PAT = Employer RFC
Text Symbol: NPS = Number of
Text Symbol: NPR = There are no payroll periods
Text Symbol: NPE = Number
Text Symbol: NEM = Employee name
Text Symbol: T03 = Fiscal year:
Text Symbol: T05 = Company name :
Text Symbol: T06 = Credit :
Text Symbol: T14 = Address :
Text Symbol: T22 = Total:
Text Symbol: T24 = Employees
Text Symbol: T25 = Credits
Text Symbol: TB1 = Return
Text Symbol: TB2 = Close
Text Symbol: TIP = Credit type
Text Symbol: TIT = Information
Text Symbol: TL1 = Deductions by INFONAVIT credits
Text Symbol: TL2 = Deductions by FONACOT credits
INCLUDE PCIFDMX1.
No SAP DATABASE tables are accessed within this REPORT code!
HRMX_LAST_DAY_OF_MONTH CALL FUNCTION 'HRMX_LAST_DAY_OF_MONTH' EXPORTING I_DATE = lv_end_month IMPORTING * E_FLG_END_OF_MONTH = E_DAYS_OF_MONTH = lv_last_day.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = PERNR-PERNR infty = '0370' begda = '19000101' endda = '99991231' importing subrc = okcode tables infty_tab = p0370 exceptions infty_not_found = 1 others = 2.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = PERNR-PERNR infty = '0001' begda = '19000101' endda = '99991231' importing subrc = okcode tables infty_tab = p0001 exceptions infty_not_found = 1 others = 2.
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 HMXCINF0 or its description.