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

HMXCFIC0_CE SAP ABAP Report - Calculation of theoretical taxable income







HMXCFIC0_CE 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 HMXCFIC0_CE 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_CE - 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_CE. "Basic submit
SUBMIT HMXCFIC0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCFIC0_CE 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: TIPO_PRE = Loan
Selection Text: PRUEBA = Test
Selection Text: MES = Month
Selection Text: MAP_NAME = Name batch input session
Selection Text: IPUNI = One-off
Selection Text: IPCOM = Extra
Selection Text: FPAGO = Payment date
Selection Text: ANIO = Year
Title: Calculation of theoretical taxable income
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: PRO = Processing type
Text Symbol: ST0 = Subtotal loan class
Text Symbol: ST1 = Total of loans
Text Symbol: TAB = Tax table to apply
Text Symbol: TIP = Deduction for the. tax income
Text Symbol: TX0 = Error
Text Symbol: TX1 = DoYouWant to gen. calc. session
Text Symbol: TX2 = for Theo.Tx.Inc. in Batch?
Text Symbol: TX3 = Batch
Text Symbol: TX4 = Return
Text Symbol: TX5 = Batch Input
Text Symbol: TX6 = There is no information for parameters
Text Symbol: TX7 = specified on screen
Text Symbol: TX8 = Return
Text Symbol: TX9 = Close





Text Symbol: IN1 = in infotype ind. payts
Text Symbol: 000 = Type of loan
Text Symbol: 001 = Period
Text Symbol: 003 = Market interest rate:
Text Symbol: 004 = Mth:
Text Symbol: 007 = Theoretical taxable income
Text Symbol: 009 = There is no data
Text Symbol: CCN = Wage type
Text Symbol: COM = /
Text Symbol: DAT = Theo.tax.inc.
Text Symbol: DG1 = Theoretical tax.inc. report for loans at preferential rates
Text Symbol: DG2 = Company:
Text Symbol: E02 = Error on adding element to error list
Text Symbol: E08 = POP UP display error
Text Symbol: FIC = The. wage type
Text Symbol: H01 = Empl.No.
Text Symbol: H02 = Employee
Text Symbol: H03 = Loan
Text Symbol: H04 = Bsis
Text Symbol: H05 = Credit to
Text Symbol: H06 = Tax
Text Symbol: H07 = Intrst
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: H14 = Company
Text Symbol: H15 = Bal.
Text Symbol: H16 = Market
Text Symbol: H17 = Calculatd
Text Symbol: H18 = Taxed
Text Symbol: H19 = * * *Ordinary monthly payment* * *
Text Symbol: H20 = * * * * * *Interest * * * * * *
Text Symbol: H21 = * * * Theoretical taxable income * *
Text Symbol: H23 = No.
Text Symbol: H24 = Type of loan:
Text Symbol: IMP = Tax table





INCLUDES used within this REPORT HMXCFIC0_CE

INCLUDE: PCFIDMX0_CE, " DECLARACIÓN DE ESTRUCTURAS Y DATOS FICTO "C5086580_CE
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_CE or its description.