SAP Reports / Programs

HROLREG0 SAP ABAP Report - Reqister of employees







HROLREG0 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 HROLREG0 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_M61_LREG0 - Reqister of employees


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 HROLREG0. "Basic submit
SUBMIT HROLREG0 AND RETURN. "Return to original report after report execution complete
SUBMIT HROLREG0 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: JLGART = Job survey subtype
Title: Reqister of employees
Text Symbol: 000 = Register of the EE
Text Symbol: 001 = Address:
Text Symbol: 002 = CNP:
Text Symbol: 003 = ID:
Text Symbol: 004 = Block/Staircase:
Text Symbol: 005 = Floor/Flat:
Text Symbol: 006 = Land:
Text Symbol: 007 = Tel.Num:
Text Symbol: 008 = CoCod:
Text Symbol: 009 = PersA:
Text Symbol: 010 = SubA:
Text Symbol: 011 = EEGr:
Text Symbol: 012 = EESg:
Text Symbol: 013 = OrgU:
Text Symbol: 014 = Occup:
Text Symbol: T00 = Address:
Text Symbol: TT1 = Report parameters
001 No of EE Reg. EmploymentContract Last Name and first Name EE Identific. data SignContr Employment Duration Hr/d ProbPer Organizational Assignment Occupation Basic Pay Fi
011 reDate Action


INCLUDES used within this REPORT HROLREG0

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_EVALUATE_INDIRECTLY_P0008 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0008' EXPORTING pbegda = p0008-begda pmolga = wa_t001p-molga pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 ppernr = pernr-pernr TABLES ptbindbw = tbindbw EXCEPTIONS bad_parameters = 1 error_at_indirect_evaluation = 2 OTHERS = 3.

RH_INTEGRATION_CHECK CALL FUNCTION 'RH_INTEGRATION_CHECK' IMPORTING integrated_plvar = lv_plvar.



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