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

RPCINMI0_OLD SAP ABAP Report - Monthly INPS statement







RPCINMI0_OLD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program used to extract payroll, info-types and (customizing) settings data regarding the monthly INPS declaration...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 RPCINMI0_OLD 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 RPCINMI0_OLD. "Basic submit
SUBMIT RPCINMI0_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RPCINMI0_OLD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Monthly INPS statement
Text Symbol: 038 = Long log
Text Symbol: 039 = Previous month generation
Text Symbol: 040 = Previous month
Text Symbol: 041 = Run status to read MP
Text Symbol: 042 = Crrnt month estim.
Text Symbol: 078 = Display file
Text Symbol: 079 = Activate correction file
Text Symbol: 086 = Upload PC file
Text Symbol: 929 = Correction file
Text Symbol: 930 = PC correction file
Text Symbol: 931 = Correction indicator
Text Symbol: 932 = Correction status
Text Symbol: 933 = INPS run ID
Text Symbol: 934 = INPS run status
Text Symbol: 935 = INPS position
Text Symbol: 998 = XML add.
Text Symbol: 999 = XML file
Text Symbol: E01 = Data not found
Text Symbol: E03 = Employees processed with errors:
Text Symbol: I01 = Temse file:
Text Symbol: I02 = Number of employees processed:
Text Symbol: L01 = List of correctly processed employees.
Text Symbol: L02 = List of employees processed with errors/warnings
Text Symbol: R14 = Section:
Text Symbol: R15 = Field:
Text Symbol: 037 = Force month original wage results reading
Text Symbol: 001 = PN
Text Symbol: 002 = SURNAME
Text Symbol: 003 = NAME
Text Symbol: 004 = Further data
Text Symbol: 005 = Tariff type
Text Symbol: 006 = Output controller
Text Symbol: 007 = Calculate values
Text Symbol: 008 = ALV list
Text Symbol: 009 = Temse file
Text Symbol: 010 = Data extraction
Text Symbol: 011 = Form





Text Symbol: 012 = Section
Text Symbol: 013 = Table type to be displayed
Text Symbol: 014 = Currency key
Text Symbol: 015 = ALV display structure must include field
Text Symbol: 016 = Error while assigning display data
Text Symbol: 017 = PN processed successfully
Text Symbol: 018 = Errors/warnings found during PN processing
Text Symbol: 019 = Data not found for the field:
Text Symbol: 027 = Activated
Text Symbol: 029 = End date
Text Symbol: 030 = Start date
Text Symbol: 031 = PN
Text Symbol: 032 = Currency
Text Symbol: 035 = Temse file writing
Text Symbol: 036 = Monthly INPS


INCLUDES used within this REPORT RPCINMI0_OLD

INCLUDE RPCINMI1_OLD.
INCLUDE RPCINMI3_OLD.
INCLUDE RPCINMI4_OLD.


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