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

RPLMIT00 SAP ABAP Report - Employee List







RPLMIT00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a date list which shows employees' entry dates and, if necessary, leaving dates...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 RPLMIT00 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

PAR2 - Employee List


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 RPLMIT00. "Basic submit
SUBMIT RPLMIT00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLMIT00 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: VORNAME = First name
Selection Text: NUR_NEU = New employees in period
Selection Text: NATION = Nationality
Selection Text: NAME = Last name
Selection Text: KOSTLTXT = Cost center text required
Selection Text: GBNAME = Name at birth
Title: Employee List
Text Symbol: ZRM = Evaluation period: $1 to $2
Text Symbol: WSE = Report-specific selections
Text Symbol: STL = Job Title
Text Symbol: STG = Key date:
Text Symbol: S13 = Only female
Text Symbol: S12 = Only male
Text Symbol: S11 = Both genders
Text Symbol: PID = PersIDNo.
Text Symbol: PER = Pers.no.
Text Symbol: NAM = Name
Text Symbol: LST = List format
Text Symbol: KTX = Text
Text Symbol: GSL = Gender
Text Symbol: GNM = Name at birth
Text Symbol: FN2 = Number of selected cost centers:
Text Symbol: FN1 = Number of selected employees:
Text Symbol: EX4 = in table control
Text Symbol: EX3 = Modify width of list in table control
Text Symbol: EX2 = match printer format
Text Symbol: EX1 = List cannot be printed because width does not
Text Symbol: ER1 = Parameter KOSTLTXT only allowed in connection with KOSTL


INCLUDES used within this REPORT RPLMIT00

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:

RP_FETCH_ALTERNATE_PERNR CALL FUNCTION 'RP_FETCH_ALTERNATE_PERNR' "XIRK100480 IMPORTING "XIRK100480 alter_pernr = show_perid "XIRK100480 retcode = return_code "XIRK100480 EXCEPTIONS "XIRK100480 OTHERS = 1. "XIRK100480

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = begda end = endda IMPORTING hire_date = hiredate fire_date = firedate TABLES pp0000 = p0000 "input pp0001 = p0001 "input pphifi = phifi. "output

HR_READ_FOREIGN_OBJECT_TEXT CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' "#EC DOM_EQUAL EXPORTING otype = 'C' objid = p0001-stell begda = p0001-begda endda = p0001-endda langu = sy-langu IMPORTING object_text = stell_text EXCEPTIONS nothing_found = 1 wrong_objecttype = 2 missing_costcenter_data = 3 missing_object_id = 4 OTHERS = 5.

DISPLAY_BASIC_LIST CALL FUNCTION 'DISPLAY_BASIC_LIST' EXPORTING lay_out = 0 head_line1 = header2 head_line2 = footnote1 head_line3 = footnote2 head_line4 = footnote3 basic_list_title = sy-title file_name = myreport * foot_note1 = footnote1 * foot_note2 = footnote2 * foot_note3 = footnote3 current_report = myreport list_level = list_level IMPORTING return_code = return_code TABLES data_tab = display_all fieldname_tab = fieldnames error_tab = display_err EXCEPTIONS print_problems = 5 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 RPLMIT00 or its description.