SAP Reports / Programs

HTRVIZ10 SAP ABAP Report - HR-TR: Medical visit form for insured







HTRVIZ10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for SGK Medical Visit Form of Insured Person Insured person should pay a minumum premium of 60 days in 6 months and 120 days in 12 months Insured person can receive a medical visit form within 6 months at the latest after leaving ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter HTRVIZ10 into the relevant SAP transactions such as SE38 or SE80


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 HTRVIZ10. "Basic submit
SUBMIT HTRVIZ10 AND RETURN. "Return to original report after report execution complete
SUBMIT HTRVIZ10 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: KSEOLSE2 = Occur.form line 2
Selection Text: KSEOLSE3 = Occur.form line 3
Selection Text: MAHIS = Job and job content of insured
Selection Text: P_BACK = Print back page
Selection Text: P_BORDRO = For personnel without payroll
Selection Text: P_GUN = Restrict with number of days
Selection Text: P_GUNSAY = Number of days for restriction
Selection Text: P_ISTHD = Employment status of insured
Selection Text: P_ISTHO = Employment status
Selection Text: P_PRIM = Premium will be reduced
Selection Text: P_SCRIP2 = Front page YTL
Selection Text: P_SCRIPA = Back page
Selection Text: P_SCRIPT = Front page
Selection Text: P_VADIS = Name surname
Selection Text: SAAT = Medical visit time
Selection Text: SDATE = D Date
Selection Text: STIME = D Time
Selection Text: TANIK1 = Name and surname of 1.witness
Selection Text: TANIK2 = Name and surname of 2.witness
Selection Text: TANIK3 = Name and surname of 3.witness
Selection Text: TANIK4 = Name and surname of 4.witness
Selection Text: TARIHS = Medical visit date
Selection Text: KSEOLSE1 = Occur.form line 1
Selection Text: KAZMEYBO = Occurrence place
Selection Text: ISCISAYI = Total number of workers
Selection Text: ISBAS = Occurrence day work start time
Selection Text: IS = D Description
Title: HR-TR: Medical visit form for insured
Text Symbol: 000 = Med.visit report entry
Text Symbol: 003 = Names of witnesses
Text Symbol: 010 = Occupational accident at/on
Text Symbol: 011 = Insured residence addr
Text Symbol: ARK = SSK sickness certificate back page
Text Symbol: IMH = Job of insured and job content while
Text Symbol: IST = Jo
Text Symbol: MAH = Content of
Text Symbol: N40 = Report working base choice
Text Symbol: N50 = Info about occup.accident





Text Symbol: N53 = Mobile phone
Text Symbol: OLS = Occur.form
Text Symbol: ONS = SSK med.vst.form front pg.
Text Symbol: ST1 = Line 1.
Text Symbol: ST2 = Line 2.
Text Symbol: ST3 = Line 3.
Text Symbol: VKL = Employer's or representat


INCLUDES used within this REPORT HTRVIZ10

INCLUDE PAVZKTRS.
INCLUDE PAVZKTRD.
INCLUDE RPC2CD09.
INCLUDE RPPPXD10. "COMMON PART BUFFER PCL1/PCL2
INCLUDE PAFHETRY.
INCLUDE PAFHETRZ.
INCLUDE PAPHSTRL.


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:

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.

SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING language = sy-langu currency = h_curr amount = pbetrg filler = '' IMPORTING in_words = spell EXCEPTIONS not_found = 1 too_large = 2 OTHERS = 3.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = element window = window.

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.



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