SAP Reports / Programs | Personnel Management | Personnel Administration | Netherlands(PA-PA-NL) SAP PA

RPICSRN0_F1 SAP ABAP INCLUDE - RPICSRN0F1







RPICSRN0_F1 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 RPICSRN0_F1 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 RPICSRN0_F1. "Basic submit
SUBMIT RPICSRN0_F1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPICSRN0_F1 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 RPICSRN0_F1

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 = ls_display_profile i_callback_program = g_cprog is_layout = ls_layout_tab it_fieldcat = lt_fieldcat_tab i_save = 'A' is_variant = ls_variant it_events = lt_event_tab TABLES t_outtab = p_outtab 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 no_logs = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_text_top.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_cprog i_structure_name = p_structure CHANGING ct_fieldcat = p_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_node_key = p_node_key i_msgid = l_msg-msgid i_msgty = l_msg-msgty i_msgno = l_msg-msgno i_msgv1 = l_msg-msgv1 i_msgv2 = l_msg-msgv2 i_msgv3 = l_msg-msgv3 i_msgv4 = l_msg-msgv4 EXCEPTIONS * program_error = 1 OTHERS = 99.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_node_key = p_node_key i_pernr = i_ename = i_msgid = l_msg-msgid i_msgty = l_msg-msgty i_msgno = l_msg-msgno i_msgv1 = l_msg-msgv1 i_msgv2 = l_msg-msgv2 i_msgv3 = l_msg-msgv3 i_msgv4 = l_msg-msgv4 * IMPORTING * E_PERNR_NODE_KEY = EXCEPTIONS program_error = 1 OTHERS = 99.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_relatkey i_node_txt = p_node_text i_icon = l_icon_light i_categ_id = p_categ_id IMPORTING e_node_key = p_nodekey EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_node_key = p_relatkey i_stcnt = p_counter i_msgid = 'BL' i_msgty = p_msgty i_msgno = '001' i_msgv1 = l_msgv1 i_msgv2 = l_msgv2 i_msgv3 = l_msgv3 IMPORTING e_stats_node_key = p_nodekey EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_categ_id i_structure_name = p_strucname i_save = 'A' "Standard- und Benutzerlayouts is_variant = ls_variant EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_relatkey i_node_txt = p_node_text i_categ_id = p_categ_id IMPORTING e_node_key = l_nodekey EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_nodekey i_row_data = p_table EXCEPTIONS program_error = 1 OTHERS = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = p_icon * TEXT = ' ' info = p_info add_stdinf = 'X' IMPORTING result = p_value EXCEPTIONS icon_not_found = 1 outputfield_too_short = 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 RPICSRN0_F1 or its description.