SAP Reports / Programs | Payroll | Italy(PY-IT) SAP PY

RPCMODI0 SAP ABAP Report - Report for parameter forms







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


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 RPCMODI0. "Basic submit
SUBMIT RPCMODI0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCMODI0 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: 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





Text Symbol: I03 = No entries in table t5ITNX
Text Symbol: I04 = Incorrect RI cluster import
Text Symbol: 001 = Personnel area:
Text Symbol: 002 = Off.:
Text Symbol: 003 = Payroll area:
Text Symbol: 004 = PersNo:
Text Symbol: 010 = Attention! Data already exists.
Text Symbol: 011 = By confirming the data will be deleted.
Text Symbol: 012 = Data does not exist in table T5ITNP for parameter:
Text Symbol: 015 = Form calculat.
Text Symbol: 016 = Notification
Text Symbol: 017 = Value inconsistency error
Text Symbol: 018 = Carry out CHECK FORMS !
Text Symbol: 020 = Selection display
Text Symbol: 021 = Check forms
Text Symbol: 090 = Company master data
Text Symbol: 095 = Form
Text Symbol: 100 = Processing type
Text Symbol: 105 = Selection period (MM-YYYY)
Text Symbol: 106 = Date on the form
Text Symbol: 110 = Year
Text Symbol: 114 = Company
Text Symbol: 115 = INPS indicator
Text Symbol: 116 = INPS number
Text Symbol: 118 = Place of work
Text Symbol: 149 = Calcul.from period start
Text Symbol: 150 = Printout
Text Symbol: 151 = Calculate / Print
Text Symbol: 152 = Calculate / Save / Print
Text Symbol: 153 = Carry out page break
Text Symbol: 155 = Last payroll accounting valid
Text Symbol: 156 = Use thousands separator
Text Symbol: 157 = DM10 / M
Text Symbol: 158 = File name
Text Symbol: 159 = CUSTOMER FORM
Text Symbol: 160 = Customer form
Text Symbol: 161 = Indicate sign
Text Symbol: 162 = Pers.number min.detail
Text Symbol: 163 = Output unit type





Text Symbol: 164 = Form layout
Text Symbol: 165 = PersNo.processed:
Text Symbol: 166 = Pers.No. rejected :


INCLUDES used within this REPORT RPCMODI0

INCLUDE RPPPXD10. " COMMON PART BUFFER PCL1/PCL2
INCLUDE RPPPXD10. " COMMON PART BUFFER PCL1/PCL2

INCLUDE RPCMOSI1.


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