RPCMODI0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report prints the Employee Single Statement and all the forms defined in customizing...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 RPCMODI0 into the relevant SAP transactions such as SE38 or SE80
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: SOCIETA = Company
Selection Text: SEDE = Administration data
Selection Text: MESE = Month
Selection Text: HEAD = Header
Selection Text: DATEPRN = Print date
Selection Text: DAT3 = Calculate / Save / Print
Selection Text: DAT2 = Calculate / Print
Selection Text: DAT1 = Printout
Selection Text: COMA = -
Selection Text: CINPS = INPS indicator
Selection Text: ANNO = Year
Title: Report for parameter forms
Text Symbol: E05 = Cluster CD not found
Text Symbol: E04 = cd-version-number
Text Symbol: E03 = ocd-version-number
Text Symbol: E02 = not found !
Text Symbol: E01 = Cluster
Text Symbol: E00 = Personnel no. :
Text Symbol: 174 = No records in CD cluster selected
Text Symbol: 173 = Process PersNo.: &1
Text Symbol: 172 = Control parameters
Text Symbol: 171 = Display errors
Text Symbol: 170 = Form in Euro
Text Symbol: 169 = Form in Lire
Text Symbol: 168 = Crrncy
Text Symbol: 167 = Display log
Text Symbol: E06 = Inconsistent data in table
Text Symbol: E07 = Inconsistency between cluster directory and payroll results
Text Symbol: E08 = There are no payroll results for the selected date
Text Symbol: E09 = Call the HOTLINE !!
Text Symbol: E10 = RI cluster key :
Text Symbol: E11 = Selected currency is different
Text Symbol: E13 = Error while converting amounts
Text Symbol: E14 = from current curr.
Text Symbol: E15 = from payroll result currency
Text Symbol: E16 = infotype 160
Text Symbol: I01 = No entries in table T5ITNR for
Text Symbol: I02 = Versions of RI cluster not corresponding
INCLUDE RPPPXD10. " COMMON PART BUFFER PCL1/PCL2
INCLUDE RPPPXD10. " COMMON PART BUFFER PCL1/PCL2
INCLUDE RPCMOSI1.
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 RPCMODI0 or its description.