HSILM100 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 HSILM100 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M62_LM100 - M1, MDc, M3 reports
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_M3 = Template for form M3
Selection Text: P_M1 = Template for form M1
Selection Text: P_KRAJ = Kraj
Selection Text: P_JDSUBT = Subtype of PD infotype 1002
Selection Text: P_FMDIF = Differencies of the family m.
Selection Text: P_FM = Prijava of the family members
Selection Text: P_EEFM = Prijava of the EE inc. FMs
Selection Text: P_EEDIF = Differencies of the employee
Selection Text: XMOLGA = Country grouping (default)
Selection Text: WORD = Spu¹tìní Microsoft Word ?
Selection Text: SPEL = Èástka slovy
Selection Text: SEITE = Print one/more page(s)
Selection Text: P_VZROKP = Vzrok prenehanja
Selection Text: P_VLZNIK = Vlo¾nik
Selection Text: P_PODLAG = Podlaga zavarovanja
Selection Text: P_MDC = Template for form MDÈ
Selection Text: ANZ-TEST = Number of test forms
Selection Text: DAT_VYST = Datum pro formuláø
Selection Text: FORM = Id formuláøe z T512P
Selection Text: PREDLOHA = Pøedloha formuláøe
Selection Text: P_ALLHIR = All hire events? (M1)
Selection Text: P_CHNGRS = Date of change of reg. ¹tev.
Selection Text: P_DNE = Dne
Selection Text: P_EE = Prijava of the employee
Selection Text: ALGO_PUV = Pùvodní algoritmus zpracování
Selection Text: ALGO_ZAP = Algoritmus pro zápoètový list
Title: HR Master Data Sheet
Text Symbol: 020 = - No entry in T517T
Text Symbol: 021 = - No entry in T519T
Text Symbol: 022 = - No entry in T538T
Text Symbol: 023 = - No entry in T577S
Text Symbol: 024 = - No entry in T512T
Text Symbol: 019 = - No entry in T527X
Text Symbol: 018 = - No entry in T513S
Text Symbol: 017 = - No entry in T547T
Text Symbol: P01 = 'X'-Pravd./' '- Trvalý pøíjem
Text Symbol: 031 = Female
Text Symbol: 030 = Male
INCLUDE HSIIFORM.
No SAP DATABASE tables are accessed within this REPORT code!
HRSI_SPLIT_COMPLETE_FILENAME CALL FUNCTION 'HRSI_SPLIT_COMPLETE_FILENAME' EXPORTING complete_filename = fnam IMPORTING drive = drive path = path EXCEPTIONS invalid_drive = 1 invalid_extension = 2 invalid_name = 3 invalid_path = 4 OTHERS = 5.
MS_WORD_OLE_FORMLETTER CALL FUNCTION 'MS_WORD_OLE_FORMLETTER' EXPORTING download_path = down_path word_document = template new_document = ' ' file_name = 'SAPDATA' TABLES data_tab = prndata fieldnames = fldnam EXCEPTIONS invalid_fieldnames = 1 user_cancelled = 2 download_problem = 3 communication_error = 4 OTHERS = 5.
PC_OLE_SERVER_CHECK CALL FUNCTION 'PC_OLE_SERVER_CHECK' IMPORTING down_load_path = path TABLES ole_server_app = ole_servers EXCEPTIONS unsupported_os = 01 unsupported_server = 02 no_ole_server_found = 03.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' * EXPORTING * beg = pn-begda * end = pn-endda IMPORTING hire_date = hire TABLES pphifi = hifi pp0000 = p0000 pp0001 = p0001.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0001' begda = keydt endda = keydt TABLES infty_tab = p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0002' begda = keydt endda = keydt TABLES infty_tab = p0002 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0006' begda = keydt endda = keydt TABLES infty_tab = p0006 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0007' begda = keydt endda = keydt TABLES infty_tab = p0007 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0014' begda = keydt endda = keydt TABLES infty_tab = p0014 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0016' begda = keydt endda = keydt TABLES infty_tab = p0016 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0021' begda = keydt endda = keydt TABLES infty_tab = p0021 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0185' begda = keydt endda = keydt TABLES infty_tab = p0185 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0603' begda = keydt endda = keydt TABLES infty_tab = p0603 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0604' begda = keydt endda = keydt TABLES infty_tab = p0604 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0607' begda = keydt endda = keydt TABLES infty_tab = p0607 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
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 HSILM100 or its description.