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

HMXCRNS0 SAP ABAP Report - Annual report on payments by minimum wage levels







HMXCRNS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to determine in which wage range each employee's remunerations are accumulated, by comparing the average wage and the minimum daily wage in the economic zone of the company...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 HMXCRNS0 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_CRNS0 - Wage range remuneration


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 HMXCRNS0. "Basic submit
SUBMIT HMXCRNS0 AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCRNS0 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: RFC = RFC
Selection Text: P_PDEST = Output medium
Selection Text: P_FORM = Name
Selection Text: P_CDEST = Change output parameter
Selection Text: FPREL = Preliminary
Selection Text: FOFIC = Official
Selection Text: ANIO = Year
Title: Annual report on payments by minimum wage levels
Text Symbol: SM2 = Until
Text Symbol: SM3 = Betwn
Text Symbol: SM4 = and
Text Symbol: SM5 = Grtr thn
Text Symbol: SM6 = Up to 1 MW
Text Symbol: SM7 = Between 1 and 3 MW
Text Symbol: SM8 = Between 3 and 5 MW
Text Symbol: SM9 = Between 5 and 10 MW
Text Symbol: SPL = Employee payment form
Text Symbol: TO1 = Total
Text Symbol: TO2 = Number of employees
Text Symbol: TX1 = No payroll results exist
Text Symbol: TX2 = for the selection conditions
Text Symbol: TX3 = Return
Text Symbol: TX4 = Close
Text Symbol: 001 = RFC
Text Symbol: 002 = Wage types to report
Text Symbol: 003 = Yr
Text Symbol: 004 = accumulated wages
Text Symbol: ANI = Yr
Text Symbol: ARC = Printer parameters
Text Symbol: CAN = Printing of amounts
Text Symbol: DIA = Printing of days
Text Symbol: E01 = Generated messages
Text Symbol: E02 = Error messages
Text Symbol: E08 = POP UP display error
Text Symbol: FMT = Report format
Text Symbol: FRM = Form
Text Symbol: OFI = Offic.
Text Symbol: PRE = Preliminry





Text Symbol: S01 = Company :
Text Symbol: S02 = RFC :
Text Symbol: S03 = State :
Text Symbol: S04 = Municipality :
Text Symbol: S05 = Economic Zone :
Text Symbol: S06 = RegisteredCo.nme :
Text Symbol: SM0 = More than 10 MW
Text Symbol: SM1 = Minimum wages:


INCLUDES used within this REPORT HMXCRNS0

INCLUDE: PCRNDMX0,
PCRNLMX0.


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:

No SAP FUNCTION MODULES are executed within this report code!



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