HTRSSK11 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 HTRSSK11 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.
HR-TR: SSK hiring report
Selection Text: BTARIH = Document issuing date
Selection Text: P_ITEIV = P_ITEIV
Selection Text: P_ITSSK = P_ITSSK
Selection Text: P_MOBILE = Mobile phone
Selection Text: P_PAPAA = P_PAPAA
Selection Text: P_PERIO = Period
Selection Text: P_SCRIPK = Script for person
Selection Text: P_SCRIPT = Script for employer
Selection Text: P_SSKNO = SSK number
Selection Text: P_VADIS = Name surname
Selection Text: S_MASSG = Reason for personnel action
Selection Text: S_MASSN = Personnel action type
Selection Text: S_SSKNO = Work center ssk no.
Title: HR-TR: SSK hiring form (SAPscript)
Text Symbol: NAM = Surname
Text Symbol: NAT = Nationality :
Text Symbol: NKY = Place of registration
Text Symbol: NNA = Surname
Text Symbol: P13 = No entry in $ table for $ argument
Text Symbol: PNO = Regstr.no:
Text Symbol: S03 = Payroll period
Text Symbol: SER = Seri.no:
Text Symbol: SNO = Seq.no
Text Symbol: SSK = SSK no.:
Text Symbol: SUB = Bran
Text Symbol: TTN = Compulsory saving no:
Text Symbol: VDT = Issue date
Text Symbol: VKL = Employer's or representat
Text Symbol: VN0 = Name :
Text Symbol: VNA = Name
Text Symbol: YIL = Yea
Text Symbol: ÜNV = Title
Text Symbol: N54 = Education lev.
Text Symbol: 105 = Selections for personnel ID no.
Text Symbol: AD1 = Addr.
Text Symbol: ADR = Addr.
Text Symbol: ANO = Faml.no
INCLUDE PA11STRD .
INCLUDE PA11STRS .
INCLUDE PAFHETRY.
INCLUDE PAFHETRZ.
No SAP DATABASE tables are accessed within this REPORT code!
CLOSE_FORM call function 'CLOSE_FORM'.
START_FORM call function 'START_FORM'.
END_FORM call function 'END_FORM'.
START_FORM call function 'START_FORM'.
END_FORM call function 'END_FORM'.
RP_LAST_DAY_OF_MONTHS call function 'RP_LAST_DAY_OF_MONTHS' exporting day_in = h_begda importing last_day_of_month = h_endda.
GET_DOMAIN_VALUES call function 'GET_DOMAIN_VALUES' exporting domname = 'PTR_CITY' text = 'X' tables values_tab = iller.
GET_DOMAIN_VALUES call function 'GET_DOMAIN_VALUES' exporting domname = 'PTR_OGRNM' text = 'X' fill_dd07l_tab = '' tables values_tab = l_dd07v exceptions no_values_found = 1 others = 2.
CLOSE_FORM call function 'CLOSE_FORM'.
CLOSE_FORM call function 'CLOSE_FORM'.
WRITE_FORM call function 'WRITE_FORM' exporting element = element window = window exceptions element = 1 function = 2 type = 3 unopened = 4 unstarted = 5 window = 6 bad_pageformat_for_print = 7 spool_error = 8 codepage = 9 others = 10.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = hlp_repid dynumb = sy-dynnr tables dynpfields = xdynpfields.
CONVERSION_EXIT_TRPER_INPUT call function 'CONVERSION_EXIT_TRPER_INPUT' exporting input = xdynpfields-fieldvalue importing output = monat.
POPUP_TO_SELECT_MONTH call function 'POPUP_TO_SELECT_MONTH' exporting actual_month = monat importing selected_month = monat return_code = returncode.
CLOSE_FORM call function 'CLOSE_FORM'.
CLOSE_FORM call function 'CLOSE_FORM'.
CLOSE_FORM call function 'CLOSE_FORM'.
CLOSE_FORM call function 'CLOSE_FORM'.
START_FORM call function 'START_FORM'.
END_FORM call function 'END_FORM'.
START_FORM call function 'START_FORM'.
call function 'END_FORM'.
START_FORM call function 'START_FORM'.
END_FORM call function 'END_FORM'.
CLOSE_FORM call function 'CLOSE_FORM'.
START_FORM call function 'START_FORM'.
END_FORM call function 'END_FORM'.
OPEN_FORM call function 'OPEN_FORM' exporting application = 'TX' device = 'PRINTER' dialog = 'X' form = p_script language = 'T' options = itcpo importing result = itcpp exceptions canceled = 1 others = 11.
CLOSE_FORM call function 'CLOSE_FORM'.
START_FORM call function 'START_FORM'.
END_FORM call function 'END_FORM'.
HELP_VALUES_GET_WITH_VALUE call function 'HELP_VALUES_GET_WITH_VALUE' exporting display = display fieldname = fnam tabname = tnam given_value = given_value importing select_value = select_value select_index = select_index tables fields = ihelp_fields valuetab = helptab exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.
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 HTRSSK11 or its description.