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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M32_CGRI0 - Deducted tax
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.
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
INCLUDE: PCGRDMX0, " DEFINICIÓN DE DATOS
PCCLSMX0, " DATOS PARA LECTURA DE CLUSTER
No SAP DATABASE tables are accessed within this REPORT code!
HR_MX_SEL_MOLGA call function 'HR_MX_SEL_MOLGA' exporting persnr = pernr-pernr begda = pn-begda endda = pn-endda exceptions not_found = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.