SAP Reports / Programs | Payroll | Argentina(PY-AR) SAP PY

HARUT720 SAP ABAP Report - Clear invalid entries from table T7AR72







HARUT720 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 HARUT720 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 HARUT720. "Basic submit
SUBMIT HARUT720 AND RETURN. "Return to original report after report execution complete
SUBMIT HARUT720 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 mode
Selection Text: UMG_MODE = Part of the Unicode conversion
Title: Clear invalid entries from table T7AR72
Text Symbol: 001 = Test mode
Text Symbol: 002 = General messages
Text Symbol: 003 = Suppression rejctd
Text Symbol: 004 = entries successful. deleted
Text Symbol: 005 = entries will be deleted
Text Symbol: 006 = Entries in table
Text Symbol: 007 = Run as part of the preparation report for the Unicode conversion
Text Symbol: H01 = Delete invalid entries from table T7AR72


INCLUDES used within this REPORT HARUT720

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_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Mensajes generales'(002) i_categ_id = '%MSGS' IMPORTING e_node_key = g_log_nodes-genrl EXCEPTIONS OTHERS = 99.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_node_key = g_log_nodes-genrl i_msgty = g_msg-msgty i_msgid = g_msg-msgid i_msgno = g_msg-msgno i_msgv1 = g_msg-msgv1 i_msgv2 = g_msg-msgv2 i_msgv3 = g_msg-msgv3 i_msgv4 = g_msg-msgv4 EXCEPTIONS OTHERS = 0.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_node_key = g_log_nodes-genrl i_msgty = g_msg-msgty i_msgid = g_msg-msgid i_msgno = g_msg-msgno i_msgv1 = g_msg-msgv1 i_msgv2 = g_msg-msgv2 i_msgv3 = g_msg-msgv3 i_msgv4 = g_msg-msgv4 EXCEPTIONS OTHERS = 0.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_node_key = g_log_nodes-genrl i_msgty = g_msg-msgty i_msgid = g_msg-msgid i_msgno = g_msg-msgno i_msgv1 = g_msg-msgv1 i_msgv2 = g_msg-msgv2 i_msgv3 = g_msg-msgv3 i_msgv4 = g_msg-msgv4 EXCEPTIONS OTHERS = 0.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'TABU' i_structure_name = 'T7AR72' EXCEPTIONS OTHERS = 99. "#EC *

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Entradas en tabla'(006) i_categ_id = 'TABU' IMPORTING e_node_key = l_node_key EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_key i_row_data = lt_t7ar72 EXCEPTIONS OTHERS = 99.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXCEPTIONS OTHERS = 0.



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