RPMEDIR0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program creates the MediSave monthly report in the Tape, Diskette, Infoline formats based on the results from the program RPCALCR0...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 RPMEDIR0 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_M25_PBS_CMED - Monthly Medisave Contribution Report
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: ADV_CODE = Advice Code
Selection Text: AUTO_CLM = CPF Exceed claim up
Selection Text: COMPLANT = Print Company Code with Plant
Selection Text: CPF_INT =
Selection Text: DATASET = File Name for CPF Reporting
Selection Text: FWL_INT =
Selection Text: MAX_LINE = No. of Records per Print Page
Selection Text: NO_OUT = Testing (no files created)
Selection Text: OUTPUT_B = CPF Reporting: INTERBANK
Selection Text: OUTPUT_D = CPF Reporting: DISKETTE
Selection Text: OUTPUT_L = CPF Reporting: INFOLINE
Selection Text: OUTPUT_T = CPF Reporting: TAPE
Selection Text: PAR_DRV =
Selection Text: PAR_FILE =
Title: MediSave monthly contribution report (Singapore PS specific)
Text Symbol: 111 = has the same CPF A/C
Text Symbol: 115 = No Payroll in the pay period.
Text Symbol: 116 = CPF Contribution less than 0
Text Symbol: 117 = summe of ordinary wages lass than 0
Text Symbol: 118 = summe of additional wages less than 0
Text Symbol: 119 = No CPF related wages found in payroll result
Text Symbol: 120 = Output Format
Text Symbol: 121 = Additional Parameters
Text Symbol: 130 = Employer Ref No.
Text Symbol: 131 = Employee CPF a/c No.
Text Symbol: 132 = Employee Name
Text Symbol: 133 = Terminated on
Text Symbol: 134 = CPF Period
Text Symbol: 135 = Ordinary Wages
Text Symbol: 136 = Additional Wages
Text Symbol: 137 = CPF Contribution
Text Symbol: 138 = CPF by Employee
Text Symbol: 139 = MBMF Contribution
Text Symbol: 110 = and
Text Symbol: 109 = Interest on late payment of FWL
Text Symbol: 108 = NO FILE CREATED!
Text Symbol: 107 = Interest on late payment of CPF
Text Symbol: 106 = Int. on late payment FWL / CPF
INCLUDE RPCPFBR0_ALV. "DATA-DEFINITION: SGP CPF
INCLUDE RPC2RRR0.
INCLUDE RPCAWSCL.
INCLUDE RPCFVP00.
INCLUDE RPCREPR4 . "TEMSE RELATED SELECTION SCREEN "SGSL9CK016303
INCLUDE RPCREPR2 . "COMMON ROUTINES FOR TEMSE "SGSL9CK016303
INCLUDE RPCPSFRL_ALV. "MAIN ROUTINES
INCLUDE RPCCPFR3. "ROUTINS READ BUKRS & WERKS
INCLUDE RPCPSFR4_ALV. "COLLECT CPF DATA
INCLUDE RPCCPFR5_ALV. "PRINT SUBROUTINES
INCLUDE RPCPSFR6. "READ FEATURE 25PR0 & 25PR1
INCLUDE RPCCPFRI. "CPF REPORTS IN CPFLINE FORMAT
INCLUDE RPCCPFRT_ALV. "CPF REPORTS IN TAPE FORMAT
INCLUDE RPCCPFRD_ALV. "CPF REPORTS IN DISKETTE FORMAT
INCLUDE RPCCPFRL_ALV. "CPF REPORTS LISTING
INCLUDE RPCCPFRF_ALV. "CPF REPORTS IN FTP FORMAT
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 RPMEDIR0 or its description.