SAP Reports / Programs | Payroll | Taiwan(PY-TW) SAP PY

HTWLLIQ0 SAP ABAP Report - LI Quit report







HTWLLIQ0 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 HTWLLIQ0 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_LLIQ - LI legal reporting Quit 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 HTWLLIQ0. "Basic submit
SUBMIT HTWLLIQ0 AND RETURN. "Return to original report after report execution complete
SUBMIT HTWLLIQ0 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: LI Quit report
Text Symbol: 084 = Confirm
Text Symbol: 083 = will be overwritten
Text Symbol: 082 = Default local File Name
Text Symbol: 081 = Failed
Text Symbol: 080 = Succeeded
Text Symbol: 073 = will be overwritten?
Text Symbol: 072 = Confirm
Text Symbol: 071 = Failed
Text Symbol: 070 = Successfully!
Text Symbol: 068 = CODE
Text Symbol: 067 = F_CALL
Text Symbol: 065 = F_A_GBDAT
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: 090 = Download failed
Text Symbol: 091 = Download succeeded
Text Symbol: 092 = Download
Text Symbol: 103 = Print option
Text Symbol: 133 = BIRDTH
Text Symbol: 134 = FORMTYP
Text Symbol: 135 = UNO
Text Symbol: 136 = UNOCHK
Text Symbol: 137 = FOREIGN
Text Symbol: 138 = YEMARK
Text Symbol: 139 = ENAME
Text Symbol: 140 = COUNTRY
Text Symbol: 141 = SEX





Text Symbol: 142 = IDCNO
Text Symbol: 143 = PWAGE
Text Symbol: 200 = Choose diskette file for download
Text Symbol: 210 = Choose download filename for LIID
Text Symbol: 211 = Update
Text Symbol: 212 = Output List
Text Symbol: 034 = ER
Text Symbol: 033 = GBDAT
Text Symbol: 032 = IDNUM
Text Symbol: 031 = NAME
Text Symbol: 030 = PERNR
Text Symbol: 025 = Total warning
Text Symbol: 024 = Total error
Text Symbol: 023 = Non LI reported EE
Text Symbol: 022 = Total LI reported EE
Text Symbol: 021 = Total selected person
Text Symbol: 013 = Insurance Number
Text Symbol: 012 = Report type
Text Symbol: 011 = Insurance type
Text Symbol: 010 = Report
Text Symbol: 008 = Change
Text Symbol: 007 = Adjust
Text Symbol: 006 = Quit
Text Symbol: 005 = Join
Text Symbol: 004 = National Health Insurance
Text Symbol: 003 = Labour Insurance
Text Symbol: 002 = NHI
Text Symbol: 001 = LI
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: 047 = OBJPS
Text Symbol: 046 = SUBTY





Text Symbol: 045 = A_GBDAT
Text Symbol: 044 = A_IDNUM
Text Symbol: 043 = A_NAME
Text Symbol: 042 = B_GBDAT
Text Symbol: 041 = B_IDNUM
Text Symbol: 040 = B_NAME
Text Symbol: 039 = TABLE_CAT
Text Symbol: 038 = REMARK
Text Symbol: 037 = A_AMT
Text Symbol: 036 = B_AMT
Text Symbol: 035 = AMOUNT


INCLUDES used within this REPORT HTWLLIQ0

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