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

HMXCGRI0 SAP ABAP Report - Regular tax calculation report







HMXCGRI0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report generates a list with the details of the payments that are taxed and exempt from calculated regular tax, under the criteria selected and in the period specified...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 HMXCGRI0 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_CGRI0 - Deducted tax


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


Text pool values


Title: Regular tax calculation report
Text Symbol: L30 = Information on exempt amounts
Text Symbol: NA1 = accredited
Text Symbol: NAC = Subsidy non
Text Symbol: NEM = Employee name
Text Symbol: NPS = PersonnelNo.
Text Symbol: PER = Evaluation date: &1 - &2
Text Symbol: PEX = Payment exempt
Text Symbol: PGR = Total earnings
Text Symbol: RSO = Company name:
Text Symbol: T01 = Regular tax calculation report
Text Symbol: T04 = There is no information for parameters
Text Symbol: T05 = specified on screen
Text Symbol: T06 = to
Text Symbol: TB1 = Return
Text Symbol: TB2 = Close
Text Symbol: TIT = Information
Text Symbol: TT1 = Total by personnel subarea
Text Symbol: TT2 = Total by personnel area
Text Symbol: TT3 = Total by company
Text Symbol: TT4 = General total
Text Symbol: TT5 = Total by payroll area
Text Symbol: L21 = Wage type Description Number
Text Symbol: ACR = Subsidy
Text Symbol: CS1 = Wage
Text Symbol: CSA = Credit to
Text Symbol: E02 = Error on adding element to error list
Text Symbol: E08 = POP UP display error
Text Symbol: EC1 = exempt
Text Symbol: EL1 = taxed
Text Symbol: ELE = Payment
Text Symbol: EXC = Payment
Text Symbol: H01 = Payroll area
Text Symbol: H02 = Personnel Area:
Text Symbol: H03 = Personnel Subarea:
Text Symbol: IM1 = deducted
Text Symbol: IMP = Tax
Text Symbol: L00 = Name





Text Symbol: L01 = Amount taxed
Text Symbol: L02 = Payment exempt
Text Symbol: L03 = Accredited subsidy
Text Symbol: L04 = Non-accredited subsidy
Text Symbol: L05 = Credit on wage
Text Symbol: L06 = Tax deducted
Text Symbol: L20 = Information on taxed amounts


INCLUDES used within this REPORT HMXCGRI0

INCLUDE: PCGRDMX0, " DEFINICIÓN DE DATOS
PCCLSMX0, " DATOS PARA LECTURA DE CLUSTER


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