HMXCSSI0 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 total contributions to the IMSS (Mexican Institute for Social Insurance) or INFONAVIT (Housing Fund) by: Company Employees Both In order to generate the report you can specify the following as well as the SAP standard selection criteria: Employer registration number Total contributions to be reported Period and year to be reported ..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 HMXCSSI0 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_CSSI - IMSS contrib. report 32
PC00_M32_CSSI0 - IMSS-INFONAVIT contributions
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.
Selection Text: YEAR = Year
Selection Text: TCPAT = Company
Selection Text: TCEMP = Employee
Selection Text: PREPAT = Employer register
Selection Text: PERIODO = Period
Title: IMSS-INFONAVIT contribution report
Text Symbol: 001 = Employer register
Text Symbol: 007 = Contribution list IMSS-INFONAVIT
Text Symbol: 008 = for
Text Symbol: 009 = t
Text Symbol: COM = /
Text Symbol: E02 = Error on adding element to error list
Text Symbol: E08 = POP UP display error
Text Symbol: ENC = Total contributions
Text Symbol: PER = Period/year:
Text Symbol: T01 = Monthly period
Text Symbol: T02 = Bimonthly period
Text Symbol: T04 = There is no information for parameters
Text Symbol: T05 = specified on screen
Text Symbol: TB1 = Return
Text Symbol: TB2 = Close
Text Symbol: TIT = Information
Text Symbol: TRE = Period selection
INCLUDE: PCSSDMX1, " DECLARACIÓN DE DATOS GENERALES
PCCLSMX0, " DATOS PARA LECTURA DE CLUSTER
PULFDMX0.
No SAP DATABASE tables are accessed within this REPORT code!
HR_MX_SEL_MOLGA call function 'HR_MX_SEL_MOLGA' exporting persnr = pernr-pernr * MOLGA = 32 begda = ini_per endda = fin_per 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.