SAP Reports / Programs

HTRKIM01 SAP ABAP Report - Identity Notification Report







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M47_KIM1 - Identity Notification 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 HTRKIM01. "Basic submit
SUBMIT HTRKIM01 AND RETURN. "Return to original report after report execution complete
SUBMIT HTRKIM01 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: 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





Text Symbol: S10 = Tenant
Text Symbol: S11 = Resp.operator
Text Symbol: S12 = Marital sts
Text Symbol: S13 = Nation
Text Symbol: S14 = Sts.inHouse/dormitory
Text Symbol: S15 = HeadOfFmly
Text Symbol: S16 = MANAGER/authorized member


INCLUDES used within this REPORT HTRKIM01

No INCLUDES are used within this REPORT code!


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:

GET_DOMAIN_VALUES CALL FUNCTION 'GET_DOMAIN_VALUES' EXPORTING domname = 'PTR_CITY' text = 'X' TABLES values_tab = iller.



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