SAP Reports / Programs

HTWLHIC0 SAP ABAP Report - NHI Change report







HTWLHIC0 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 HTWLHIC0 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_M42_LHIC - NHI legal reporting Changes 42


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 HTWLHIC0. "Basic submit
SUBMIT HTWLHIC0 AND RETURN. "Return to original report after report execution complete
SUBMIT HTWLHIC0 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: TEST = Test
Selection Text: REPDT = Report date
Selection Text: P_LFVAR = Form Variant
Selection Text: P_LFORM = Form Name
Selection Text: NO_SAVE = No actual download
Title: NHI Change report
Text Symbol: 064 = F_A_IDNUM
Text Symbol: 063 = F_A_NAME
Text Symbol: 062 = F_B_GBDAT
Text Symbol: 061 = F_B_IDNUM
Text Symbol: 060 = F_B_NAME
Text Symbol: 058 = REASON_DATE
Text Symbol: 057 = TRANS
Text Symbol: 056 = QUIT
Text Symbol: 055 = NHI_DATE
Text Symbol: 054 = REASON
Text Symbol: 053 = F_RELATION
Text Symbol: 052 = F_GBDAT
Text Symbol: 051 = F_IDNUM
Text Symbol: 050 = F_NAME
Text Symbol: 049 = FAM_FLAG
Text Symbol: 048 = SEQNR
Text Symbol: 065 = F_A_GBDAT
Text Symbol: 067 = F_CALL
Text Symbol: 068 = CODE
Text Symbol: 070 = Successfully!
Text Symbol: 071 = Failed
Text Symbol: 072 = Confirm
Text Symbol: 073 = will be overwritten?
Text Symbol: 080 = Succeeded
Text Symbol: 081 = Failed
Text Symbol: 082 = Default local File Name
Text Symbol: 083 = will be overwritten
Text Symbol: 084 = Confirm
Text Symbol: 090 = Download failed
Text Symbol: 091 = Download succeeded
Text Symbol: 092 = Download
Text Symbol: 103 = Print option





Text Symbol: 200 = Choose diskette file for download
Text Symbol: 001 = LI
Text Symbol: 002 = NHI
Text Symbol: 003 = Labour Insurance
Text Symbol: 004 = National Health Insurance
Text Symbol: 005 = Join
Text Symbol: 006 = Quit
Text Symbol: 007 = Adjust
Text Symbol: 008 = Change
Text Symbol: 009 = Update
Text Symbol: 010 = Report
Text Symbol: 011 = Insurance type
Text Symbol: 012 = Report type
Text Symbol: 013 = Insurance Number
Text Symbol: 014 = Output List
Text Symbol: 015 = EE
Text Symbol: 016 = Dependent
Text Symbol: 019 = Total NHI reported EE
Text Symbol: 021 = Total selected EE
Text Symbol: 022 = Total NHI reported persons
Text Symbol: 023 = Non NHI reported EE
Text Symbol: 024 = Total error
Text Symbol: 030 = PERNR
Text Symbol: 031 = NAME
Text Symbol: 032 = IDNUM
Text Symbol: 033 = GBDAT
Text Symbol: 034 = ER
Text Symbol: 035 = AMOUNT
Text Symbol: 036 = B_AMT
Text Symbol: 037 = A_AMT
Text Symbol: 038 = REMARK
Text Symbol: 039 = TABLE_CAT
Text Symbol: 040 = B_NAME
Text Symbol: 041 = B_IDNUM
Text Symbol: 042 = B_GBDAT
Text Symbol: 043 = A_NAME
Text Symbol: 044 = A_IDNUM
Text Symbol: 045 = A_GBDAT
Text Symbol: 046 = SUBTY





Text Symbol: 047 = OBJPS


INCLUDES used within this REPORT HTWLHIC0

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:

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = iv_stcnt i_nodid = iv_nodid i_nodpa = iv_nodpa i_msgid = is_msg-msgid i_msgty = is_msg-msgty i_msgno = is_msg-msgno i_msgv1 = is_msg-msgv1 i_msgv2 = is_msg-msgv2 i_msgv3 = is_msg-msgv3 i_msgv4 = is_msg-msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS program_error = 1 OTHERS = 2.



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