SAP Reports / Programs

HGRLLIA0 SAP ABAP Report - Labor inspection authorities report







HGRLLIA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The submission of this report to the Greek Labor Inspection Authorities is a legal obligation...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 HGRLLIA0 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_M45_LIA0 - Labor Inspection Authorities Report


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 HGRLLIA0. "Basic submit
SUBMIT HGRLLIA0 AND RETURN. "Return to original report after report execution complete
SUBMIT HGRLLIA0 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_0041 = Date type for Hiring
Selection Text: P_BTRTL = Sort/Display per Pers.Subarea
Selection Text: P_CHNOPY = Calc.Childern directly(IT0021)
Selection Text: P_COMM = Common Comment
Selection Text: P_CURR = D .
Selection Text: P_DAR = Type of Previous Employment
Selection Text: P_DATE = Period for Checks
Selection Text: P_HIRE = Submit Hiring/Rehirings
Selection Text: P_NOEUR = Hide Wages
Selection Text: P_RET = Submit Leaving/Retirements
Selection Text: P_SDATE = Submission Date
Selection Text: P_SEQNR = Company Data Sequential No.
Selection Text: P_SPEC = Submit Specialty Changes
Selection Text: P_SPLTY = Specialty for Labor Auth.
Selection Text: P_TIME = Submit Time Schedule Changes
Selection Text: P_TITLE1 = Header Title (row 1)
Selection Text: P_TITLE2 = Header Title (row 2)
Title: Labor inspection authorities report
Text Symbol: T03 = Address:
Text Symbol: T02 = Type of Company:
Text Symbol: T01 = Comp.Name:
Text Symbol: T00 = Company data
Text Symbol: H01 = PERSONNEL AND WORKING HOURS REPORT
Text Symbol: D01 = Break
Text Symbol: B10 = Employer :
Text Symbol: B06 = D.O.Y
Text Symbol: B05 = A.F.M
Text Symbol: B04 = Address :
Text Symbol: B03 = Attribute :
Text Symbol: B02 = Full Name :
Text Symbol: B01 = Confirmed
Text Symbol: 913 = Emplmt
Text Symbol: 912 = Licence No
Text Symbol: T04 = AFM-DOY:
Text Symbol: T05 = Tel:
Text Symbol: T06 = Fax:
Text Symbol: T10 = Legal Representative
Text Symbol: T11 = Name:





Text Symbol: T12 = Address:
Text Symbol: T13 = AFM-DOY:
Text Symbol: T14 = Tel. :
Text Symbol: T15 = Fath.name :
Text Symbol: T17 = DOY
Text Symbol: T21 = Technician Security
Text Symbol: T22 = Fullname:
Text Symbol: T31 = Doctor
Text Symbol: T32 = Fullname:
Text Symbol: T33 = Working Hours:
Text Symbol: 232 = CHANGE SCHED.
Text Symbol: 231 = LEAVING
Text Symbol: 230 = HIRING
Text Symbol: 220 = SS
Text Symbol: 219 = M-F
Text Symbol: 216 = Work. Days
Text Symbol: 215 = Work. Hours
Text Symbol: 214 = Remarks
Text Symbol: 213 = Prev.
Text Symbol: 212 = Sched.
Text Symbol: 210 = Wages
Text Symbol: 209 = Hiring
Text Symbol: 208 = CH
Text Symbol: 207 = M
Text Symbol: 206 = Specialty
Text Symbol: 204 = Fath.Name
Text Symbol: 203 = Name
Text Symbol: 202 = Surname
Text Symbol: 201 = C.No
Text Symbol: 005 = Special Submissions Criteria
Text Symbol: 004 = Submit Time Schedule Changes
Text Symbol: 003 = Submit Leaving/Retirements
Text Symbol: 002 = Submit Specialty Changes
Text Symbol: 001 = Submit Hiring/Rehirings
Text Symbol: 911 = in OAED
Text Symbol: 910 = Book No.
Text Symbol: 902 = Notice Dte
Text Symbol: 901 = Foreigner
Text Symbol: 900 = Juvenile's





Text Symbol: 899 = IKA RegNo
Text Symbol: 502 = General Total
Text Symbol: 501 = Women Total
Text Symbol: 500 = Men Total
Text Symbol: 400 = Personnel Subarea:
Text Symbol: 311 = Shift plan
Text Symbol: 310 = Su
Text Symbol: 309 = Sa
Text Symbol: 308 = F
Text Symbol: 307 = Th
Text Symbol: 306 = W
Text Symbol: 305 = Tu
Text Symbol: 304 = M
Text Symbol: 303 = ge
Text Symbol: 302 = Educat
Text Symbol: 301 = A-
Text Symbol: 300 = Moth.Name
Text Symbol: 234 = SHIFTED SCHEDULE
Text Symbol: 233 = CHANGE SPECIALTY


INCLUDES used within this REPORT HGRLLIA0

INCLUDE HGRUCMP0.
INCLUDE HGRUGEN0.
INCLUDE HGRUINS0.
INCLUDE HGRUACT0.


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_GET_TOTAL_AMOUNT_P0008 CALL FUNCTION 'HR_GET_TOTAL_AMOUNT_P0008' EXPORTING pernr = p_0008-pernr date = p_sdate p0008 = p_0008 IMPORTING amount = p_amount EXCEPTIONS no_entry_in_t001p = 1 no_entry_in_t503 = 2 OTHERS = 3.



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