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

HMXCSARPBS_CE_OLD SAP ABAP Report - SAR Contributions and Employee Catalog maintenance







HMXCSARPBS_CE_OLD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used by dependencies and entities to report on registrations, modifications and deregistrations and on the contributions corresponding to each bi-monthly period...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 HMXCSARPBS_CE_OLD into the relevant SAP transactions such as SE38 or SE80


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 HMXCSARPBS_CE_OLD. "Basic submit
SUBMIT HMXCSARPBS_CE_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCSARPBS_CE_OLD 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: TOBJ_SA = TemSe file name
Selection Text: TOBJ_RE = TemSe file name
Selection Text: TEST = Generate files
Selection Text: SF_NAME = Control numbers form
Selection Text: REPORTDT = Notification date
Selection Text: PAYTYPE = Payment type
Selection Text: PAYAREA = Payroll area
Selection Text: FILENAM2 = File attachment B
Selection Text: FILENAM1 = File attachment A
Selection Text: DPNAME = Payroll department name
Selection Text: BRNAME = Branch name
Title: SAR Contributions and Employee Catalog maintenance
Text Symbol: T11 = DATE OF ENTRY
Text Symbol: T12 = DATE OF LEAVING
Text Symbol: T13 = CONTRIBUTION DATE
Text Symbol: T14 = FOV CREDIT
Text Symbol: T15 = SAR CONTRIBUTION
Text Symbol: T16 = FOVISSSTE CONTRIBUTION
Text Symbol: T17 = AMT OF CONTR.KEY
Text Symbol: T18 = SAR CENTER
Text Symbol: T19 = ICEFA
Text Symbol: T21 = SAR Report results
Text Symbol: T22 = Period
Text Symbol: T23 = Notification date
Text Symbol: TM1 = TemSe file
Text Symbol: TM2 = TemSe file name
Text Symbol: TM3 = Save in TemSe format
Text Symbol: TM4 = Reading of TemSe file
Text Symbol: TM5 = TemSe object
Text Symbol: TM6 = exists.
Text Symbol: TM7 = Replace?
Text Symbol: T10 = CONTR. BASIS
Text Symbol: E01 = Please specify the form name
Text Symbol: E02 = Employee number not found in payroll area
Text Symbol: E03 = RFC not found
Text Symbol: E04 = Payroll results not found
Text Symbol: E05 = Date of birth not found
Text Symbol: E06 = Gender not found





Text Symbol: E07 = ICEFA key not found
Text Symbol: E08 = Place of birth not found
Text Symbol: E11 = Incorrect period or year
Text Symbol: E12 = Incorrect payment type
Text Symbol: I01 = Error
Text Symbol: I02 = Advice
Text Symbol: I03 = Success
Text Symbol: I04 = Data file(s) saved in
Text Symbol: I05 = , the file name begins with 'Employees' or 'Payment'
Text Symbol: I06 = Negative contributions
Text Symbol: S01 = Output format
Text Symbol: S02 = Period
Text Symbol: S03 = Bimonthly no.
Text Symbol: S04 = to
Text Symbol: S05 = Payment type
Text Symbol: S06 = Payment date
Text Symbol: T01 = EMPLOYEE NUMBER
Text Symbol: T02 = RFC
Text Symbol: T03 = NAME
Text Symbol: T04 = TRANSACTION TYPE
Text Symbol: T05 = CURP
Text Symbol: T06 = MESSAGE
Text Symbol: T07 = NSS ISSSTE
Text Symbol: T08 = FATHER'S SURNAME
Text Symbol: T09 = MOTHER'S SURNAME


INCLUDES used within this REPORT HMXCSARPBS_CE_OLD

INCLUDE RPPPXD10. "COMMON PART BUFFER PCL1/PCL2
INCLUDE RPC2RX09.


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