SAP Reports / Programs

RPLAHVC0 SAP ABAP Report - HR-CH: AHV - Employee List with AHV-No./CD







RPLAHVC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPLAHVC0 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_M02_LAHV0 - Employee List with AHV No. /CD


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


Text pool values


AHV - Employee List with AHV-No./CD
Selection Text: VORNAME = First name
Selection Text: POST-LZ = Postal code
Selection Text: NATION = Country
Selection Text: NAME1 = Last name
Selection Text: GBNAME = Name at birth
Title: HR-CH: AHV - Employee List with AHV-No./CD
Text Symbol: ZRM = Evaluation period $1 to $2
Text Symbol: SX3 = Only female
Text Symbol: SX2 = Only male
Text Symbol: SX1 = Both genders
Text Symbol: SX0 = Gender
Text Symbol: STT = Key date $1
Text Symbol: STG = Key date:
Text Symbol: PER = Pers.no.
Text Symbol: NAM = Name
Text Symbol: NAH = SI Number
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: EIN = Entry
Text Symbol: AUS = Leaving date
Text Symbol: AHV = AHV number
Text Symbol: AHP = Cd
Text Symbol: 003 = Employees
Text Symbol: 002 = includes
Text Symbol: 001 = Evaluation


INCLUDES used within this REPORT RPLAHVC0

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_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "MBUAHRK058968 EXPORTING repid = repid IMPORTING FORMAT = $$FORMAT.

RP_HIRE_FIRE call function 'RP_HIRE_FIRE' exporting beg = pn-begda end = pn-endda importing hire_date = eintritt fire_date = austritt tables pp0000 = p0000 "input pp0001 = p0001 "input pphifi = phifi. "output

HR_DISPLAY_BASIC_LIST call function 'HR_DISPLAY_BASIC_LIST' exporting lay_out = 0 head_line1 = header1 head_line2 = header2 basic_list_title = sy-title file_name = myreport foot_note1 = footnote1 current_report = myreport list_level = '01' importing return_code = return_code tables data_tab = display_all fieldname_tab = fieldnames 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 RPLAHVC0 or its description.