SAP Reports / Programs | Payroll | Norway(PY-NO) SAP PY

RPUTILV1_LOG_IMP SAP ABAP INCLUDE - CLASS lcl_log







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


INCLUDES used within this REPORT RPUTILV1_LOG_IMP

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_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_node_key = lv_node_key i_msgid = ls_msg-arbgb i_msgty = ls_msg-msgty i_msgno = ls_msg-msgno i_msgv1 = ls_msg-msgv1 i_msgv2 = ls_msg-msgv2 i_msgv3 = ls_msg-msgv3 i_msgv4 = ls_msg-msgv4 IMPORTING e_node_key = lv_node_key EXCEPTIONS OTHERS = 1.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_node_key = lv_node_key i_pernr = ls_msg-pernr i_msgid = ls_msg-arbgb i_msgty = ls_msg-msgty i_msgno = ls_msg-msgno i_msgv1 = ls_msg-msgv1 i_msgv2 = ls_msg-msgv2 i_msgv3 = ls_msg-msgv3 i_msgv4 = ls_msg-msgv4 IMPORTING e_pernr_node_key = lv_node_key EXCEPTIONS OTHERS = 1.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = mv_node_key i_node_txt = iv_node_txt i_categ_id = iv_categ_id IMPORTING e_node_key = lv_node_key EXCEPTIONS OTHERS = 1.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = mv_node_key i_row_data = iv_row_data EXCEPTIONS OTHERS = 1.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = iv_stcnt i_node_key = lv_node_key i_msgid = ls_msg-arbgb i_msgty = ls_msg-msgty i_msgno = ls_msg-msgno i_msgv1 = ls_msg-msgv1 i_msgv2 = ls_msg-msgv2 i_msgv3 = ls_msg-msgv3 i_msgv4 = ls_msg-msgv4 IMPORTING e_stats_node_key = lv_node_key EXCEPTIONS OTHERS = 1.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = 'X' no_print = abap_false TABLES error = mt_messages.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES error = mt_messages.

HR_PAL_STATS_STANDARD_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_STANDARD_MSG_ADD' EXPORTING i_selected_ee = iv_selected i_successful_ee = iv_successful i_erroneous_ee = iv_erroneous IMPORTING e_stats_node_key = mv_stats_node_key EXCEPTIONS OTHERS = 1.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = iv_categ_id i_structure_name = mv_pernr_struct_name i_with_msg_fields = 'X' i_msg_text_pos = 3 i_icon_ltext_pos = 4 EXCEPTIONS OTHERS = 1.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = iv_categ_id i_save = 'A' is_layout = is_layout it_fieldcat = it_fieldcat i_rttc = 'X' EXCEPTIONS OTHERS = 1.

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



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