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

HMXCSFA0 SAP ABAP Report - Balance report for Savings Fund







HMXCSFA0 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 display the balance up until the latest payroll result...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 HMXCSFA0 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_CSFA0 - Savings Fund balances


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 HMXCSFA0. "Basic submit
SUBMIT HMXCSFA0 AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCSFA0 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: ANPROC = Start year
Selection Text: CUMNO = D Cumulation interval number
Title: Balance report for Savings Fund
Text Symbol: CTR = Employee contr.
Text Symbol: CEM = Company contr.
Text Symbol: ABE = Area
Text Symbol: 115 = There is no data
Text Symbol: 009 = to
Text Symbol: 008 = Period
Text Symbol: 007 = Details on Savings Fund balance:
Text Symbol: 004 = Benefit data
Text Symbol: 002 = Investment period
Text Symbol: 001 = Employer registratn
Text Symbol: ECA = EE no.
Text Symbol: ECB = Employee name
Text Symbol: ESC = Registered co. name :
Text Symbol: ESB = RFC :
Text Symbol: ESA = Company :
Text Symbol: ECI = Bal.
Text Symbol: ECH = Payroll run
Text Symbol: ECG = Interest
Text Symbol: ECF = Loans
Text Symbol: ECE = Total contributions
Text Symbol: ECD = Co. contribution
Text Symbol: ECC = EE contribution
Text Symbol: E02 = Error on adding element to error list
Text Symbol: T06 = to
Text Symbol: T05 = specified on screen
Text Symbol: T04 = There is no information for parameters
Text Symbol: T01 = Savings Fund balance
Text Symbol: SBT = Subtotal:
Text Symbol: PER = Evaluation date :
Text Symbol: PBE = Plan
Text Symbol: NOC = Name
Text Symbol: HD2 = EE Employee Company Contrib.
Text Symbol: HD1 = Number Employee name Contrib. Contrib. Total
Text Symbol: ESE = End invest. period :
Text Symbol: ESD = Start invest. period:





Text Symbol: TSA = Tot.balance
Text Symbol: TRE = Tot.Withdrwls
Text Symbol: TLI = Total deducted
Text Symbol: TIT = Information
Text Symbol: TIN = Interest total
Text Symbol: TCO = Total contr.
Text Symbol: TB2 = Close
Text Symbol: TB1 = Return
Text Symbol: TAO = Total :
Text Symbol: E08 = POP UP display error


INCLUDES used within this REPORT HMXCSFA0

INCLUDE: PCSFDMX0, "DECLARACIONES Y ESTRUC. F.A.


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