SAP Reports / Programs

HMXCIFA0 SAP ABAP Report - Savings fund interest distribution







HMXCIFA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report makes the calculation corresponding to the distribution of savings fund interest depending on the wage type specified by the user...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 HMXCIFA0 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_CIFA0 - Interest distribution Savings Fund


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 HMXCIFA0. "Basic submit
SUBMIT HMXCIFA0 AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCIFA0 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: PA_ANPRO = Year
Selection Text: PA_BAREA = Area
Selection Text: PA_BPLAN = Plan
Selection Text: PA_FPAGO = Date
Selection Text: PA_INTER = Interest to share
Selection Text: PA_IPCOM = Extra
Selection Text: PA_IPUNI = One-off
Selection Text: PA_MAPNA = Name batch input session
Selection Text: PA_NUMME = Month no.
Selection Text: PA_PERAN = Annual
Selection Text: PA_PERME = Monthly
Selection Text: PA_PRUEB = Test
Selection Text: PA_WTYPE = Wage type
Selection Text: CUMNO = D .
Title: Savings fund interest distribution
Text Symbol: P01 = Per payroll period
Text Symbol: P02 = Monthly
Text Symbol: P03 = Ann.
Text Symbol: PAG = Payment data
Text Symbol: PBE = Plan
Text Symbol: PER = Payment date:
Text Symbol: PRM = AverageBalance
Text Symbol: PRO = Processing type
Text Symbol: T01 = Savings fund interest distribution
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: TB3 = Batch
Text Symbol: TCO = Total contr.
Text Symbol: TIN = PayableInterest
Text Symbol: TIT = Information
Text Symbol: TRE = Loans
Text Symbol: TX6 = DoYouWantTo gener.distrib.sess.
Text Symbol: TX7 = of Batch interest?
Text Symbol: TX8 = Batch Input
Text Symbol: UNI = 1-off
Text Symbol: YEA = Yr





Text Symbol: NOC = Name
Text Symbol: 001 = Employer registratn
Text Symbol: 002 = Investment Period
Text Symbol: 004 = Benefit data
Text Symbol: 007 = R. detail Savings Fund interest:
Text Symbol: 008 = Period
Text Symbol: 009 = to
Text Symbol: 115 = There is no data
Text Symbol: ABE = Area
Text Symbol: BIB = Elimination of non-processed records Infotype 0015
Text Symbol: BIP = Creation of batch input
Text Symbol: CEM = Company contr.
Text Symbol: COM = Extra
Text Symbol: CTR = Employee contr.
Text Symbol: CUM = Cumulation interval number
Text Symbol: DAT = Interest
Text Symbol: DIG = Data on interest generated
Text Symbol: DPE = Consol.Per.
Text Symbol: E02 = Error on adding element to error list
Text Symbol: E08 = POP UP display error
Text Symbol: FAC = Interest factor
Text Symbol: I01 = Wage type
Text Symbol: I02 = Interest to distrib.:
Text Symbol: I03 = Payroll reason
Text Symbol: IN1 = in infotype ind. payts
Text Symbol: IN2 = in infotype extra payments
Text Symbol: M01 = Jan.
Text Symbol: M02 = Feb.
Text Symbol: M03 = March
Text Symbol: M04 = April
Text Symbol: M05 = May
Text Symbol: M06 = June
Text Symbol: M07 = July
Text Symbol: M08 = August
Text Symbol: M09 = September
Text Symbol: M10 = October
Text Symbol: M11 = November
Text Symbol: M12 = December
Text Symbol: NME = Month no.





INCLUDES used within this REPORT HMXCIFA0

INCLUDE: PCIFDMX0, "DECLARACIONES, DATOS INT. 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:

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' EXPORTING MAPNAME = PA_MAPNA REPORTNAME = REPNAME IMPORTING MAPNAME = PA_MAPNA.

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' EXPORTING REPID = REPID IMPORTING FORMAT = format.



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