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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.