HTRSSK20 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 HTRSSK20 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_SSK20 - Insurant account voucher
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: TARIHS = Document edited at
Selection Text: TARIH = Date
Selection Text: P_VADIS = Name
Selection Text: P_SCRIPT = Front page
Selection Text: P_SCRIPA = Back page
Selection Text: P_SCRIP2 = Front page YTL
Selection Text: P_PRIM = Premium will be reduced
Selection Text: P_PERIO = Period
Selection Text: P_CIKIS = Display only leavers
Selection Text: P_BACK = Print back page
Selection Text: PSCRIPT = Sap Script Form name
Selection Text: HESYIL = Reporting year
Title: HR-TR: SSK insurant account voucher
Text Symbol: VKL = Employer's or representat
Text Symbol: UCR = Wages paid to insurant by leaving...
Text Symbol: UC6 = 6. wage type
Text Symbol: UC5 = 5. wage type
Text Symbol: UC4 = 4. wage type
Text Symbol: UC3 = 3. wage type
Text Symbol: UC2 = 2. wage type
Text Symbol: UC1 = 1. wage type
Text Symbol: ST3 = Line 3.
Text Symbol: ST2 = Line 2.
Text Symbol: ST1 = Line 1.
Text Symbol: ONS = SSK insurant account vouch
Text Symbol: OLS = Occur.form
Text Symbol: N53 = Mobile phone
Text Symbol: N50 = Info about occup.incident
Text Symbol: N40 = Report working base choice
Text Symbol: N04 = Year
Text Symbol: MAH = Content of
Text Symbol: IST = Jo
Text Symbol: IMH = Job of insurant and job content while
Text Symbol: ARK = SSK sickness certificate back page
Text Symbol: 011 = Insurant residence addr
Text Symbol: 010 = Occupational incident at/on
Text Symbol: 003 = Names of witnesses
Text Symbol: 000 = Med.visit report entry
INCLUDE PA20STRS.
INCLUDE PA20STRD.
INCLUDE RPC2CD09.
INCLUDE RPPPXD10. "COMMON PART BUFFER PCL1/PCL2
INCLUDE PAFHETRY.
INCLUDE PAFHETRZ.
INCLUDE PAPHSTR2.
No SAP DATABASE tables are accessed within this REPORT code!
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = '47' begda = gtarih IMPORTING waers = currency.
CURRENCY_CONVERTING_FACTOR CALL FUNCTION 'CURRENCY_CONVERTING_FACTOR' EXPORTING currency = currency IMPORTING factor = h_fact.
RP_LAST_DAY_OF_MONTHS * CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' * EXPORTING * day_in = monend * IMPORTING * last_day_of_month = monend.
GET_DOMAIN_VALUES CALL FUNCTION 'GET_DOMAIN_VALUES' EXPORTING domname = 'PTR_CITY' text = 'X' TABLES values_tab = iller.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = element window = window EXCEPTIONS element function type unopened unstarted window bad_pageformat_for_print.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING application = 'TX' device = 'PRINTER' dialog = 'X' form = nform language = 'T' options = itcpo IMPORTING RESULT = itcpp EXCEPTIONS canceled = 1.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING startpage = 'PAGE1'.
END_FORM CALL FUNCTION 'END_FORM'.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM'.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING startpage = 'PAGE2'.
END_FORM CALL FUNCTION 'END_FORM'.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM'.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING application = 'TX' device = 'PRINTER' dialog = $dialog form = $p_script language = 'T' options = $itcpo IMPORTING RESULT = $itcpp EXCEPTIONS canceled = 1.
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.
RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = monend IMPORTING last_day_of_month = monend.
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 HTRSSK20 or its description.