SAP Reports / Programs | Personnel Management | Personnel Administration | Italy(PA-PA-IT) SAP PA

RPC101I0 SAP ABAP Report - Report of annual forms - Form 101 - Form 01/M - Form 03/M







RPC101I0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Annual form report...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 RPC101I0 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_RPC101I0 - Annual forms report


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 RPC101I0. "Basic submit
SUBMIT RPC101I0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPC101I0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


(Obsolete)
Selection Text: A = To:
Selection Text: ANTEPR = Print preview
Selection Text: DA = From:
Selection Text: DATA = Processing date
Selection Text: MOD = Pre-printed header form
Selection Text: MOD101 = Form 101
Selection Text: MODO1M = Form 01/M
Selection Text: MODO3M = Form 03/M
Selection Text: SEDE = Place of work
Selection Text: SOCIETA = Company
Selection Text: STAMPA = Printout
Selection Text: TIPO = Output device type
Title: Report of annual forms - Form 101 - Form 01/M - Form 03/M
Text Symbol: 111 = Cluster PC not imported, key:
Text Symbol: 112 = No entries in table T5ITI3 for key:
Text Symbol: 113 = No entries in table T512W for key:
Text Symbol: 114 = No entries in table T554s for key:
Text Symbol: 115 = No entries in table T5ITIE for key:
Text Symbol: 116 = Cluster RI not imported, key:
Text Symbol: 117 = No WT remuneration in table T5ITNN for key:
Text Symbol: 118 = Errors occurred during processing. The whole calculation or part of it has been interrupted.
Text Symbol: 119 = A list of personnel numbers and of the errors occurred is displayed hereafter:
Text Symbol: 120 = Personnel No. Short description of error
Text Symbol: E00 = Personnel No.:
Text Symbol: E01 = Cluster
Text Symbol: E02 = not found
Text Symbol: E03 = ocd-version-number
Text Symbol: E04 = cd-version-number
Text Symbol: E05 = Cluster CD not pres.
Text Symbol: 001 = Data settings
Text Symbol: 002 = Leaving data from
Text Symbol: 003 = No entries in table T001p for key:
Text Symbol: 004 = to
Text Symbol: 005 = Personnel Number
Text Symbol: 006 = Selections display
Text Symbol: 007 = Output
Text Symbol: 008 = WT assignment





Text Symbol: 009 = No entries in table T554S with key:
Text Symbol: 010 = No entries in table T5ITIE for key:
Text Symbol: 011 = Company
Text Symbol: 012 = Print preview
Text Symbol: 013 = Pre-printed form
Text Symbol: 014 = Form
Text Symbol: 015 = Print date
Text Symbol: 016 = Annual
Text Symbol: 018 = Printout
Text Symbol: 019 = Print form 101
Text Symbol: 020 = Place of work
Text Symbol: 021 = Processing date
Text Symbol: 022 = No entries in table T512W for key:
Text Symbol: 023 = Recalculation section D -01M
Text Symbol: 024 = Form 01M
Text Symbol: 025 = Place of work
Text Symbol: 090 = Information on personnel number
Text Symbol: 091 = Personnel number xxxxxxxx being processed
Text Symbol: 092 = has no heir.
Text Symbol: 100 = Form 101
Text Symbol: 101 = Check forms
Text Symbol: 110 = Cluster ZL not imported, key:


INCLUDES used within this REPORT RPC101I0

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


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:

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING FORM = 'HR_IT_M101' LANGUAGE = SY-LANGU OPTIONS = ITCPO DEVICE = 'PRINTER' DIALOG = ' '.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = 'MAIN'.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' EXCEPTIONS OTHERS = 1.



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