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

RPLTEL00 SAP ABAP Report - Telephone Directory







RPLTEL00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Telephone Directory This report creates different lists of employee telephone numbers: internal lists external lists To be able to use the full scope of functions available in this report, communications data must be stored in the following infotypes: Addresses (0006) Internal Control (0032) Communication (0105) Under Key date, you can specify whether the communication data for the current day, or any other day specified is to be evaluated...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 RPLTEL00 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 RPLTEL00. "Basic submit
SUBMIT RPLTEL00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLTEL00 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: KOMID = Communications numbers
Selection Text: NNAME = Last name
Selection Text: PSTLZ = Postal code
Selection Text: SW_PER = Print personnel number
Selection Text: SW_VER = As a directory
Title: Telephone Directory
Text Symbol: 105 = Extensions
Text Symbol: 104 = With address
Text Symbol: 103 = With pers. number
Text Symbol: 102 = Only known telephone numbers
Text Symbol: 101 = External connections
Text Symbol: 031 = C.grp. in table T001P does not exist
Text Symbol: 030 = Infotype 0032 - Company data - does not exist
Text Symbol: 029 = Infotype 0006- Addresses - does not exist
Text Symbol: 028 = Infotype 0002 - Personal data - does not exist
Text Symbol: 027 = Infotype 0001 - Organizational assignment - does not exist
Text Symbol: 026 = Print note: Number of characters per line
Text Symbol: 025 = Number of errors
Text Symbol: 024 = Number of employees with no infotype 0032 data
Text Symbol: 023 = Number of personnel numbers processed
Text Symbol: 019 = Statistics
Text Symbol: 106 = Internal communications
Text Symbol: SEL = Selection criteria
Text Symbol: PAR = Output data
Text Symbol: 206 = Other communications numbers
Text Symbol: 205 = Communication number
Text Symbol: 204 = Room
Text Symbol: 203 = Address
Text Symbol: 202 = Tel02
Text Symbol: 201 = Tel01
Text Symbol: 200 = Name


INCLUDES used within this REPORT RPLTEL00

No INCLUDES are used within this REPORT code!


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:

HR_MAKE_ADDRESS CALL FUNCTION 'HR_MAKE_ADDRESS' EXPORTING pp0001 = p0001 pp0002 = p0002 pp0006 = p0006 edit_name = $edit-name line_count = '10' IMPORTING adrs_printform_table = adrs_printform_table EXCEPTIONS OTHERS = 0.



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