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

HMXCCRE0_CE SAP ABAP Report - Annual declaration of wage credit paid in cash







HMXCCRE0_CE 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 make the annual SHCP (Ministry for Public Credit) declaration on the Credit on Wage Paid in Cash to employees To execute this report, besides the standard SAP selection criteria, you can indicate the following: Company RFC Tax year of declaration Type of declaration to generate The possible outputs are: List in preliminary format...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 HMXCCRE0_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_CCRE0_CE - Credit on wage paid in cash


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 HMXCCRE0_CE. "Basic submit
SUBMIT HMXCCRE0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCCRE0_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: ANIO = Year
Selection Text: RFC = RFC
Title: Annual declaration of wage credit paid in cash
Text Symbol: 185 = RFC Employee
Text Symbol: ANI = Year to decl.
Text Symbol: CEM = No. Employees
Text Symbol: COM = Extra
Text Symbol: DEC = Declaration type
Text Symbol: E01 = Error text
Text Symbol: IMD = Amt b. wage cr.
Text Symbol: NEG = Employee with negative wage credit in RFC:
Text Symbol: NOD = There is no relevant information
Text Symbol: NOR = Reg.
Text Symbol: NUM = Number
Text Symbol: PAT = Company RFC
Text Symbol: T01 = Breakdown for year &1.
Text Symbol: T02 = TemSe objects generated for year &1
Text Symbol: TM1 = F26
Text Symbol: TM2 = F26_data
Text Symbol: U08 = Error list


INCLUDES used within this REPORT HMXCCRE0_CE

INCLUDE: PCCRDMX0_CE, " DATA DEFINITIONS AND SELECTION SCREEN "C5086580_CE


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