SAP Reports / Programs

HRULAVR0 SAP ABAP Report - Calculation of Average Number of Employees







HRULAVR0 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 HRULAVR0 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 HRULAVR0. "Basic submit
SUBMIT HRULAVR0 AND RETURN. "Return to original report after report execution complete
SUBMIT HRULAVR0 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: P_PNVIAN = D .
Selection Text: P_PNVIAG = D .
Selection Text: P_ORG = D .
Selection Text: P_NEPTM = Part-Time Work (Time Type)
Selection Text: P_KEYEXT = D .
Selection Text: P_IDENT = D .
Selection Text: P_ENDDA = End date
Selection Text: P_CURMO1 = D .
Selection Text: P_BEGDA = Begin date
Selection Text: N_ORG = D .
Title: Calculation of Average Number of Employees
Text Symbol: 011 = Selection
Text Symbol: 010 = Org. Reassignment to Part Time (Employer's Decision)
Text Symbol: 009 = Calculation of Average Employe
Text Symbol: 008 = Main Production Employees
Text Symbol: 007 = Contract Employees
Text Symbol: 006 = Concurrently-Employed Employees - Diff.Emplyr
Text Symbol: 005 = Payroll Employees
Text Symbol: 004 = Fields Selection
Text Symbol: 003 = HR select fields
Text Symbol: 002 = Selected Fields
Text Symbol: 001 = Selectable Fields


INCLUDES used within this REPORT HRULAVR0

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_FIELD_CHOICE CALL FUNCTION 'HR_FIELD_CHOICE' EXPORTING MAXFIELDS = C_FIELDSCNT TITEL1 = TEXT-001 "Auswählbare Felder TITEL2 = TEXT-002 "Ausgewählte Felder POPUPTITEL = TEXT-003 "HR Feldauswahl TABLES FIELDTABIN = HR_CHOICE_TAB_IN SELFIELDS = SELECTTAB EXCEPTIONS OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING IT_FIELDCAT = gt_fieldcat TABLES T_OUTTAB = it_avn_result EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU ONLY = ' ' TABNAME = 'PRUAVCOUNT' TABLES NAMETAB = NAMETAB EXCEPTIONS INTERNAL_ERROR = 01 TABLE_HAS_NO_FIELDS = 02 TABLE_NOT_ACTIV = 03.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' "ACC30 EXPORTING NAME = 'ICON_DISPLAY_MORE' TEXT = TEXT-004 INFO = TEXT-004 IMPORTING RESULT = NAME.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' "ACC30 EXPORTING NAME = 'ICON_DISPLAY_MORE' TEXT = TEXT-004 INFO = TEXT-004 IMPORTING RESULT = NAME.



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