SAP Reports / Programs | Payroll(PY) SAP PY

HSKLMIT0 SAP ABAP Report - List of employees by name







HSKLMIT0 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 HSKLMIT0 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 HSKLMIT0. "Basic submit
SUBMIT HSKLMIT0 AND RETURN. "Return to original report after report execution complete
SUBMIT HSKLMIT0 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: TITLE2 = List title
Selection Text: VALU01 = Value range
Selection Text: VALU02 = Value range
Selection Text: VALU03 = Value range
Selection Text: VALU04 = Value range
Selection Text: VALU05 = Value range
Selection Text: VALU06 = Value range
Selection Text: VALU07 = Value range
Selection Text: VALU08 = Value range
Selection Text: VALU09 = Value range
Selection Text: VALU10 = Value range
Selection Text: VALU11 = Value range
Selection Text: VALU12 = Value range
Selection Text: VALU13 = Value range
Selection Text: VALU14 = Value range
Selection Text: VALU15 = Value range
Selection Text: VALU16 = Value range
Selection Text: VALU17 = Value range
Selection Text: VALU18 = Value range
Selection Text: VALU19 = Value range
Selection Text: VALU20 = Value range
Selection Text: VYST_PRN = Leaving date
Selection Text: REKAP = Display summary
Selection Text: P_LVTEMP = Variant for table
Selection Text: P_ALV = Import to table
Selection Text: PLMI_PRN = Position
Selection Text: PAR_LINE = Number columns without duplic.
Selection Text: NAST_PRN = Entry date
Selection Text: NARO_PRN = Date of birth
Selection Text: H_COUNT = Number of fields in header
Selection Text: DETAIL = Display detail
Selection Text: ADRE_PRN = Address
Title: List of employees by name
Text Symbol: VYI = Leave
Text Symbol: PLI = Position
Text Symbol: PHZ = F
Text Symbol: PHM = M
Text Symbol: NSI = Entry





Text Symbol: NAI = DatOfBirth
Text Symbol: E02 = You can page only for header entrys
Text Symbol: E01 = In tab.T7SK4D can be max. numb.of parameter
Text Symbol: BR1 = Number
Text Symbol: ADI = Address
Text Symbol: 000 = EMPLOYEE NOMINAL REGISTER AS OF &


INCLUDES used within this REPORT HSKLMIT0

INCLUDE HSKLXXL0.
INCLUDE HSKLXXL2.
INCLUDE HSKLXXL1.


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_SK_HIRE_FIRE CALL FUNCTION 'HR_SK_HIRE_FIRE' EXPORTING BEG = PN-BEGDA END = PN-BEGDA IMPORTING FIRE_DATE = FIRE HIRE_DATE = HIRE TABLES PPHIFI = PPHIFI PP0000 = P0000 PP0001 = P0001.

HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING persnr = pernr-pernr varky = 'HSKLMIT0' IMPORTING entrydate = e_hire TABLES entry_dates = e_dates EXCEPTIONS entry_date_not_found = 1 pernr_not_assigned = 2 OTHERS = 3.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'TITEL' TABNAME = 'T535N' IMPORTING SELECT_VALUE = SELECTED_VALUE TABLES FIELDS = I_HELP_VALUE VALUETAB = I_VALUETAB EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.



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