SAP Reports / Programs | Payroll | Mexico(PY-MX) SAP PY

HMXCFIC0 SAP ABAP Report - Calculation of theoretical taxable income







HMXCFIC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report allows you to calculate the fixed payment for loans at preferential rates for employees...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 HMXCFIC0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M32_CFIC0 - Theor. tax. income frm loans


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 HMXCFIC0. "Basic submit
SUBMIT HMXCFIC0 AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCFIC0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: ANIO = Year
Selection Text: FPAGO = Date of Payment
Selection Text: IPCOM = Extra
Selection Text: IPUNI = One-off
Selection Text: MAP_NAME = Name batch input session
Selection Text: MES = Month
Selection Text: PRUEBA = Test
Selection Text: TIPO_PRE = Loan
Title: Calculation of theoretical taxable income
Text Symbol: H01 = Empl.No.
Text Symbol: FIC = The. wage type
Text Symbol: E08 = POP UP display error
Text Symbol: E02 = Error on adding element to error list
Text Symbol: DG2 = Company:
Text Symbol: DG1 = Theoretical tax.inc. report for loans at preferential rates
Text Symbol: DAT = Theo.tax.inc.
Text Symbol: COM = /
Text Symbol: CCN = Wage type
Text Symbol: 009 = There is no data
Text Symbol: 007 = Theoretical taxable income
Text Symbol: 004 = Mth:
Text Symbol: 003 = Market interest rate:
Text Symbol: 001 = Period
Text Symbol: 000 = Type of loan
Text Symbol: H06 = Tax
Text Symbol: H07 = Int.
Text Symbol: H08 = Acc.
Text Symbol: H09 = Real
Text Symbol: H10 = Difference
Text Symbol: H11 = New basis
Text Symbol: H12 = Taxed
Text Symbol: H13 = Wage
Text Symbol: IMP = Tax table
Text Symbol: H24 = Type of loan:
Text Symbol: H23 = No.
Text Symbol: H21 = * * * Theoretical taxable income * *
Text Symbol: H20 = * * * * * *Interest * * * * * *
Text Symbol: H19 = * * *Ordinary monthly payment* * *





Text Symbol: H18 = Taxed
Text Symbol: H17 = Calculatd
Text Symbol: H16 = Market
Text Symbol: H15 = Bal.
Text Symbol: H14 = Company
Text Symbol: TIP = Deduction for the. tax income
Text Symbol: TAB = Tax table to apply
Text Symbol: ST1 = Total of loans
Text Symbol: ST0 = Subtotal loan class
Text Symbol: PRO = Processing type
Text Symbol: PER = Mo./Year
Text Symbol: M12 = December
Text Symbol: M11 = November
Text Symbol: M10 = October
Text Symbol: M09 = September
Text Symbol: M08 = August
Text Symbol: M07 = July
Text Symbol: M06 = June
Text Symbol: M05 = May
Text Symbol: M04 = April
Text Symbol: M03 = March
Text Symbol: M02 = Feb.
Text Symbol: M01 = Jan.
Text Symbol: IN2 = in infotype extra payments
Text Symbol: TX9 = Close
Text Symbol: TX8 = Return
Text Symbol: TX7 = specified on screen
Text Symbol: TX6 = There is no information for parameters
Text Symbol: TX5 = Batch Input
Text Symbol: TX4 = Return
Text Symbol: TX3 = Batch
Text Symbol: TX2 = for Theo.Tx.Inc. in Batch?
Text Symbol: TX1 = DoYouWant to gen. calc. session
Text Symbol: TX0 = Error
Text Symbol: IN1 = in infotype ind. payts
Text Symbol: H05 = Credit to
Text Symbol: H04 = Bsis
Text Symbol: H03 = Loan
Text Symbol: H02 = Employee





INCLUDES used within this REPORT HMXCFIC0

INCLUDE: PCFIDMX0, " DECLARACIÓN DE ESTRUCTURAS Y DATOS FICTO
PCFDCMX0, " DECLARACIÓN DE ESTRUC. Y DATOS IMPUESTOS


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:

HR_MX_SEL_MOLGA call function 'HR_MX_SEL_MOLGA' exporting persnr = pernr-pernr * MOLGA = 32 begda = pn-begda endda = pn-endda exceptions not_found = 4.



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