HTRKIM01 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 HTRKIM01 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_M47_KIM1 - Identity Notification Report
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: S_SSKNO = WC SSK no.selection interval
Selection Text: S_SSKGR = SSK group choice
Selection Text: P_SSKNO = SSK number
Selection Text: P_PAPAA = Personnel area and subarea
Selection Text: P_FORM4 = Pensioner Smart Forms name
Selection Text: P_FORM3 = Pref.notif.Smart Forms name
Selection Text: P_FORM2 = List of cont.Smart Forms name
Selection Text: P_FORM1 = Employer Smart Forms name
Selection Text: P_BEGDT = Document edit date
Title: Identity Notification Report
Text Symbol: T01 = Personnel area and subarea
Text Symbol: T02 = SSK number
Text Symbol: T03 = Box
Text Symbol: T04 = Show Entry / Employer Form
Text Symbol: T05 = Box
Text Symbol: T06 = Show Entry / List Of Contents Form
Text Symbol: T07 = Box
Text Symbol: T08 = Show Entry / Preference Notification Form
Text Symbol: T09 = Box
Text Symbol: T10 = Show Entry / Pensioner Form
Text Symbol: T20 = By job code
Text Symbol: T21 = By position
Text Symbol: S17 = Resp.operator
Text Symbol: B01 = Other info
Text Symbol: B02 = Report working base sel.
Text Symbol: B03 = Addnl.info
Text Symbol: B04 = Smart Forms Info
Text Symbol: B05 = Job sel.
Text Symbol: N02 = Document Editor's
Text Symbol: P01 = Payroll period
Text Symbol: S02 = TR Identity No.
Text Symbol: S03 = Lst.nm,Nm.
Text Symbol: S04 = FatherNm
Text Symbol: S05 = Birthplace and Date
Text Symbol: S06 = House adrs.
Text Symbol: S07 = House phone
Text Symbol: S08 = Status in Work ctr
Text Symbol: S09 = Owner
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_DOMAIN_VALUES CALL FUNCTION 'GET_DOMAIN_VALUES' EXPORTING domname = 'PTR_CITY' text = 'X' TABLES values_tab = iller.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.