SAP Reports / Programs

RPCDM1I0 SAP ABAP Report - Report for calculation and/or print of forms DM10







RPCDM1I0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The RPCDM1I0 report copies the DM10/2 form and the data contained in the DM10/M form on magnetic medium...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 RPCDM1I0 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_M15_DM10 - DM 10


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 RPCDM1I0. "Basic submit
SUBMIT RPCDM1I0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDM1I0 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: I_FILE = Input file (ASCII):
Title: Report for calculation and/or print of forms DM10
Text Symbol: 169 = Process Pers. No.: &1
Text Symbol: 170 = Display error log
Text Symbol: 171 = Interface
Text Symbol: 173 = Process Pers. No.: &1
Text Symbol: 174 = No records in the selected CD cluster
Text Symbol: 175 = User name
Text Symbol: 176 = DM10/m run result date:
Text Symbol: 177 = To retrieve the result of DM10 on data medium exchange
Text Symbol: 178 = run report RPUTMSI0 by entering:
Text Symbol: 180 = Catalog TEMSE
Text Symbol: CK1 = .
Text Symbol: E00 = Personnel no. :
Text Symbol: E01 = Imported cluster version
Text Symbol: E02 = it is not current
Text Symbol: E03 = Imported version:
Text Symbol: E04 = Cluster current version
Text Symbol: E05 = Cluster CD not found
Text Symbol: E06 = Inconsistent data in table
Text Symbol: E07 = Inconsistencies between cluster-directory and payroll- RESULTS-DIRECTORY!
Text Symbol: E08 = No payroll-results exists for the data in the cluster- DIRECTORY
Text Symbol: E09 = Please resolve problem with the hotline !!
Text Symbol: E10 = Chiave del cluster RI:
Text Symbol: E11 = Selected currency is different
Text Symbol: E13 = Error while converting amounts
Text Symbol: E14 = of current currency
Text Symbol: E15 = from payroll result currency
Text Symbol: E16 = infotype 160
Text Symbol: E17 = Processing type "Print" valid only for form DM10/2
Text Symbol: I01 = No pers.no.
Text Symbol: I02 = There are no payroll accounting results with this update indicator
Text Symbol: I03 = Versions of RI cluster not corresponding
Text Symbol: I04 = Import RI cluster wrong
Text Symbol: I05 = Specified form does not exist
Text Symbol: I10 = Only the monthly frequency of the form is curr. managed.
Text Symbol: 168 = Form in Euro
Text Symbol: 010 = Attention! Data already exists.





Text Symbol: 011 = By confirming the data will be deleted.
Text Symbol: 015 = Calculation of DM 10
Text Symbol: 016 = Report
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: 023 = Edit file/user exit
Text Symbol: 090 = Company master data
Text Symbol: 095 = Form
Text Symbol: 100 = Processing type
Text Symbol: 101 = Layout form
Text Symbol: 105 = Selection period (MM-YYYY)
Text Symbol: 106 = Date on the form
Text Symbol: 110 = Year
Text Symbol: 114 = Grouping DM10
Text Symbol: 115 = INPS indicator
Text Symbol: 116 = INPS number
Text Symbol: 118 = Place of work
Text Symbol: 119 = DM10/2
Text Symbol: 120 = DM10/3
Text Symbol: 150 = Print (DM10/2)
Text Symbol: 151 = Calculate / Output
Text Symbol: 153 = Calculate / Save / Output
Text Symbol: 154 = Carry out page break
Text Symbol: 155 = Pre-printed header form
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: 164 = Form layout
Text Symbol: 165 = More
Text Symbol: 166 = Currency
Text Symbol: 167 = Form in Lire


INCLUDES used within this REPORT RPCDM1I0

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

INCLUDE RPCDMSI1. " MODIFICHE DINAMICHE SS
INCLUDE RPCDM1I8.






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