SAP Reports / Programs

HPHRCHK0 SAP ABAP Report - documentation and ABAP source code







HPHRCHK0 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 HPHRCHK0 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 HPHRCHK0. "Basic submit
SUBMIT HPHRCHK0 AND RETURN. "Return to original report after report execution complete
SUBMIT HPHRCHK0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Text Symbol: 064 = Count
Text Symbol: 063 = Summary
Text Symbol: 062 = Info msg for PhilHealth grouping(s)
Text Symbol: 061 = Info msg for HDMF grouping(s)
Text Symbol: 060 = Info msg for SSS grouping(s)
Text Symbol: 055 = Warnings with Tax grouping(s)
Text Symbol: 054 = Duplicate TIN
Text Symbol: 053 = Warnings with PhilHealth grouping(s)
Text Symbol: 052 = Warnings with HDMF grouping(s)
Text Symbol: 051 = Warnings with SSS grouping(s)
Text Symbol: 050 = Info msg for Tax grouping(s)
Text Symbol: 035 = Info
Text Symbol: 034 = Group has not been assigned to a PA/PSA grouping in T7PH0A
Text Symbol: 033 = TIN has been assigned to multiple tax groupings
Text Symbol: 032 = Warning -
Text Symbol: 031 = Report group has been assigned to multiple PA/PSA groupings
Text Symbol: 030 = Error -
Text Symbol: 025 = TIN
Text Symbol: 022 = Phil
Text Symbol: 021 = HDMF
Text Symbol: 020 = SSS
Text Symbol: 015 = Tax
Text Symbol: 010 = PSA
Text Symbol: 005 = PA
Text Symbol: 001 = Message


INCLUDES used within this REPORT HPHRCHK0

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_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = gs_display_profile I_S_FLAT_PROFILE = gs_flat_profile I_CALLBACK_PROGRAM = gv_repid I_GRID_TITLE = sy-title IS_LAYOUT = gs_layout IT_FIELDCAT = gt_fieldcat TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_STRUCTURE_NAME = GC_STRUC CHANGING CT_FIELDCAT = LT_FLDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING I_CATEG_ID = GC_CATG_ID1 IT_FIELDCAT = LT_FLDCAT I_WITH_MSG_FIELDS = GC_X I_MSG_TEXT_POS = 2 I_ICON_LTEXT_POS = 4 IS_LAYOUT = LS_LAYOUT EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING I_RELATKEY = 'ROOT' I_NODE_TXT = TEXT-063 I_CATEG_ID = GC_CATG_ID1 IMPORTING E_NODE_KEY = PERNR_NODE_KEY EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING I_NODE_KEY = PERNR_NODE_KEY I_MSGID = I_MSG_MSGID I_MSGTY = I_MSG_MSGTY I_MSGNO = I_MSG_MSGNO I_MSGV1 = LV_MSG-LV_MSG1 I_MSGV2 = LV_MSG-LV_MSG2 I_MSGV3 = LV_MSG-LV_MSG3 I_MSGV4 = LV_MSG-LV_MSG4 I_CONTEXT = UV_PERNR EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_STRUCTURE_NAME = ic_structure_name I_INCLNAME = GV_REPID CHANGING CT_FIELDCAT = xt_fieldcat EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.



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