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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M32_CIFA0 - Interest distribution Savings Fund
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: 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
INCLUDE: PCIFDMX0, "DECLARACIONES, DATOS INT. F.A.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.